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, 9 months ago Mirela
    Participant
    in reply to: Full blog – can't select category

    Hello,

    This option is available in Specular options. If you do not see it, than maybe some plugin your have installed may be interfering with theme code. Or maybe a change you did in theme files. You can install a fresh new copy of it in your localhost and see that the option exists.
    I can’t tell exactly what you did, that made this option unavailable to you.
    I could recommend you to make a backup of your site, disable all third party plugins and install a fresh copy of Specular theme.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Shopping cart does not update my item list

    Hello,

    I can’t access your dashboard. It says “404 Not Found“.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Add VC Element bove Portfolio items

    Hello,

    Sorry but that is not possible if you are in a portfolio page. To have this structure, add the element you want via vc and then the portfolio via visual composer element as well.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: update 1.3.6 website is not working at all

    Hello,

    There can be many reasons for this to happen. Please check your internet connection. Test if this happens from other computers as well. If so, increase memory limit. You may not have sufficient memory space, or execution time limit. Ask your host provider to increase these for you.
    Let us know.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Header cut off after update 1.3.6

    Hello,

    In the non-working website, you have a cart basket icon beside your header button. Due to the fixed and tight width of the header, it pushes menu items further and the layout is messed up. You can increase header width in General Options > Layout > Page Container Width.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: About Us Page – Title and Subtitle not being displayed

    Hello,

    Please make sure you have set up properly the page header. Go to the page’s General Settings > Overwrite the default page options >set it ON. And then assign a subtitle to it. See example.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Header title problem

    Hello,

    Sorry for the late reply.
    Can you please explain better on what do you want to have in page header? This is what i see: screenshot. Shouldn’t it be like this? Please send me a screenshot so i can understand what you want to achieve.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Sidebar doesn't word in my shop specular theme

    Hello,

    Sorry for the late reply.
    Since another customer had this question, i double check it on our side but it does not have any issue. The other customer just forgot to activate woocommerce.
    Do you mind send us your wp credentials in a private reply? So we can give it a closer look.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Sidebar and Header BG Not Working

    Hello,

    Sorry for the late reply.
    I was able to show up the woocommerce sidebar and shop page header. Please check your shop page and let us know if there is anything else.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Service Text Effect – Link from icon

    Hello,

    Yes, please follow the instructions:
    -Go to file includes\core\codeless_elements.php and find this code: https://codeshare.io/3vBJz
    and replace with this one: https://codeshare.io/4p8ZE

    -Now go to file vc_templates\services_step.php and find these lines:

     if(!empty($icon)):
                   
                $output .= '<div class="icon_wrapper"><i class="'.esc_attr($icon).'"></i></div>';
    
            endif;

    replace with these:

     if(!empty($icon)):
                   
                $output .= '<div class="icon_wrapper"><a href="'.esc_url($link).'"><i class="'.esc_attr($icon).'"></i></a></div>';
    
            endif;

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Image sizes

    Hello,

    Thank you for the kind words.
    Please read this article about changing images sizes. Let us know then if you need further support.

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Back to Top Button

    Hello,

    Please add this code into your custom css box:
    .scrollup a:focus { outline: none; }

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Buttons

    Hello,

    Sorry for the late reply.
    Please add these lines into your custom css box:
    .price_table .price_button a { left: 51% !important;}

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Price List

    Hello,

    Sorry for the late reply.
    Please add these lines into your custom css box:
    .price_table .price_button a { left: 51% !important;}

    Best regards!

    10 years, 9 months ago Mirela
    Participant
    in reply to: Search results, links, responsive issues

    Hello,

    1-Please add this code into your custom css box:

    #content {
        background-color: rgb(255, 254, 254) !important;
    }

    2-Add this code, into your custom css box:

    @media (max-width: 480px){
    #logo { left: -67px !important;}
    }
    @media (max-width: 767px){
    #logo img { height: 84px;}
    }

    3-For the landscape mode in ipad, please add this code:

    (max-width: 1100px) and (min-width: 981px){
    .top_wrapper {  width: 100% !important;}
    }

    4-The color of links on mouse hover, is the main color of your site. You can change it in General Options > Styling Options > Primary Color. If you want to have a different color for links, and different primary color, then add these lines into your custom css box:

    a:hover {
        color: #8C6CA9 !important;
    }

    edit the color to your wish.
    And for the menu, add this code:

    .header_10 nav li.current-menu-item > a{
        color: #16A916;
        border-bottom: 2px solid;
    }

    Best regards!

Viewing 15 posts - 11,506 through 11,520 (of 12,542 total)
← 1 2 3 … 767 768 769 … 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