Forum Replies Created

Viewing 20 posts - 481 through 500 (of 14,499 total)
  • Author
    Posts
  • in reply to: remove all links to google fonts #311943
    Sakin
    Keymaster

    @matthiasw: We have already updated all our themes and removed Google Font loading from CDN and now it will load all the fonts from your own site. We have already updated to comply with GDPR as per https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/.

    For the Clean Journal theme, we have updated it to version 2.8.1.

    Regards,
    Sakin

    in reply to: Spaces between WP blocks since update #311868
    Sakin
    Keymaster

    Hi Darren,

    I am not sure about the Facebook Feed block. Can you let me know where did you add the Facebook Feed block like URL?

    Regards,
    Sakin

    in reply to: Feature Slider not displaying well on phones #311867
    Sakin
    Keymaster

    Hi Glen,

    Can you try to add the following CSS in “Appearance => Customize => Additional CSS” box:

    #feature-slider-section .entry-container p:not(.more-link), 
    #feature-slider-section .slider-logo + h2.entry-title {
      display: block;
    }

    Regards,
    Sakin

    in reply to: Resizing and Color Changing Header Font ? #311864
    Sakin
    Keymaster

    Hi Rebecca,

    1. For Color size, you can the color code in the following CSS as per your need and in the “Appearance => Customize => Additional CSS” box:

    .header-media .section-title,
    body:not(.home) .header-media .section-title {
    	color: #000;
    }

    For Font Size, you need to adjust it for Mobile and then Desktop, so adjust the following CSS font size as per your need and then add it in the “Appearance => Customize => Additional CSS” box:

    /* Header Media Font Size for Mobile *
    .header-media .section-title,
    body:not(.home) .header-media .section-title {
    	font-size: 32px;
    }
    
    /* Header Media Font Size for Desktop *
    @media screen and (min-width: 64em) {
    	.header-media .section-title,
    	body:not(.home) .header-media .section-title {
    		font-size: 60px;
    	}
    }

    Regards,
    Sakin

    in reply to: plugin generate child theme doesn’t function well #311814
    Sakin
    Keymaster

    Hello Hans,

    Thanks for the screenshot and I got what you mean now.

    Regards,
    Sakin

    in reply to: plugin generate child theme doesn’t function well #311791
    Sakin
    Keymaster

    Hello Hans,

    Do you mean that when you generate the child theme that the theme didn’t import the settings in the Customizer?

    Regards,
    Sakin

    in reply to: Blog Area #311786
    Sakin
    Keymaster

    Hi Marinka,

    You can set a static front page and blog page from “Settings => Reading”, there check “A static page (select below)” and Set your blog page on “Posts page:” and the homepage on “Homepage”.

    Then you can go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and then enable “Recent Posts on Static Page”.

    Regards,
    Sakin

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

    Hi Glen,

    Thanks for reporting the issue, we have fixed the issue with an update. Please update the theme to the latest version and it should work fine.

    Regards,
    Sakin

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

    Hi Glen,

    I will check and get back to you soon.

    Regards,
    Sakin

    in reply to: Feature Slider not displaying well on phones #311774
    Sakin
    Keymaster

    Hi Glen,

    What about making an image in the center as you have the background black and it matched the design? Try adding following CSS in “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
      #feature-slider-section .post-thumbnail img {
        position: relative;
      }
    }

    Regards,
    Sakin

    in reply to: plugin generate child theme doesn’t function well #311751
    Sakin
    Keymaster

    Hello Hans,

    After a lot of testing, we still didn’t find any issues with the plugin. All of our testing members were able to work on the child theme. So, which theme and setting you were using it? Also, do you have that child theme zip file for reference?

    Regards,
    Sakin

    in reply to: Columns error #311748
    Sakin
    Keymaster

    Hi Moni,

    We don’t have any !important property in the theme. So, I am not sure why you are facing the issue. But if you want to control the with of that gallery section, then you can change the max-width in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:

    .gallery-section .wrapper {
      max-width: 1920px;
    }

    Also, you can add padding-left and padding-right. So, if you want to make it like the other sections then add the following CSS instead of the above CSS:

    .gallery-section .wrapper {
      max-width: 1500px;
      padding-left: 45px;
      padding-right: 45px;
    }
    in reply to: Hide header media on mobile #311669
    Sakin
    Keymaster

    @beanboy182: 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/photofocus/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

    Sakin
    Keymaster

    Hi Stefan,

    I see that you have already sent us the support ticket and I have replied to you there as well. We did test Decree Pro 2.3.1 on PHP 8.1 and we didn’t find any issues. So, it might be a plugin issue, please try deactivating the plugin one by one to find out the issue.

    Regards,
    Sakin

    in reply to: Reduce font size #311666
    Sakin
    Keymaster

    @louay:
    Can you be more specific like in which section you want to edit the font size? For example, if you want to change the default body font size then you can change the size in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:

    /* Default Font Size */
    body,
    button,
    input,
    select,
    textarea {
    	font-size: 15px;
    }
    
    /* Font Size for Screen Larger then 1024px */
    @media screen and (min-width: 64em) {
    	body,
    	button,
    	input,
    	select,
    	textarea {
    		font-size: 17px;
    	}
    }
    
    /* Font Size for Screen Larger then 1366px */
    @media screen and (min-width: 85.375em) {
    	body,
    	button,
    	input,
    	select,
    	textarea {
    		font-size: 18px;
    	}
    }
    in reply to: Footer is align left on only one page #311657
    Sakin
    Keymaster

    @heinelg: The main problem in your homepage is that you have an extra closing </div> after Column Block and Before Separator block. See this screenshot and I hope you understand what I mean.

    in reply to: Problem with the mobile theme #311634
    Sakin
    Keymaster

    Hi Dina,

    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/photofocus/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: Hide header media on mobile #311633
    Sakin
    Keymaster

    @beanboy182: In the following CSS, you can adjust the width of the logo and then add it in “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
        .custom-logo {
            max-width: 125px;
        }
    }
    in reply to: Site does not resize for mobile devices #311614
    Sakin
    Keymaster

    Hi @heinelg,
    No, you don’t need to post multiple reviews for the same theme. If you are using different then you can do a review for that particular theme.

    In your site https://ridgeviewmennonite.org/, you have CSS for width as follows, which replaces the default 820px width for No Sidebar Content Layout Width.

    .no-sidebar.content-width #main {
      width: 100%;
    }

    But if your site https://hbccc.org/wp/, you have CSS as :

    .no-sidebar.content-width #main {
      max-width: 100%;
    }

    For the best result, you can use the code as:

    .no-sidebar.content-width #main {
      width: 1200px;
      max-width: 100%;
    }
    in reply to: sparito menu e header dal sito #311613
    Sakin
    Keymaster

    @superincio: You ca edit the footer widget from “Appearance => Widget”. I am not sure about the plugin for the menu. You will need to try plugins for that.

Viewing 20 posts - 481 through 500 (of 14,499 total)