Forum Replies Created
-
in reply to: "Read more" Translation
Hello,
You can easily translate them via .PO/.MO files. Watch this tutorial for more detailed information.
Best regards!
in reply to: Theme translation with child themeHello,
-Please go to file includes/view/page_header.php and find this line:
<li>You are here: </li>
Replace with this:
<li><?php echo esc_html(__('You are here', 'codeless')) ?>: </li>Then just add the string and it’s translation in the .po/.mo fiels like any other missing string.-For the blog page, check again if it is still setup in Settings > Reading. Assign it, if not.
Best regards!
Hello,
Please add this code into your custom css box:
.description { display: none; } .single_portfolio_container .details { display: none; }Let us know.
Best regards!
Hello,
You can add the social icons as widgets in both footer and header. Just go to Appearances > Widgets.
What do you mean by ‘have disappeared since updating to the latest version of the theme’? Did you had them set up in footer before update? If so, then you only have to add them again. The new update has added id’s to widgets and that’s why it has reset them.
Let us know.Best regards!
Hello,
I have added this code into your custom css box:
.single .top_wrapper { padding-top: 100px !important;}
Please check your site. Let us know if you need further help.Best regards!
in reply to: VC Keeps adding a new row to the bottom of my page.Hello,
Sorry for the late reply.
This is strange. Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Error during upgradeHello,
The update process is very strait-forward. You do not need to fill-in any format or tables. Read this article for more detailed information. I will not affect your settings.
If you want to keep the older version too, then just rename it (example: js_composer-old) and then upload the new version. Go to your dashboard > Plugins, there will be the two WP Bakery plugins. You can distinguish them from the version number(screenshot). Activate the one you want.
You can test it out in a local server if you do not want to make the changes directly into the live site.
Let us know how you wish to procced.Best regards!
Hello,
What plugins do you have installed? Did you made any changes to theme js files? Or added any css code? Please send us your wp credentials in a private reply. So we can give it a closer look.
Ps: This is Specular theme forum. You have Tower theme installed. I will redirect this topic into the right forum, but please be careful to write in the right support forum for later posts.
Best regards!
in reply to: Window resize effectHello,
Please send us your ftp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: header in mobile verisonHello,
Sorry for the late reply.
You have an error in your site created from plugin “Better WordPress Minify”. Also you have a very old version of theme. Please update theme first, Visual Composer and deactivate third party plugins. Let us know if the issue persists.Best regards!
in reply to: Sloppy on iPadHello,
Sorry for the late reply.
Please edit the above to this:@media (max-width: 979px) and (min-width: 768px){ .top_wrapper { min-width: 691px !important;} .container { width: 724px!important;} }Let us know.
Best regards!
Hello,
This isn’t quite an issue. You need to setup the basic configurations first, such as selecting home page and blog in Settings > Reading. The blog page has pre-defined features that apply only if it is chosen a certain page to take the blog template.
I hope i explained myself well.
Let us know if you need further help.Best regards!
in reply to: woocommerce sidebarHello,
Sorry for the late reply.
Did you add sidebar using the same way in both pages? I mean, if you used sidebar layout, or added sidebar as a Visual Composer element?
Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Footer IconsHello,
You can find all shortcodes used in the demo in your Appearance > Widgets > Unused Widgets (scroll down the page). Or you can create new shortcodes by using all available shortcode elements listed in page’s text editor (screenshot). In the documentation shortcodes are described in this section.
We will improve the given info very soon.Best regards!