Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 4 months ago Mirela
    Participant
    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Change order of portfolio items

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Responsive Menu Issues

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Post author

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Window resize effect

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Menu hover style

    Hello,


    @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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Responsive/ Mobile Issues

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Can't Update after Super Cache Uninstallation

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Remove blog posts from footer

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: A few questions

    Hello,

    I am glad to see you figured it out. Let us know if you need further help.

    Best regards!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Tower | Business-Driven Multipurpose WP Theme

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Your example theme has problems on mobile

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: No sidebar on WooCommerce Category Page

    Hello,

    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!

    10 years, 4 months ago Mirela
    Participant
    in reply to: Responsive Menu Issues

    Hello,


    @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!

Viewing 15 posts - 10,081 through 10,095 (of 12,542 total)
← 1 2 3 … 672 673 674 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password