Forum Replies Created
-
in reply to: are you sure you want to do this? try again…
Hello,
This is a wordpress issue. You may not have enough rights to upload files or not enough memory. Contact your host regarding these.
In the mean time you can upload theme using ftp connection. Add Specular theme folder into your wp-content/themes folder. Then go to your wordpress dashboard > Appearances > Themes, and activate it.Best regards!
in reply to: Problem with portfolio title after theme updateHello,
Did you change the titles css before? Please add these lines into your custom css box:
.single .page_header_yes .top_wrapper { padding-top: 100px;}
Let us know.Best regards!
in reply to: Codeless slider not responsiveHello,
1-You can translate the “PREV” and “NEXT” in the .PO/.MO files. So you won’t need to keep making the changes in every theme update.
2-Please add this code into your custom css box:
@media (max-width: 480px){ .codeless_slider_swiper { min-height: 300px !important;} .codeless_slider .swiper-slide { min-height: 300px !important;} .codeless_slider_wrapper { min-height: 300px !important;} }2-To change the slider’s button fonts, please add this code:
@media (max-width: 480px){ .codeless_slider .swiper-slide .buttons a { font-size: 9px;} .codeless_slider .swiper-slide .content h1 { font-size: 16px !important; line-height: 26px !important; }}Edit the values to your wish.
3-I see the images are displaying as they should (screenshot). What do you need to change here?
Let us know.Best regards!
in reply to: Disable the menu on mobile devicesHello,
Yes, please add this code into the page’s custom css box:
@media (max-width: 979px){ .mobile_small_menu { display: none;} }Best regards!
in reply to: New theme update – Visual Composer FIXHello,
@rlambertiv,
If you have an older version of theme, even if you do delete Visual Composer from ftp and attempt to install it again.. you will have the same version again. That’s because it will install the included vc in your theme, which is the old VC and it will give the same problem.
Long story short, you either have to update theme and then update Visual Composer, or send us your wp and ftp credentials and we will install the latest one for you. So you won’t need to necessarily update theme (although it is strongly recommended that you do!).
Let us know.Best regards!
in reply to: Onepage Menu linksHello,
Sorry for the late reply.
I edited the value of top position and the above section is not visible any more. To change it further to your wish, just go to file js/jquery.onepage.js and find this line:
var topposition = offset - 250;
edit the value to your wish.Best regards!
in reply to: various errors sporadicallyHello,
Sorry for the late reply.
we have noticed that your host does not reflect all the changes made very quickly. Perhaps due to cached copies being still displaying even when a change it’s made. So please do deactivate all third party plugins. Clear cache and refresh page after a while.
Do you have the same plugins in the other site as well?Best regards!
in reply to: Container not responsiveHello,
We have double checked with the demo from our side and the Revolution slider is responsive. There could be some conflict with other plugins you have installed as whenever i try to save a change to your home page, it gives a pop up message “Are you sure you want to leave page?”
Please disable all third party plugins and try again.
Let us know.Best regards!
in reply to: Sticky menu …items blank when I scroll upHello,
Please check in your page’s General Settings > Page Options & Style > Header Color Style for Header, to be the Dark version too.
Let us know.Best regards!
in reply to: Logo in centre and 2 navigation on sidesHello,
Please go to Appearance > Menus. You would be able to see left menu and right menu already created. Add the pages you want to them.
Best regards!
in reply to: Dummy Data NOT importing.Hello,
I can’t access the site with these credentials, please check.
You need to set OFF the header transparency in Header Options (screenshot). Also enable the top navigation area. Go to Header Options > Top Widgetized Area, set it ON (screenshot). Then in your Appearances > Widgets, add widgets to it.Best regards!
in reply to: Dummy Data NOT importing.This reply has been marked as private.in reply to: Error in Tower theme javascriptHello,
Yes, this error has been mentioned and will be reviewed to not happen in the next update. Thank you for notifying us.
Best regards!
in reply to: responsive blogHello,
Please go to General Options > Layout, set “Boxed Container Width” 1200px and “Boxed Container Width with percentage” to 100%.
Let us know.Best regards!
in reply to: problem with display subpage after update themeHello,
Can you please be more specific? Where is the sub-page supposed to be? I see you are using an element that has been depricated in latest update. Please go to file includes/core/codeless-elements.php and find this line:
vc_remove_element("vc_cta");
Delete it to have the element back. Save changes and refresh site.Best regards!