Forum Replies Created

Viewing 20 posts - 421 through 440 (of 14,488 total)
  • Author
    Posts
  • in reply to: Load page title immediately #314214
    Sakin
    Keymaster

    But 0.1s is still timed. You need to move it 0s.

    in reply to: Load page title immediately #314114
    Sakin
    Keymaster

    Can try adding the following CSS in “Appearance => Customize => Additional CSS” box:

    .custom-header { transition: padding 0s; } 
    in reply to: Alternative sidebars not displayed #314096
    Sakin
    Keymaster

    Hi Oliver,

    Strange it’s working fine on our site. So, can you go to “Appearance => Widgets” and check your “Optional Sidebar One” and “Optional Sidebar Three”? There must be an active widget there to show it on your page. If these areas are empty then it will show the default Sidebar.

    Regards,
    Sakin

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

    Hi Oliver,

    On which page are you trying to use the alternate sidebar and what’s your setting on that page?

    Regards,
    Sakin

    in reply to: Menu toggle not working on home page #313894
    Sakin
    Keymaster

    @ingel: I also checked your site on my mobile devices both iPhone and Android and there are no issues on the mobile menu.

    in reply to: Image Issues with Fotografie Blog theme #313602
    Sakin
    Keymaster

    Hi Steven,

    1. About the featured image, it used to be there from the beginning. We haven’t updated that. Maybe previously you didn’t add a featured image. You can add the following CSS in the “Appearance => Customize => Additional CSS” box to hide featured image on the single portfolio page:

    .single .portfolio-thumbnail { display: none; }

    2. The header image is not changing as you have WP Fastest Cache plugin installed. This will make it the same as it servers the cache page.

    Regards,
    Sakin

    in reply to: Fotografie Theme – Update – Errors – Excessive Padding #313553
    Sakin
    Keymaster

    Hi,

    1. You can remove that mobile menu and keep the desktop menu with about. For that, just add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .menu-toggle-wrapper {
    	display: none;
    }
    .main-navigation ul {
    	display: block;
    	text-align: center;
    }

    2. You can reduce the margin-bottom on the following CSS and add it as per your need. The first margin button is for the space above the text and the second one is for the space below the text:

    /* Embed Margin Bottom */
    .hero-content-wrapper .wp-block-embed {
    	margin-bottom: 35px;
    }
    /* Hero Content Margin Bottom */
    .hero-content-wrapper {
    	margin-bottom: 35px;
    }

    3. For the paragraph, I see that you are using paragraphs with a background in the blocks. So, that is adding padding. If you want to remove that then you need to add the following CSS:

    p.has-background {
      padding: 0;
      margin: 0 0 28px;
    }

    For embed videos also you can add the following CSS:

    .entry-content .wp-block-embed {
      margin-bottom: 28px;
    }

    4. I also see that you have issue with Colors. Can you check your color options are “Appearance => Customize => Colors” and check “Main Text Color”. In your site you have background color black as well as text color black. So, there is issue with title not showing and also other contents. Please check.

    in reply to: Number of items to show on frontpage #313496
    Sakin
    Keymaster

    Hello Cathal,

    Are you talking about the 12 portfolio items? For that go to “Appearance => Customize => Theme Options => Portfolio” and change the “Number of items to show” and publish it.

    Regards,
    Sakin

    in reply to: The gallery is displayed incorrectly #313495
    Sakin
    Keymaster

    @mikulski: 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/chique-music/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

    Yes, you can just purchase the theme and add the new license key on your site and then the update will work fine.

    Sakin
    Keymaster

    Please check the updated instructions at https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/. Looks like you haven’t activated the license key or your license key has expired. So, check your account at https://catchthemes.com/my-account/

    in reply to: Make the width bigger #313352
    Sakin
    Keymaster

    Hello Knud,

    The width of the site is 1200px width for desktop. So, you can add the following CSS in the “Appearance => Customize => Additional CSS” box to increase the width. In the following CSS, you can increase the 1400px to your desired width.

    @media screen and (min-width: 1280px ) {
    	/* Width for overall site */
    	.site {
    		max-width: 92%;
    		width: 1400px;
    	}
    	/* Width of the slider */
    	#feature-slider .cycle-slideshow {
    		max-width: 100%;
    	}
    	#feature-slider .cycle-slideshow img {
    		width: 100%;
    	}
    	/* Width of the content */
    	.two-columns #main {
    		width: 70%;
    	}
    	/* Width of the sidebar */
    	.two-columns .sidebar-primary {
    		width: 30%;
    	}
    	/* Width of the Footer Widgets */
    	#supplementary.four .widget-area {
      		width: 25%;
    	}
    }

    Regards,
    Sakin

    in reply to: Opaque Overlay on the slider? #313351
    Sakin
    Keymaster

    Hi Glen,

    You can remove that Slider Overlay, go to “Appearance => Customize => Theme Options => Featured Slider” and in the “Slider Overlay” option, just type 0 and publish it.

    Regards,
    Sakin

    in reply to: Add RED/XiaoHongShu Icon to Social Links #313268
    Sakin
    Keymaster

    @kegweb6: It is showing a generic icon as there is no predefined icon for xiaohongshu. So, if you have a small square png image then you can upload it using “Media => Add New” from your WordPress dashboard. After that copy that image link and paste it here and we will send you Custom CSS to add that.

    in reply to: The gallery is displayed incorrectly #313265
    Sakin
    Keymaster

    @mikulski : It’s a little strange why it’s not working on your site. We tested on our server and it’s working fine. So, for quick fix, please add the following CSS in “Appearance => Customize => Additional CSS” box:

    body .is-layout-flex {
      display: flex;
      flex-wrap: wrap;
    }
    
    figure.wp-block-gallery.has-nested-images {
      align-items: normal;
    }

    Note: Also, I see one issue in your Custom CSS code which you currently have. Please search for this CSS in your Custom CSS box:

    .singular-content-wrap .entry-header {
        padding: 0 0 10px;
        /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp)*/;
    }

    There you can see that you have commented out the background image but the closing comment tag is before the semicolon. It should be after the semicolon like below:

    .singular-content-wrap .entry-header {
        padding: 0 0 10px;
        /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp);*/
    }
    in reply to: Removing the search box on every page and location #313195
    Sakin
    Keymaster

    Thanks for your appreciation and saying with Us. 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/catch-shop/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.

    in reply to: “undefined” in Contact Form 7 #313181
    Sakin
    Keymaster

    Ok, I will check it and will confirm with you. Thanks

    in reply to: Removing the search box on every page and location #313180
    Sakin
    Keymaster

    I just check your site and see that there is an issue with the Custom CSS. I have optimized and fixed it. Please replace all your CSS in the “Appearance => Customize => Additional CSS” with the following CSS:

    /* To have the logo on the left on screen width over 1200px */
    @media screen and (min-width: 1200px) {
      .custom-logo-link {
          position: absolute;
          left: 0;
      }
    }
    #site-header-right-menu,
    .mobile-search {
      display: none;
    }
    body.page-id-8,
    body.page-id-60,
    body.page-id-66 {
      background: #dddddd;
    }
    in reply to: “undefined” in Contact Form 7 #313129
    Sakin
    Keymaster

    Hi Tim,

    It looks like a js cache issue, we have updated the theme to version 1.6.3, please update and check it.

    Regards,
    Sakin

    in reply to: Removing the search box on every page and location #313128
    Sakin
    Keymaster

    can you post your site URL and then I can check it.

Viewing 20 posts - 421 through 440 (of 14,488 total)