Forum Replies Created
-
in reply to: Changing the layout for portfolio pages
Hello,
The responsible file for all types of single portfolio items are located in includes/view/portfolio/ folder. You can edit them as you wish, but keep in mind that the changes will be overwritten in case of a theme update.
Sorry but this support does not include these types of customization.
Best regards!
in reply to: Tower theme – issue with blogHello,
Blog style does not affect it’s layout. If you have selected “Fullwidth” option in Blog Config > Layout, then what ever style the blog is, it will be fullwidth.
If you want to have a sidebar, then select one of the layouts with sidebar.
Screenshot.Best regards!
in reply to: Footer Sticking to Bottom of PageHello,
Can you please check your link? It redirects me to Google.
Try to edit the code above to this:#content { min-height: 750px !important;}Best regards!
in reply to: Select a particular Demo in the Tower themeHello,
Please send us your site’s urls too.
Let us know.Best regards!
-
This reply was modified 10 years, 5 months ago by
Mirela.
in reply to: Google Fonts – Codeless SliderHello,
I have notified the developer team regarding this. We are currently checking it and will get back to you asap.
Thank you for the patience.Best regards!
in reply to: Full screen sliding on mobileHello,
Please add this code into your page’s custom css box:
@media (max-width: 480px){ .container { margin-top: -4px !important;} p { line-height: 19px; font-size: 12px; } .vc_custom_heading h2 { font-size: 18px; line-height: 21px; } } @media (max-width: 767px){ .wpb_column .wpb_wrapper { width: 92%;} .wpb_text_column p:first-child { margin-top: -14px;} .vc_empty_space { height: 8px !important;} }If you still do not have the layout you want, send us your wp credentials in a private reply. So we can do it for you.
Best regards!
in reply to: Problems with display of website on mobile devicesHello,
Please add this code into your custom css box:
@media (max-width:480px){ #content { width: 268px !important;} #logo { left: -37px !important;} .mobile_small_menu { left: 6px !important;} } @media (max-width: 767px){ #copyright .desc { width: 97% !important; margin-left: 3px; }} @media (max-width: 979px) and (min-width: 768px){ .mobile_small_menu { top: 50%;} #content { width: 646px !important;} .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .header_7.header_wrapper .container { width: 647px !important;} .wpb_text_column.wpb_content_element { margin-left: 12px;} }Best regards!
in reply to: Error uploading themeHello,
You should upload only the ‘specular’ folder. If you will use wordpress dashboard, then zip it and upload. If you will use ftp, then upload it directly into your wp-content/themes folder.
The other folders are for alternative use. The documentation containing theme documentation, the licence files, demo sliders to import if you want to use any pre-created sliders and the child theme if you’ll want to use a child theme instead.
In the tutorial, we created before the zip file in order to show how it is uploaded from the dashboard. It has no difference with the one included, just zip it.Best regards!
in reply to: Cannot install Visual ComposerHello,
Please make sure you have uploaded theme correctly. In your wp-content/themes folder it should be only ‘specular’ theme folder, not the main folder containing documentation, sliders, licence too.
If you send us your site’s url, we can give it a look.Best regards!
in reply to: Fatal error: Allowed memory sizeHello,
You have forgot the semi-colon in the end of the line. You have added this:
define(‘WP_MEMORY_LIMIT’, ‘128M’)but it should have a semi-colon in the end, like this:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Let us know if you need further help.Best regards!
in reply to: Fatal error: Allowed memory sizeHello,
You have forgot the semi-colon in the end of the line. You have added this:
define(‘WP_MEMORY_LIMIT’, ‘128M’)but it should have a semi-colon in the end, like this:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Let us know if you need further help.Best regards!
in reply to: Demo Not ShowingHello,
After finishing the import with success, did you save the changes? Did set the home page and blog in Settings > Reading? Please make sure to have performed these steps for the site to display correctly.
If you want you can send us your wp credentials in a private reply. So we can help you out.Best regards!
in reply to: Header issuesHello,
To remove the page header for a certain page, please go to page’s General Settings > Page Header Options > Active Page Header, set it OFF.
I already set it off for the page you send us.**If you are satisfied with our theme and support, please consider to rate us with 5 stars. It will help us keep up the ratings and gives us the chance to work harder for better themes in the future.
Thank you!Best regards!
in reply to: Video not responsiveHello,
Please add this code into your custom css box:
@media (max-width: 767px){ iframe { width: 300px !important; height: 229px !important; }}Let us know.
Best regards!
in reply to: Footer Doesn't Stick to Bottom of PageHello,
Please add this code into your custom css box:
#content { min-height: 750px; }Best regards!
-
This reply was modified 10 years, 5 months ago by