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

  • 6 years, 7 months ago Mirela
    Participant
    in reply to: Revolution Slider displays only half of the image

    Hello,

    I added this css:

    .list ul {
        float: left;
    }

    It’s ok now. Please check your site.
    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Service Media Title

    Hello,

    I got the same situation only in Firefox. In Chrome it opened well all the time. Please try adding this css in your Custom Css box:

    .services_media .overlay span {
        min-height: 270px !important;
    }

    Let me know if the situation persists.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: I have an annoying padding at the top and bottom

    Hello,

    Please add some wp credentials in a private reply. So I can check and fix it.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Problems after theme update

    Hello,

    In shop page the products are indeed in three columns, but one page is set to show a total of 8 products (screenshot). That is why there is an empty spot. Because after that last product the products to load are of the second page (screenshot).

    This is not an option in theme, for you to change. It’s needed a snipped code. So i added this code in the theme’s functions.php file:

    /**
     * Change number of products that are displayed per page (shop page)
     */
    add_filter( 'loop_shop_per_page', 'new_loop_shop_per_page', 20 );
    
    function new_loop_shop_per_page( $cols ) {
      // $cols contains the current number of products per page based on the value stored on Options -> Reading
      // Return the number of products you wanna show per page.
      $cols = 9;
      return $cols;
    }

    Now it shows 9 products per page.

    -I fixed the menu as well. I increased the width of the linked area of the menu item, by adding this css in Specular > General Options > Custom Css:

    nav .menu>li {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .header_12 nav ul>li a{
        min-width:100px;
    }
    .header_12 nav ul>li:last-child a {
        min-width: 166px;
    }
    .header_12 .full_nav_menu nav ul>li:last-child {
        padding-right: 0 !important;
    }

    Please clear cache and refresh page.
    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Default to light theme on Specular

    Hello,

    Sorry but for the pages, it is not this option. You can only assign the same page header for all pages in Specular > Header options > Default Page header, and also assign the header version for tags, taxonomies in Specular > Header Options > Archives Header. See screenshot: https://ibb.co/N1GvFh0

    Or you can just set up the colors and settings of the light header version to the dark version. So by default, you will get the settings that you want.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Menu

    Hello,

    Please use https://imgbb.com/ Upload your screenshot and share the link with us.

    Let us know.
    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Size text footer

    Hello,

    Are you referring to the titles? To customize footer settings, please go to Appearance > Customize > Footer > Main Footer style.
    See screenshot: https://ibb.co/Xyj9y9w

    Let us know.
    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Buton color

    Hello,

    Please upload the screenshot here: https://imgbb.com/
    Share the link with us. Also, if you can add a link of the site, that would be very helpful.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Problems after theme update

    Hello,

    Please check in your dashboard if there is any message asking you to install the required plugins. Install them all. Update any plugin that requires an update. Add some wp credentials in a private reply. So I can help you get back the previous look.

    This happened due to the long distance from the latest update. WordPress and other plugins are updated frequently to match the newest scripts and technologies. That’s why you should always keep the theme up to date.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Change Slug

    Hello,

    Can you please go to Settings > Permalinks and make sure the “Post Name” is selected. If it still does not change, add some wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Revolution Slider displays only half of the image

    Hello,

    You can actually customize it using custom CSS. Just add the !important to the attribute, so it takes precedence from the default CSS. I added this block in the homepage’s custom CSS box:

    .vc_custom_heading.wpb_content_element h2 {
        font-weight: 200 !important;
    }
    .block_title.column_title h2.h1 {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 200 !important;
    }

    For the custom heading (screenshot) and the block titles you want.

    Let me know if it’s ok.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Translate WPML Portfolio Items

    Hello,

    Translating the portfolio items is the same as translating a normal page. Add the translated version of the item. Then add the translated content into the new portfolio item.

    Check this video tutorial for a live demonstration.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Order Portfolio

    Hello,

    You had the plugin “Post type Order” activated. This is a plugin that alters the order of the posts/portfolio items. This means the settings of the plugin will take over those of theme.

    I deactivated it now and the portfolio order is changed instantly.

    Best regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Media images missing

    Hello,

    To be honest, i don’t know. There are included scripts (from external sources) that get updated anytime. So changes can happen sometimes to the site/theme. That’s why we keep on updating it.

    However, we are here to help you with anything.

    Regards!

    6 years, 7 months ago Mirela
    Participant
    in reply to: Logo smaller after theme upgrade

    Hello,

    I already did since the last time. Just clear cache and refresh pages. This is the layout now: https://ibb.co/M2LHR8R

    Best regards!

Viewing 15 posts - 406 through 420 (of 12,542 total)
← 1 2 3 … 27 28 29 … 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