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, 5 months ago Mirela
    Participant
    in reply to: Tab element gone after Specular update?

    Hello,

    That is indeed the solution. We have suggested it in other topics. Sorry for the inconvenience, we will fix this in the next update.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Adjusting font sizes in mobile

    Hello,

    I see the slider fonts look very ok in mobile. However, yes that is the right code to edit if you want to change the mobile slider font size.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Importing Business Clean Demo

    Hello,

    You are right. I removed this code:

    @media (max-width: 979px){
    .header_transparency .slider#slider-fullwidth {  min-height: 275px !important;}
    }

    from the custom css box. It is ok now. I double checked it.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Tower – default codeless slider height on mobile?

    Hello,

    Nice to know you found your solution.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Footer Sticking to Bottom of Page

    Hello,

    Please add this code into your custom css box:

    #content {
        min-height: 750px;
    }

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Delete text "steadysets-icon-checkmark"

    Hello,

    Please go to the Row Settings of the row containing the element. You will see that a background image is already selected. Remove it or change it to your wish. Also note that you have checked the “Backgroun Overlay” box. Uncheck it if you do not want color overlay, or chage the blue color selected in the option below it. Screenshot.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Menu too big when responsive

    Hello,

    Sorry for the late reply.
    I can’t access your ftp as the credentials above do not include the password.
    However, you can do it yourself. Just go to file js/main.js and find these lines->
    code, at the end of it add this code:

    $('.menu-small > ul > li.menu-item-has-children > a').parent().find('.sub-menu').css('display', 'none');
    	$('.menu-small > ul > li.menu-item-has-children > a').on('click', function(){
    		if($(this).hasClass('open')){
    		       $(this).parent().find('.sub-menu').css('display', 'block'); 
    		       $(this).removeClass('open').addClass('close');
    		   } else {
    		   	$(this).parent().find('.sub-menu').css('display', 'none');
    		   	$(this).removeClass('close').addClass('open');
    		   }   
    		});

    Save file.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Top link in Small service icon different

    Hello,

    Sorry for the late reply.
    I can’t access your ftp as the credentials above do not include the password.
    However, you can do it yourself. Just go to file js/main.js and find these lines->
    code, at the end of it add this code:

    $('.menu-small > ul > li.menu-item-has-children > a').parent().find('.sub-menu').css('display', 'none');
    	$('.menu-small > ul > li.menu-item-has-children > a').on('click', function(){
    		if($(this).hasClass('open')){
    		       $(this).parent().find('.sub-menu').css('display', 'block'); 
    		       $(this).removeClass('open').addClass('close');
    		   } else {
    		   	$(this).parent().find('.sub-menu').css('display', 'none');
    		   	$(this).removeClass('close').addClass('open');
    		   }   
    		});

    Save file.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Codeless slider after update

    Hello,

    You did not assign the last two sliders to the slide ‘home’. I assigned them for you and they are displaying now.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Incompatibility encountered with Revolution Slider

    Hello,

    Please refer to this topic, regarding this.
    Let us know if you need further support.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: theme can't identify .po/.mo file

    Hello,

    The theme does not have any issue with .po/.mo files. Please make sure you have implemented them correctly. Also make sure to have selected the language in Settings > General > Site Language. Watch this tutorial for more detailed information.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Remove the Tax Notes

    Hello,

    Please add this code into your custom css box:

    small.woocommerce-price-suffix { display: none;}
    .single-product small.woocommerce-price-suffix { display: block; }

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Fatal error: Allowed memory size

    Hello,

    You do not have enough memory and execution time limit. Please increase these values. Ask your hosting provider to change these for you.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Custom JS – Custom Page Header – sidebar mobile

    Hello,

    If you set it as ‘blog page’ all posts will be displayed when opening that page. If that does not happen then either there are no posts available to show, or a mistake is made.
    I can help you set it up if you send us your wp credentials in a private reply.

    Best regards!

    10 years, 5 months ago Mirela
    Participant
    in reply to: Link Colour

    Hello,

    Please add this code into your custom css box:

    h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
        color: #E77366 !important;
    }

    Change the color to your need. Let us know if you need further help.

    Best regards!

Viewing 15 posts - 10,381 through 10,395 (of 12,542 total)
← 1 2 3 … 692 693 694 … 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