Forum Replies Created

Viewing 20 posts - 3,121 through 3,140 (of 4,888 total)
  • Author
    Posts
  • in reply to: Change color of Menu #96629
    Mahesh
    Member

    @martijn: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Make content area wider, right sidebar narrower #96628
    Mahesh
    Member

    @catwingz: Please post in your site url.

    in reply to: Remove page title and change mobile view page width #96624
    Mahesh
    Member

    @lmkele:
    Hi Kim,

    I guess, you’ll need to contact the Plugin support for the issue. Because the the title is hiding fine in the desktop version it is only appearing in the mobile only if you switch to Mobile version. While desktop version is fine just the responsive issue since the Responsive Design is turned off.
    As far as I understand you requirement, using some custom CSS may fix the issue. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .wrapper, 
    #site-generator .wrapper {
        padding-left: 0;
    	padding-right: 0;
    }
    
    #catchflames-woocommerce.hentry {
        padding: 0;
    	margin: 0;
    }
    
    #catchflames-woocommerce.hentry .products{
    	margin: 0;
    }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
        margin: 0 0 1.5em;
    }

    Note:
    1. Turn on Responsive Design.
    2. The Gap between slider and post is because there is are empty <p> tags in page-description which is causing the issue. Please remove those tags and it will look fine.

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Remove page title and change mobile view page width #96590
    Mahesh
    Member

    @lmkele: For removing page title in shop page, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .post-type-archive-product .page-title {
        display: none;
    }

    For making the site site fit on both desktop and mobile devices, you’ll need to turn on Responsive Design. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Responsive Design and uncheck Check to disable responsive design option

    Regards,
    Mahesh

    in reply to: Pagination homepage and feature content #96579
    Mahesh
    Member

    @juliooscar: Thank you for your appreciation. I see your problem of pagination, the theme only uses scroll pagination. Free version of E-commerce has only this pagination option. Other pagination options, such as Numeric is only available in E-commerce Pro. I recommend you to upgrade to Pro version.
    And I don’t understand what you mean by bottom of feature content appears not me, can you please explain further more.

    Regards,
    Mahesh

    in reply to: Removing the "Load More" bar on the Featured Content Grid #96578
    Mahesh
    Member

    @phillycontemporary: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the code from the link below:
    http://bit.ly/2awaBSI
    Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #loadMore {
        display: none;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: picture in the post or page #96548
    Mahesh
    Member

    @bebou,
    Hi Beata,

    For that, edit or add new post/page, click on Add Media and then click Create Gallery. And select the images you want to display in the post content. Then click Insert Gallery and save the post. This will fulfill your requirement. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: adding a post slider #96547
    Mahesh
    Member

    @bebou:
    Hi Beata,

    Catch Adaptive Free has limited options. You can only select Pages or Demo content as Featured slider. For other options such as Posts, Category or Custom/Image as Featured Slider, I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: white screen after installing plugin #96546
    Mahesh
    Member

    @rms: Have you modified the code in the theme? If not please try re-installing the theme. Hope it resolves the issue. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: white screen after installing plugin #96531
    Mahesh
    Member

    @rms: Please check the space before in header.php and functions.php also. Let me know further.

    Regards,
    Mahesh

    in reply to: Title before primary menu #96529
    Mahesh
    Member

    @carol-anne: Are you using child theme? Seems you have fullframe_scripts() function in your child theme’s functions.php it is causing the problem. Please remove it and try again. Let me know further.

    Regards,
    Mahesh

    in reply to: How do I change Body color? #96460
    Mahesh
    Member

    @defur: Please post in your site URL so I can help you further.

    Regards,
    Mahesh

    in reply to: Mobile Menu Not Displaying #96459
    Mahesh
    Member

    @pw-06418: Glad to know you’ve figured out the problem yourself. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Title before primary menu #96445
    Mahesh
    Member

    @carol-anne: First you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the code in the following link:
    http://bit.ly/2aEX7AG
    Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #social_icons_menu {
        float: right;
        margin-top: 6px;
    }
    
    #header-right-social-icons.widget_fullframe_social_icons {
        display: none;
    }
    
    #fixed-header {
        position: static;
    }
    
    .site {
        padding-top: 0;
    }

    Note:
    1. Please make use Check to disable Header Toggle option is Checked in Dashboard=> Appearance=> Customize=> Theme Options=> Fixed Header Top Options
    2. This will remove fixed header feature of the menu.

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: texting not wrapping around image #96437
    Mahesh
    Member

    @bigoslesli:
    Hi Leslie,

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    h1, h2, h3, h4, h5, h6 {
        clear: none;
    }

    Regards,
    Mahesh

    in reply to: Mobile Menu Not Displaying #96430
    Mahesh
    Member

    @pw-06418: Just checked your site, you are using Slick Nav plugin for the menu and a black Menu is displaying at the top which is working fine on both mobile and desktops. And there is no search bar displaying as it is seen in the image above.

    Regards,
    Mahesh

    in reply to: Title before primary menu #96429
    Mahesh
    Member

    @carol-anne: This requires some customization. if you are familiar with coding, then I can help you with. If not, I recommend you to hire a customizer for this purpose.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Change color of Menu #96428
    Mahesh
    Member

    @martijn: For that, add the following CSS:

    .main-navigation .current_page_item > a, 
    .main-navigation .current-menu-item > a, 
    .main-navigation .current_page_ancestor > a {
        color: #ff0000;
    }

    Hope this helps.
    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Banners and links don't work #96427
    Mahesh
    Member

    @accucomm:
    Hi Orlando,

    Glad to know that you’ve found what was causing the issue. Sometime the plugin do create problem. Have a nice day.

    Regards,
    Mahesh

    in reply to: Remove completely Catch Kathmandu Pro #96389
    Mahesh
    Member

    @moskito7: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 3,121 through 3,140 (of 4,888 total)