Forum Replies Created

Viewing 20 posts - 461 through 480 (of 14,499 total)
  • Author
    Posts
  • in reply to: Demo file please #312967
    Sakin
    Keymaster

    @febriarta : You can also download the demo zip file from the Theme Instructions tab on theme page at https://catchthemes.com/themes/clean-fotografie/#theme-instructions

    in reply to: Rounded corners for post images #312801
    Sakin
    Keymaster

    Hi Thorsten,

    You need to add a border-radius on the image, not the class. So, add the following CSS in “Appearance => Customize => Additional CSS” box:

    .excerpt-image-left .archive-post-wrap img { border-radius: 10px; }
    in reply to: Colums not as described #312749
    Sakin
    Keymaster

    Hi Tim,

    If you want to make it as 3Columns then you need to go to “Appearance => Customize => Theme Options => Featured Category” and then in Layout, you need to select “3 columns”.

    Which icon that you are talking about? Can you explain?

    Regards,
    Sakin

    in reply to: Colums not as described #312746
    Sakin
    Keymaster

    Hi Tim,

    I just check your site and now it’s showing in columns. You have selected 4 columns layout but only added 3 categories. So, you need to add 1 more category and then it will show the 4.

    Regards,
    Sakin

    in reply to: Catch Vogue theme new version broken #312744
    Sakin
    Keymaster

    @leon8847: This is your server configuration issue. As this update uses a New package to allow locally hosting webfonts due to
    GDPR issue as mentioned here https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/.

    So, it’s better to ask your hosting server to fix this folder permission issue.

    in reply to: Colums not as described #312743
    Sakin
    Keymaster

    Hi Tim,

    I just check your site and the CSS that you have added is not the same CSS given by Tikaram. When I check the source of your site your CSS is like below:

    @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%;
    Â Â }
    }

    So, you need to remove that and add the clean CSS as below:

    @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%;
    	}
    }
    in reply to: unexplained space between youtube blocks #312690
    Sakin
    Keymaster

    Hi Kristinn,

    Looks like there is an issue with FitFitvids js. So, can you go to “Appearance => Customize => Theme Options => Responsive Design” and then check “Check to Disable Fitvids Js” and publish it?

    Regards,
    Sakin

    in reply to: center title texts in cell size without _ word separation #312650
    Sakin
    Keymaster

    @bequercm: So for which section are you trying to change the text alignment? Can you explain with reference to your site URL?

    in reply to: Demo import content #312647
    Sakin
    Keymaster

    Hi Villa,

    For the Bold Photography theme demo file, go to the theme page and click on the Theme Instructions tab at https://catchthemes.com/themes/bold-photography/, and then you can download the zip file from there.

    Regards,
    Sakin

    in reply to: Scroll to Top not showing #312560
    Sakin
    Keymaster

    Hi Glen,

    Yes, I see that you have already updated the theme to 1.2.5 and the Scroll to Top is working fine on your website.
    Yes, if you have added the license key then you can do one click update but if you haven’t activate the license key then you need to do manual zip file update. Please check update instructions at https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/

    Regards,
    Sakin

    in reply to: Axton Theme: Does Navigation Blocks require FSE Pro? #312492
    Sakin
    Keymaster

    @rebeccak: Yes it’s compatible with WordPress 5.9 and above. There is no known issue on WP6.1 for the Axton theme.

    in reply to: Axton Theme: Does Navigation Blocks require FSE Pro? #312490
    Sakin
    Keymaster

    @rebeccak: No it doesn’t require FSE Pro for Navigation blocks. Can you check this video https://youtu.be/UwjBH6VO9kI?t=289.

    If it’s still not fixed then share your Site URL and maybe a screenshot of what’s not working.

    in reply to: Alternative sidebars not displayed #312489
    Sakin
    Keymaster

    Hi Oliver,

    You can set the layout from “Appearance => Customize => Theme Options => Layout Options”. Also, make sure that you have added a widget in your Sidebar from “Appearance => Widgets”.

    If it’s still not working then can you send me your site URL so that I can check it?

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Ellen,

    Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/parallax-frame/reviews/#new-post. Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Regards,
    Sakin

    in reply to: Unable to view navigation menu on mobile WP6.1 #312248
    Sakin
    Keymaster

    Hi Niel,

    Please update to the latest version, clear your cache and check it.

    Regards,
    Sakin

    in reply to: Sticky Table #312163
    Sakin
    Keymaster

    @@sazerelli: It’s been deleted.

    Sakin
    Keymaster

    Hi Ellen,

    I see that you have extra CSS after the CSS above CSS in your Additional CSS box: You need to remove the following CSS otherwise it will conflict and have issue:

    
    /*--------------------------------------------------------------
    13. Content
    --------------------------------------------------------------*/
    #main {
    	float: left;
    	width: 1200px;
    }
    
    .sidebar-primary {
    	float: right;
    	width: 240px;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Ellen,

    If you want to make the width of the wrapper bigger on the larger screens then add the following CSS in the “Appearance => Customize => Additional CSS” box:

    /* Layout to increase the wrapper size */
    @media only screen and (min-width: 1281px) {
    	.wrapper {
    	  width: 1480px;
    	  max-width: 100%;
    	}
    	#main {
    		width: calc(100% - 340px);
    	}
    }
    in reply to: Blog Area #311955
    Sakin
    Keymaster

    Hi Marinka,

    You can just active any other theme for now and then delete the “Intuitive Pro” and then again install using the zip file.

    Regards,
    Sakin

    in reply to: Header site description – How to add a link? #311946
    Sakin
    Keymaster

    Hi Mona,

    There is no option to add an external site link in the site description. It needs advanced customization where you need to create a child theme and then you need to copy catchflames_site_details function from catch-flames-pro/inc/catchflames-custom-header.php file to your child theme functions.php file and then add a link in the description.

    Regards,
    Sakin

Viewing 20 posts - 461 through 480 (of 14,499 total)