Forum Replies Created

Viewing 20 posts - 641 through 660 (of 14,487 total)
  • Author
    Posts
  • in reply to: Event year and link #307326
    Sakin
    Keymaster

    Hi Tom,

    We have added the option to add Year in the new version update. Please update to the latest version.

    Regards,
    Sakin

     

    in reply to: Event year and link #307277
    Sakin
    Keymaster

    Hi Tom,

    Yes, currently it only supports days and months. I will talk with the development team and check if you can add a year in the next version update.

    Regards,
    Sakin

     

    in reply to: Testimonials Heading & Continue Reading buttons #307271
    Sakin
    Keymaster

    Hi @catwingz:

    Can you try adding the following CSS. This will reduce padding.

    /* Adjust Header Navigation */
    @media screen and (min-width: 64em) {
    	.site-branding {
    		margin-left: 0;
    		margin-bottom: 5px;
    	}
    }
    @media screen and (min-width: 75em) {
    	.navigation-classic .main-navigation a {
    		padding: 12px;
    	}
    	.menu-toggle-wrapper {
    		padding: 8px 7px;
    	}
    }
    @media screen and (min-width: 100em) {
    	.navigation-classic .main-navigation a {
    		padding: 20px 18px;
    	}
    	.menu-toggle-wrapper {
    		padding: 15px 7px;
    	}
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Wesley,

    Thanks, there is no difference in Header Media on the ScapeShot Pro theme. But if you use the Header Enhancement Pro plugin you will get extra features you can check the compare table at https://catchplugins.com/plugins/header-enhancement-pro/#compare

    Regards,
    Sakin

    in reply to: Thank you #307124
    Sakin
    Keymaster

    Hi Hans,

    Thanks for your appreciation and if you like the theme and support then please post your review and rating at https://wordpress.org/support/theme/travelore/reviews/#new-post.

    Regards,
    Sakin

     

    Sakin
    Keymaster

    Hello Hans,

    Yes, this is the better way to do it.

    Regards,
    Sakin

    in reply to: Header not displaying to full width #307122
    Sakin
    Keymaster

    Hi Finn,

    I just check your website and it’s showing a Full-Width Header to me. Can you refresh your browser and check it.

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello Hans,

    I see that you have changed the Link Color in “Appearance => Customize => Colors” as #ffffff and that is causing the issue. So, can you reset that or change it to the color that you want for the link.

     

    I see that you have already added Custom CSS for Header Menu, but for Menu toggle and cart icons color in menu,  you can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .menu-toggle,
    .dropdown-toggle,
    .site-header-cart .menu-inline a.my-account,
    .site-header-cart .menu-inline a.site-cart-contents {
     color: #ffffff;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    @hassanraza: Can you share your site URL and also more details about the issue. Which text is small and which clickable elements are too close.

    Sakin
    Keymaster

    Hi Wesley,

    As mentioned above by Skandha that Header Video is disabled by WordPress core default. So, you need to install the Header Enhancement Plugin, which you can download from https://catchplugins.com/plugins/header-enhancement

    Regards,
    Sakin

     

    Sakin
    Keymaster

    @heinelg: That’s a nice solution to do with the child theme and working with hooks. Thanks.

    Sakin
    Keymaster

    @heinelg: then you can change the max-width in the above CSS. Like replace the previous CSS with the following CSS:

    @media only screen and (max-width: 990px) {
        .site-content .wrapper {
             display: flex;
             flex-direction: column-reverse;
         }
    }

    Regards,
    Sakin

    in reply to: Quote design broken after updating to WP 6 #306917
    Sakin
    Keymaster

    Hello Anna,

    Yes with CSS we can change the style. But you need to tell me the style that you want like a Screenshot or URL where you had the desired style and where you want to use that style.

    Regards,
    Sakin

     

    in reply to: Create a PayPal Donate Button Widget #306851
    Sakin
    Keymaster

    Hi Heine,

    It’s strange why it didn’t work. Maybe you added an embed link instead of HTML code. Thanks and glad to hear that it worked for you.

    Regards,
    Sakin

    in reply to: Import Demo – Catch Corporacy #306841
    Sakin
    Keymaster

    Hello Dominika,

    You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/corporacy/#theme-instructions

    Regards,
    Sakin

    in reply to: product name on category page #306833
    Sakin
    Keymaster

    Hello Hans,

    Can you make your site public and send me the Product URL? I can check that.

    Regards,
    Sakin

    in reply to: view shopping cart in header color #306832
    Sakin
    Keymaster

    Hi Hans,

    Since you have solved this. I am closing this topic.

    Regards,
    Sakin

    in reply to: deformation header image #306831
    Sakin
    Keymaster

    Have a nice Cycling evening.

    in reply to: deformation header image #306827
    Sakin
    Keymaster

    Hello Hans,

    In the 1 CSS, there was just a missing – between margin and button. Now, your Custom CSS doesn’t have an error. But I still see the following CSS that you need to delete, which is just below the text /*header media voorkomen wegsnijden onderkant*/,

    .header-media .post-thumbnail img {
     max-width: 1800px;
     max-height: 600px;
    }
    
    You need to delete the above CSS as you already have another same CSS which fixes the height
     /* afmeting header*/
    .header-media .post-thumbnail img {
     max-width: 1800px;
    }

    Regards,
    Sakin

    in reply to: deformation header image #306800
    Sakin
    Keymaster

    Hi Hans,

    You need to clean up your Custom CSS, there are many issues in Custom CSS on your site staging.toerfietsleusden.nl.

    1. Find the following CSS:
    /*inhoud naar boven*/
    .home .site-content{
     margin-top: -50px;
     margin bottom: 5px;
    }

    Replace that with the following:

    /*inhoud naar boven*/
    .home .site-content{
     margin-top: -50px;
     margin-bottom: 5px;
    }

    2. Find the following CSS, it is there twice,

    .header-media .post-thumbnail img {
     max-width: 1800px;
     max-height: 600px;
    }

    So, delete the one and replace the other one with the following:

    .header-media .post-thumbnail img {
     max-width: 1800px;
    }

    3. Find the following CSS, it’s missing closing } at the end:

    /* To change the color of the text, overlay and font size */
    @media screen and (min-width: 64em) {
     .portfolio-content-wrapper a {
      color: #ffffff;
     }
     #header-content .site-branding {
      margin-right: 0;
     }

    So, replace that with the following, you can see it has a closing bracket

    /* To change the color of the text, overlay and font size */
    @media screen and (min-width: 64em) {
     .portfolio-content-wrapper a {
      color: #ffffff;
     }
     #header-content .site-branding {
      margin-right: 0;
     }
    }

    Regards,
    Sakin

     

     

Viewing 20 posts - 641 through 660 (of 14,487 total)