Forum Replies Created
-
in reply to: Not working on mobile
Hello,
You have two errors in your site. Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Change order of portfolio itemsHello,
To order portfolio items, just install any post order plugin. An example is Post Types Order plugin.
-To reorder Codeless slider, slides just unselect the slides and reselect following the wanted order.Best regards!
in reply to: Responsive Menu IssuesHello,
There should not be any issue with the code. Please send us your wp credentials in a private reply. So we can fix this for you.
Don’t worry, your data is safe with us.Best regards!
in reply to: Theme Tower. Problem!Hello,
Can you please be more clear? I don’t understand the issue.
Note: You have opened the ticket in Specular theme forum, when you have Tower theme installed on your server. I redirected the topic in the right forum, but please keep in mind to post in your theme’s support forum for future queries.
Best regards!
in reply to: Post authorHello,
Find via inspect element the position where to add the code and add it in file. Save and refresh page until you have the wanted preview.
Sorry but these are customizations not included in this support.Best regards!
in reply to: Window resize effectHello,
Please edit the file ‘specular/js/main.js’.
Find the code:$(window).resize(function(){ if($('.header_8').length > 0){ var container_left = $('.full_nav_menu').offset().left; var nav = $('.full_nav_menu nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });After it add this code:
$(window).resize(function(){ if($('.header_9').length > 0){ var container_left = $('.nav_top').offset().left; var nav = $('.nav_top nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });Let us know if you still need help.
Best regards!
in reply to: Menu hover styleHello,
@adrianmassey,
Please send us your site’s url. So we can give a closer look at what still need’s to be done.Best regards!
in reply to: Responsive/ Mobile IssuesHello,
Sorry for the late reply.
1-I opened your site several times in mobile, but i did not get the effect you are describing. The counter is depended and takes the instructions from the same files. Editing it, will affect counter’s behavior in all cases.3- Edit the max width to 480 and refresh page.
Example:@media (max-width: 480px){Best regards!
in reply to: Can't Update after Super Cache UninstallationHello,
This is more likely to be a server issue.
You could have some corrupted files or some table in the database needs optimization. Possible solution are:
-Download a fresh copy of wordpress files and replace them (look up tutorials to make it the proper way).
-Redux framework requires PHP version > 5.5. Make sure you have the right PHP Version installed on your server. Ask your host providers about it.
– Go to your wordpress installation and make a database repair operation. Find all (and more) information here.
-Try to update theme files as well. The plugin may have affected them. If you can not update from dashboard, just replace current files with a newly downloaded theme files.
Note: Always make sure to have a backup of everything!
Let us know.Best regards!
in reply to: Remove blog posts from footerHello,
Whatever element is showing in footer, it is not in General Options > Footer Options, but in Appearance > Widgets. Look up the Footer Columns. Add / edit / remove widgets from footer columns, here.
Best regards!
in reply to: A few questionsHello,
I am glad to see you figured it out. Let us know if you need further help.
Best regards!
in reply to: Tower | Business-Driven Multipurpose WP ThemeHello,
Please make sure you have imported the dummy data correctly. You have to click on the demo you want to import, first. Then click the “Import” button.
All available sliders are included in the ‘sliders’ folder you downloaded with the theme.
Let us know if you need further help.Best regards!
in reply to: Your example theme has problems on mobileHello,
I added a new custom css class(.respback) to your homepage rows. And added the related css code into the page’s custom css box. This is it:
@media (max-width: 480px){ .respback { background-size: cover;} .vc_col-sm-6.wpb_column.column_container.with_padding { margin-top: -60px;} #fullpage .section .fullscreen_inner { vertical-align: top;} }Result screenshot.
NOTE: Please keep in mind that you need to buy a new licence for every installation using Tower theme.
Best regards!
in reply to: No sidebar on WooCommerce Category PageHello,
You can remove it with css. Just add this code into your custom css box:
.single-product .row > .span3 { display: none;} .single-product .row > .span9 { width: 100%;}Best regards!
in reply to: Responsive Menu IssuesHello,
@professionalmojo,
Did you enable menu dropdown for mobile in Header Options > Show Responsive Menu Dropdown? Send us your wp credentials in a private reply. We can fix this for you.
@lucaleandro,
Please keep up with your own topics. Do not spam other tickets as it makes it difficult for us, yourself and other forum members, to understand the issue and it’s solution.Best regards!