Forum Replies Created
-
in reply to: Something is wrong when setting home page
Hello,
As you already wrote, this is a redirection problem. I suggest you contact your host and check out that there are no redirect rules set up in your server. You may want to double check the links in your database as some may be pointing still to the old installation.
Best regards!
in reply to: Force Update CSS changesHello,
Are you using a child theme? By default the child theme calls first the style.css file you have in it. There is no need to alter functions.php file. Just add the custom style in your child theme’s style.css file.
You can read more about it here: https://codex.wordpress.org/Child_ThemesBest regards!
in reply to: Cannot View Second Page of PortfolioHello,
Sorry for the late reply.
Please go to file includes/core/codeless_routing.php (using a ftp account or your cpanel) and replacecodeless_set_portfolio_query()function’s code like below:
Current code: https://pastebin.com/KKDBUxAD
Edited code: https://pastebin.com/VqvSwYXbLet us know.
Best regards!
in reply to: WP Bakery Issues on FF & ChromeThis reply has been marked as private.in reply to: A few questionsHello,
Can you send us some wp credentials in a private reply? We can help you set this up.
Let us know.Best regards!
in reply to: Visual Builder NotWorking after WordPress UpdateThis reply has been marked as private.Hello,
Yes, it is possible. Just go to Styling > Reset. Click on Reset to set up the default style. See screenshot of the option: https://postimg.org/image/7tydflc23/
Let us know.Best regards!
in reply to: WP Bakery Issues on FF & ChromeHello,
Can you please give some more details?
What theme version are you using? Do you have any third party plugins installed? Please deactivate all third party plugins first. Then try again. If you do not have the latest theme version, then please update and then activate plugins again.
Let us know.Best regards!
in reply to: Portfolio Image QualityHello,
Theme’s Custom css box is located in General Options. All additional css is added here and it’s saved in the database. So if you take theme updates in the future the code is not lost.
However, even in the “Additional Css” box, the code still works. I can see the difference with the previous situation. Please check these screenshots to see what has changed:
Before code: https://postimg.org/image/41a9ltwsr/
After code: https://postimg.org/image/ja06ztg97/If you do not see this, please clear cache and refresh page. You may be seeing a cached copy of the site.
Best regards!
in reply to: Social Icons for SharingHello,
Yes, you can but you will have to edit theme files for this. Go to file \includes\view\blog\loop-index.php and find these lines:
<div class="shares_container"> <ul class="shares"> <li class="facebook"><?php echo $facebook_shares; ?><i class="moon-facebook"></i></a></li> <li class="twitter"><?php echo $twitter_shares; ?><i class="moon-twitter"></i></a></li> <li class="google"><?php echo $google_plus_shares; ?><i class="moon-google"></i></a></li> <li class="tumblr"><?php echo $tumblr_shares; ?><i class="moon-tumblr"></i></a></li> </ul> <li class="shares"><a href="javascript:void(0)"><i class="steadysets-icon-share"></i></a></li> </div>Change the icon’s class to your wish. Save changes. We recommend to keep a copy of the edited file so you can replace the changes in case of future theme update. Or use a child theme to customize further theme style.
Best regards!
in reply to: Portfolio HeaderHello,
I checked the portfolio header image via inspect element and i see the image you set up is the one actually showing up. See the image of header in this link: https://www.torusstaging.com/wp-content/uploads/2015/08/s2.jpg This is in your server, not the demo’s. And the screenshot of your portfolio header: https://postimg.org/image/mhqw78dor/
Did you manage to fix it? What do you want to change here?-To adapt the title font size in the mobile version of the header, please add this code into your custom css box in General Options:
@media (max-width: 480px) { .header_page.centered h1 { font-size: 35px !important; }}Let us know if you need further help.
Best regards!
in reply to: Cannot save my draftHello,
That’s great! Thanks for letting us know. I will mark this topic as resolved. Please open new ticket for any other question.
Best regards!
in reply to: Configuration Item QuestionsHello,
I see you have many third party plugins installed. Please deactivate them all. Update theme and Visual Composer to their latest versions (Specular 2.6 and VC 5.4.4). I can not do this for you. Then activate plugins one at a time. One of your plugins could be conflicting and affecting theme scripts.
I tested the same layout and only one pair of arrows show up. See screenshot: https://postimg.org/image/vlpb7s2fv/
Let us know.Best regards!
in reply to: A few questionsHello,
1-To set up the blog in parallax style please go to your blog page’s General Settings > Page Options & Style > Fullscreen Sections Sliding, set it ON. Screenshot: https://postimg.org/image/r34mwril7/
2-Do you have any slider set up in blog page? Did you assign the blog page in General Options > Select Special Pages > Select Blog Page? Can i please see a link of the blog page?
3-To change the price list font size and color, you have to use custom css. Add this code into your custom css box in General Options:
.price_table .list ul li { font-size: 16px !important; color: #e68a52 !important; }Which icon are you referring to> The currency or icon before the list items? To change currency, just go to the page’s admin panel, find the price element (visual composer element), open element’s options and add another currency symbol. See screenshot: https://postimg.org/image/kghz3edpn/
The icons before the items, are set up with css. You need to change the code to changes them. Let us know if you need further help.Best regards!
Hello,
Please update theme to it’s latest version. We have updated shortly to make theme compatible with the latest wp version.
After updating theme, please make sure to update Codeless Builder as well. Just delete the current version files and install again from the required plugins list.
Let us know.Best regards!