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

  • 7 years, 3 months ago Mirela
    Participant
    in reply to: Product title on top

    Hello,

    I assume you are referring to this page: https://test.maium.nl/product-category/women/
    Please add this code into your Custom Css box:

    .product_item.style_large .extra-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .style_large .cl-small-data {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 25px;
    }
    .shop-products .product_item .cl-thumb-wrapper {
         margin-bottom: 0 !important;
    }

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Edit Copyright Text

    Hello,

    I added some text in copyright area. To change it go to Appearance > Widgets > Copyright Left/Right.
    -What browser are you using? The “Why Turners Brothers” looks centered to me. See screenshot: https://ibb.co/0jWcWMN

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Amount of products, load more and shop layout

    Hello,

    1-There isn’t an option for this. You need to edit theme files. Open file functions-woocommerce.php, find this line(79):
    add_filter('loop_shop_per_page', create_function('$cols', 'return 12;'), 20);

    Change number 12 to your wish and save changes. That is the value of products displaying in shop page.

    2-Sorry but this is not possible with theme options. Changing it requires coding that is not included in support.

    3-You need to set page layout with sidebar. Go to Specular > Layout > Pages Default Layout (screenshot), select with sidebar. After this, go to Appearance > Widgets and add widgets to “Sidebar Woocommerce”

    4-You need to edit woocommerce plugin code to add more tabs. Or use some plugin to help with that. Such as:
    https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/
    https://wordpress.org/plugins/woocommerce-product-tabs/

    5-Check this article regarding this: https://silicondales.com/tutorials/wordpress/reverse-date-order-of-woocommerce-reviews-show-newest-oldest-first/

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Edits to the website not displaying properly

    Hello,

    1-Are you referring to the “Codeless Visual Composer Backend” plugin? This is one of the recommended plugins that you have to have active for theme to be fully functional. This plugin gives you the freedom to switch from Codeless Builder to Visual Composer any time. And for elements created with one builder to be possible to edit with the other as well. Without needing to create them from scratch.
    This plugin is developed from us and does not affect theme settings! If you are having any problem with it, then most probably something else is conflicting with it.

    2-Change blog post title and link color in Customizing > Styling > Blog (screenshot)

    3-The cache plugin is blocking some js scripts. See screenshot: https://ibb.co/f87qzMj Please deactivate it and try again.

    Let us know.
    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Edit Copyright Text

    Hello,

    The text in the Copyright is edited just like any other text in the site. By clicking on it and changing text. But i don’t see any copyright set in your site. Did you remove it again?

    There was a shortcode misplaced and showing in your home page (right under “Our Services” heading). I removed that and now the site looks ok.
    Which text is left aligned? Is it in the slider or home page body?

    Let us know.
    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Spacing on Mobile

    Hello,

    Please add this code into your Custom Css box in General Options:

    @media (max-width: 480px){
    .wpb_content_element {
        margin-top: 35px;
    }}

    Let us know.
    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Embedded Spotify

    Hello,

    Sorry for the late reply.
    2-I added the spotify as independent social already. Just add the link in the socials like the other ones. We will add it in the next theme update so this will not be necessary to get back to, anymore.

    3-No, the background video works as it should. I checked your sit ein mobile and the video plays. See recording: https://jmp.sh/K3d8qFN

    -I checked the lightbox, it works as it should on our side. I suspect one of your third party plugins is conflicting with lightbox script. Please deactivate them all and try again.
    Let us know.

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Edits to the website not displaying properly

    Hello,

    Two of the required plugins were not installed while other third party plugins are installed too. I installed the 2 required plugins already. I see the blue bar flashing wherever the page is refreshed, but this is not part of theme style. I suspect one of the plugins is causing it. Please deactivate all third party plugins. Clear cache and check again.

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Unable to customize

    Hello,

    What do you mean by “not allowed to use the ‘customize’ function”? Each page can be customized by either Codeless Builder, Visual Composer or Gutenberg (screenshot). And to change theme’s general settings, go to Appearance > Customize (documentation link).

    Check these video tutorials for live demonstration and the documentation.

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Shop Full Width Layout

    Hello,

    The file responsible for the shop is woocommerce/templates/archive-product.php Which is not present inside theme but in the Woocommerce plugin folder.

    To overwrite it, copy file and paste it inside ‘woocommerce’ folder in theme (follow the same file path as it originally has, similar to adding files in a child theme).

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Codeless Slider not resizing on mobile

    Hello,

    The latest theme version is 2.6.4. Check change log here: https://themeforest.net/item/specular-responsive-multipurpose-business-theme/9412083?s_rank=7

    I see you have version 2.6.3 installed. Please update theme and let us know if you need further assistance.

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Page footers will not load

    PS: Please open your own ticket for further questions. This ticket has a different author, who gets unnecessary emails for replies that do not concern him.

    Thank you for understanding!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Page footers will not load

    Hello,

    Add this code into your custom css box:

    @media (max-width: 480px){
    .row.cl_row-sortable.cl_row-fullheight.cl_row-flex.cl_row-cp-top.cl-col-tablet-none {
        min-height: 25.6197vh !important;
    }}

    It should look like this: https://ibb.co/TL8nrrb

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: too many installation issues

    Hello,

    This error is limited in your installation. It has not happened anywhere else, so we need to check this closely to understand what caused it.
    Did you install the included version of WP Bakery? What php version do you have installed in the server?
    If you can upload it online, send us some wp credentials so we can login and debug it.

    PS: Please know that theme is fully compatible with all included plugins, PHP 7+ and latest wordpress. It has been tested from our team and Envato team before launch.

    Best regards!

    7 years, 3 months ago Mirela
    Participant
    in reply to: Frozen when importing dummy content

    Hello,

    I have reported to the developers. We will check it and include a fix in the next theme update.
    Thank you for letting us know.

    Best regards!

Viewing 15 posts - 1,966 through 1,980 (of 12,542 total)
← 1 2 3 … 131 132 133 … 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