Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @sharoncaren,
Please add below given CSS in Additional CSS to correct the alignment and change color of the text of the button .
#footer-widgets .call-to-action-buttons a { color: #000; } #footer-widgets .cta-layout-1.easy_commerce_widget_call_to_action { padding: 0px !important; }Hope this helps .
Best Regards!!
Have a good day .
wensolutions
KeymasterHello @lualexi,
The site title will be same in all the pages .The site title will not be different in different page and this how the theme will work .
But if you still want different site title in different page then you can always consider hiring the professional developer .
To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/We hope it helps,
Best Regards.
November 29, 2017 at 11:06 pm in reply to: Change dynamic Notice from Post/Blog article to Events article #59421wensolutions
KeymasterHello @makoto,
Thank you for your kind suggestions and we will definitely keep that in mind .
If you have any issue further , please do not hesitate to post .
Thank you .
Best Regards!!
Have a good day .
wensolutions
KeymasterHello @vergiis,
Nice to hear about this .
You can also check the other theme listed in the site as well .
Thank you !!
Have a nice day 🙂
wensolutions
KeymasterHello @hansvjensen,
To remove the arrow in the top header section use below given CSS.
#tophead .head-date::after {
border-top: 6px solid #000;
}Now to remove the white border below the posts use below given CSS if it is blog page .
.blog .entry-footer { display: none; }If it is archive page use below given CSS.
.archive .entry-footer { display: none; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Always glad to help you guys .
Feel free to post if you have any issue further .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
To change the color of the Read more button in the blog listing page use below CSS in additional CSS.
.blog a.read-more { background: #a00; }If you want to change the color of the Read more button in archive page use below given CSS .
.archive a.read-more { background: #a00; }Change the color code according to your requirement .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @taisa_1,
First of all thank you very much for buying the pro version.
To make the slider work at first you have to set “Your homepage displays” to A static page by going to Admin panel > Appearance > Customize > Homepage Settings. Then chose the pages for Homepage and post page as shown in the screen shot :
https://image.prntscr.com/image/gPDtaU9AQ0G59pqxFs8LAQ.png
Create these page by going to Admin Panel > Pages > Add New .
Finally go to Admin Panel > Appearance > Customize > Feature slider > Slider Type > Enable Slider On and chose the option Static Front page only from the dropdown.
You can set the slider using the multiple option like page/post/category . No matter whichever option you chose do not forget to upload the image in Featured image section of Individual post/page edit screen since the image in the slider displays from that section .
https://image.prntscr.com/image/hk_wIxo4TduiL2xn_7XLlw.png
We also do have the official documentation that will guide you to set your site as in the demo .
http://themepalace.com/instructions/themes/construction-base-pro/
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Can you post the URL of the page where there is button that you want to change the color for so that we could provide the precise fix ?
Hope you understand .
Best Regards!!
November 29, 2017 at 4:44 am in reply to: Change dynamic Notice from Post/Blog article to Events article #59341wensolutions
KeymasterHello @makoto,
If you want to use the theme feature itself in this section then please deactivate the plugin then it will work absolutely fine .
Also currently the theme does not have the feature to control the transition time of the news ticker title and as it require higher code customization we are unable to help you with this . But you can still consider hiring the professional developer .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @tarek-elnazer,
To remove the meta info in the single post of specific category, we need category class but category class does not appear in the body of single post .
However we can insert the class using the child theme and use that class for CSS to remove the meta option for that category .
For this activate the child theme . You can even activate the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme functiosn.php paste below given code :
https://gist.github.com/anonymous/50c8dc925e0ee0958a5129c1056c0879
After this you will find the category slug in single post when inspecting in single post page .
Screen Shot :
https://image.prntscr.com/image/AZ23-HTFRmGqadmOpeVbYg.png
Noe paste below given CSS in Admin Panel > Appearance > Customize > Additional CSS replacing the class “.category-fruits” with the class that you get upon inspecting your single post :
.single .category-fruits .entry-meta { display: none; }As for the post format, theme has provided multiple layout /post format in the theme which you can find in Customize > Theme Options > Layout Options .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @lualexi,
To remove the menu section from the front page use below given CSS .
.page-id-26 div#main-nav { display: none; }Also for your information the css that is provide with the id will only work for that page . If you want to remove the portions for other pages then you have to use the page id of that very page .
Hope this clears the confusion .
Best Regards!!
November 28, 2017 at 11:28 pm in reply to: Change dynamic Notice from Post/Blog article to Events article #59312wensolutions
KeymasterHello @makoto,
To display the event from the plugin “The Events Calendar” you have to go through the child theme .
You can even activate the child theme using the plugin given below :
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme, in your child theme functions.php file paste below given code .
https://gist.github.com/anonymous/299d675caaba5954dae4a9fe1f858b40
This will make the events display from the plugin .
Hope this helps .
Best Regards!!
Have a good day 🙂
wensolutions
KeymasterHello @sotbOrlando,
First of all thank you very much for buying the pro theme .
We do not have the demo content bundled within the theme but we do have the theme official documentation that will guide you set your theme .
http://themepalace.com/instructions/themes/biography-pro/
Furthermore if you find any difficulty while setting up any of the sections in the theme we are always here to help you .
Hope this helps .
Best Regards!!
wensolutions
Keymaster -
AuthorPosts





