Forum Replies Created

Viewing 20 posts - 861 through 880 (of 4,113 total)
  • Author
    Posts
  • in reply to: Social Icon layout broken since updating to WP 6.1.1 #312935
    tikaram
    Member

    @anna-apollonia : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: Colums not as described #312933
    tikaram
    Member

    Hello Tim,

    Regarding the category section : The items in the category section are missing class which is causing issue on your site. Please respond to my email with the correct credentials so that I can check the issue and provide you the fix. The black box along with the color of the box can be adjusted but we need to fix the broken layout first.

    Regarding the section to put icons below the header section : Login to your WordPress admin section.
    Go to Appearance => Customize => Theme Options => Logo Slider
    Enable the section. Select the desired Logo slider type and select the items to display and publish it.

    Please check the theme instructions tab to know more about adding Logo slider form the following link
    https://catchthemes.com/themes/catch-shop-pro/#theme-instructions
    You can find “How to add logo slider?” in the theme instructions tab

    You will need to create a social menu and assign the menu Header Social Left Menu to display it in the left side of your logo and It looks like you have already added the items on the right side.

    To enlarge the logo please add the following additional css. Your logo seems to contain extra space. You may need to crop the exact logo part only and upload it again.

    .custom-logo {
        max-width: 300px;
    }

    Regards,
    Tikaram

    in reply to: Rock Band Theme not displaying correctly in Chrome Browser #312910
    tikaram
    Member

    @vibaugh :Glad to know that the issue has been resolved. Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: Header video don’t play in mobile unit #312909
    tikaram
    Member

    @urbadigilive-se : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

    in reply to: Rounded current main menu item #312908
    tikaram
    Member

    @hoeppner1867 : Please discard the previous additional css and add the following css

    .catchresponsive-nav-menu a {
        border-radius: 12px 12px 0 0;
    }

    Let me know if this works as expected or not.

    Regards,
    Tikaram

    in reply to: Demo Files for theme #312907
    tikaram
    Member

    @alex-wptheme : Thank you for using PhotoFocus theme. Please download the demo files from the link below.
    https://github.com/catchthemes/ct-demo-import/tree/master/import-files/photofocus/free
    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Member

    @finn-jackson : I checked the theme at my end and I don’t seem to find any issue related to featured image.
    Can you please let me know the theme version that you are using and the WordPress version as well.
    For Testing purpose please try deactivating all plugins and try activating one by one. You may follow the following link to know more about plugin conflicts with our themes.

    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    featiured

    Regards,
    Tikaram

    in reply to: Rounded current main menu item #312893
    tikaram
    Member

    @hoeppner1867 : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    .nav-primary ul.menu .current-menu-item > a {
        border-radius: 10px !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Header video don’t play in mobile unit #312876
    tikaram
    Member

    @urbadigilive-se : Please download and active Header Enhancement Plugin by Catch Plugins.
    The feature is actually disabled by WordPress core and with the help of plugin the video can be enabled on small or mobile devices. Please let me know if this helps you out.
    For more feature you may check out our Premium plugin as well : Header Enhancement Pro

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: text colour in mobile menu #312867
    tikaram
    Member

    @rodeboy : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,
    .menu-toggle:hover, .menu-toggle:focus {
        color: #f3ca0b;
    }

    Regards,
    Tikaram

    in reply to: Integrating a Website Carbon Badge from websitecarbon.com #312858
    tikaram
    Member

    @dsm : I will contact you shortly.

    Regards,
    Tikaram

    in reply to: Rounded current main menu item #312856
    tikaram
    Member

    @hoeppner1867 : Please post in your site URL so that I can check and provide you the required additional css.

    Regards,
    Tikaram

    in reply to: Rock Band Theme not displaying correctly in Chrome Browser #312833
    tikaram
    Member

    @vibaugh : Can you please post in the site URL where you are having the issue so that I can check the site on chrome and provide you the fix.

    Regards,
    Tikaram

    in reply to: For SEO optimization #312828
    tikaram
    Member

    @michelg : Can you please be more specific about which title you would like to change HTML tags. You will need to create a child theme and customize the site as desired. Please let me know if you are comfortable with child theme customization.

    Regards,
    Tikaram

    in reply to: Colums not as described #312791
    tikaram
    Member

    Hello Tim,

    I have already contacted you.

    Regards,
    Tikaram

    in reply to: Colums not as described #312757
    tikaram
    Member

    Hello Tim,

    Actually its not an issue as you can check in the demo as well. The second items is supposed to take more space as it is the masonry layout. If you would like to get even sized layout for all items please add the following additional css.

    .collection-wrapper .hentry:nth-child(2) .hentry-inner {
        min-height:325px !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Colums not as described #312703
    tikaram
    Member

    @mylaserlife : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the css for a quick fix.

    
    @media only screen and (min-width: 35.5em) {
    	.layout-four article {
    		width: 50%;
    		float: left;
    		padding: 0 20px;
    	}
    }
    
    @media only screen and (min-width: 64em) {
    	.layout-four  article {
    		width: 25%;
    	}
    }
    

    I will contact you shortly as there seems to be some issue on your site.

    Regards,
    Tikaram

    in reply to: Colums not as described #312702
    tikaram
    Member

    @mylaserlife : Thank you for using Catch Shop Pro theme. I will check for the above mentioned issues and let you know soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: unexplained space between youtube blocks #312688
    tikaram
    Member

    @diddiminn : It looks like there is some issue with YouTube video embeds. We will fix the issue and let you know soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: Catch Vogue theme new version broken #312687
    tikaram
    Member

    @leon8847 : Can you please let me know more details  about the error message so that I can provide you the fix.

    Regards,
    Tikaram

Viewing 20 posts - 861 through 880 (of 4,113 total)