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, 8 months ago Mirela
    Participant
    in reply to: Many Issune In Different Different Section!
    This reply has been marked as private.
    7 years, 8 months ago Mirela
    Participant
    in reply to: Revolution slider option

    Hello,

    Please update theme first. The latest version 2.6.3 has many important changes. Let me know if the issue persists after it.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Woocommere Catalog Sort

    Hello,

    I understand.
    The items order in the Products > All Products menu in wordpress dashboard is related to the time the product being added. Then you can sort them temporary using the ‘ordering’ column, only for the back-end view.

    But the shop element used to display these products in the shop page, has different sorting attributes. Select the one from the list (https://postimg.cc/GBwRDj0F) that you want to use for product order. This is a woocommerce feature that is not overwritten by theme. If you want more options for product sorting, i suggest you use a plugin that does it.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Illegal string offset content error and blog color issue

    Hello,

    What PHP version are you running in the server? Can you post a link of the site?
    To change the blog page’s background color, go to Customize > Blog > Page Content BG Color (screenshot).

    Let me know if this is what you wanted.
    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: services circle icons

    Hello,

    The image in row background is set to cover all row surface. The image you have set is in landscape direction(more wide than high). While in mobile the row is in portrait direction (more high than wide). So if you change the background size to contain, the image will not cover the entire section. See screenshot: https://postimg.cc/Dmck8jGq So suggest you add this css into your custom css box:

    @media (max-width:480px){
    .vc_row.section-style, .vc_row.standard_section{
       background-size: cover;
       background-position: center center !important;
    }}

    Let me know if you like the result.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Specular Theme

    Hello,

    The slider used in the Magazine demo is “News Slider”, not Codeless Slider. I selected it in a sample page of yours. Check it here: https://testbbq.com/wp/sample-page/

    To change the slider or selected posts, go to page’s General Settings > Slider Options. Edit the slider here. Screenshot: https://postimg.cc/XrYmc6Zc

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Can not Install Organic Theme Demo

    Hello,

    I imported some more pages and added the shortcodes of the Organic homepage. You only need to add images to it. I tried to open the customizer and add them myself, but i can’t access the options. See screenshot: https://postimg.cc/dDqr3NPK
    Please contact your hosting company about it.
    Let us know.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Mobile Menu Not Working

    Hello,

    Please install all included plugins.
    Can you try activating parent theme? Let me know if you are able to access the options well then.

    best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: specular assistance

    Hello,

    For the image in mobile, add this css into your General Options > Custom Css box:

    @media (max-width: 767px){
    footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
        margin-left: 0px !important; 
    }}

    -the opening (first) reply of a ticket can not be private. starting from second reply and on, you can set them as private.
    -Sorry but the username is not editable.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Woocommere Catalog Sort

    Hello,

    Can you paste a link where are you using this? So i can get a clearer view..

    Thanks!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Mobile Menu Not Working

    Hello,

    Please go to the menu element options, and check that “Use for Responsive” option is swiped ON.
    See screenshot: https://postimg.cc/CZmWbsGd

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Cannot install theme demo on shared hosting

    Hello,

    Codeless Slider:
    1-To change the background image, go to the Row settings of the present slide > Design > Background image. See screenshot: https://postimg.cc/5XtRmVjS

    2-To add another slide, just go to the current slide bottom-right corner, find the controls. Clone the slide. Then click on the second slide to open it for customization (like changing bg image etc). See screenshot: https://postimg.cc/rDJtMB93
    https://postimg.cc/hzSngYpy

    3-I suspect the padding you are referring to, when adding a Revolution slider, is just the normal pre-assigned padding of row. To remove it, just to to the row settings > Design > Tools, set padding to 0. Or just remove the values.
    See screenshot: https://postimg.cc/phDmc3ys

    Let us know.
    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: specular assistance

    Hello,

    1-Please check the update change log in theme’s profile in Themeforest. You have a list of the changes made and files affected.
    If you did not edit any file directly, then you can update without problem. The settings are stored in the database so they are independent of theme updates.
    If you have made direct changes to any file, i suggest you save that file and redo the changes again after the update. If you will make a lot of changes, then it’s best to use a child theme.

    2-These (WPBakery and Layerslider) are included plugins. We have purchased extended license for them. This mean, everyone purchasing theme can use them. But you need to wait for our update in order to update the plugins. If you want to update them prior to us, tehn you will need to buy a personal license for them.
    Please check this article to learn how to update included plugins, from the theme: https://support.codeless.co/?ht_kb=visual-composer-update

    3-The css is not connected to plugins. As explained above, the reason for the update is the license type.

    4-Can i see a link of the site?

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Search of products in the online store header

    Hello,

    Please make sure to have set the “Catalog visibility:” to “Shop and search results, Featured”. See screenshot: https://postimg.cc/image/pi794dx93/

    Or you can use the “Advanced Woo Search” plugin.

    Best regards!

    7 years, 8 months ago Mirela
    Participant
    in reply to: Cancel image display when clicking on product image

    Hello,

    Then, edit the css above to this:

    @media (max-width: 480px){
    figure.woocommerce-product-gallery__wrapper {
        pointer-events: none;
    }}

    This will remove the pointer actions on the image when you are in the single product page.

    Best regards!

Viewing 15 posts - 2,221 through 2,235 (of 12,542 total)
← 1 2 3 … 148 149 150 … 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