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

  • 8 years, 4 months ago Mirela
    Participant
    in reply to: NEW and featured products widget

    Hello,

    This widget is not fit for footer. As you can see in all our demos, there isn’t any recent product in footer. If you want to keep it, then you could style it using custom css. Please keep in mind that personal preference styling is not included in support.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: June social Widget does not show youtube link

    Hello,

    I already made the changes and checked the site right after. The icons were showing ok. Did you made any change after?
    Please go to file includes\widgets\codeless_socialwidget.php in parent theme, find this line:

     if( !empty($youtube) )
          echo '<li class="youtube"><a href="'.esc_url($youtube).'"><i class="cl-icon-youtube"></i></a></li>';

    Edit cl-icon-youtube to cl-icon-youtube-play.
    For the header social, just go to file \includes\core\codeless_icons.php, find this line:'cl-icon-youtube-play', add this other line right after it: 'cl-icon-youtube',

    Save changes.
    That’s it. Clear cache and refresh pages.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Change H1 in single post

    Hello,

    Try changing it to this: text-transform: none !important; Let us know how it goes.

    Bets regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: change the product page styles?

    Hello,

    Yes. Unless the style you want your product to have is the default one, you have to chose it for every product while creating them.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Removing The word Category from Title

    Hello,

    Please go to file function.php and add thsee lines:

    function codeless_get_the_archive_title( $title ) {
        if ( is_category() ) {
            $title = single_cat_title( '', false );
        }
         return $title;
    }
     
    add_filter( 'get_the_archive_title', 'codeless_get_the_archive_title' );

    Save changes and refresh categories page.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: No breadcrumb on mobile

    Hello,

    The breadcrumbs are removed from mobile layout due to the small size of the screen. You can add them back using custom css. Add the code into your Custom Css box in General Options.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Setting Products Amount

    Hello,

    That’s great!
    Let us know if there is anything else we can help you with.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Specular Menu Not working properly

    Hello,

    yes, sure. Just add them in a private reply. Can you give more details on the issue? Are you perhaps using a one page menu?
    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Set page layout with sidebar only on my Woocommerce shop page

    Hey Ruudiz,

    I am happy to know this. Thank you for sharing it :)

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Code appearing in links

    Hello,

    I looked throughout your site but i can not find any code into it. See screenshot: https://postimg.org/image/b25mny3th/

    Can you send me a link if you still see that? So i can check it out.

    Thanks!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Switch earlier to responsive menu

    Hello,

    Please add this code into your custom css box in General Options:

    @media (max-width: 1050px){
    header#header #navigation {display: none !important;}
    .mobile_small_menu {display: block !important;}
    #logo { margin-left: 40% !important;}
    }

    Let us know.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: How to change to home 6 style ?

    Hello,

    Thank you for the nice words!
    To have the Home 6 layout, please select page “home 6” as your home page. Then import header “Minimal Center” and footer “Footer 6” from the respective header Setup/Footer Setup in June > Home.

    Let us know if you need help with it.

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Header style hangs the web page

    Hello,

    I am sorry for not understanding your point. I have referred this to theme developer and we will try to release an update as soon as we can.

    Thank you all for the cooperation!

    Best regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: Problems with the hamburger and dropdowns in header

    Hello,

    I am sorry for not understanding your point. I have referred this to theme developer and we will try to release an update as soon as we can.

    Thank you all for the cooperation!

    Regards!

    8 years, 4 months ago Mirela
    Participant
    in reply to: top footer -wrong position

    Hello,

    The option mentioned is exactly for this purpose. To give the top footer row the centered style. You may see an example of it used here:

    Home 7

    Best regards!

Viewing 15 posts - 3,976 through 3,990 (of 12,542 total)
← 1 2 3 … 265 266 267 … 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