Forum Replies Created

Viewing 20 posts - 401 through 420 (of 14,506 total)
  • Author
    Posts
  • in reply to: Can’t connect to Instagram #316602
    Sakin
    Keymaster

    Hi @staceymoeevents,

    This is not a theme issue. It’s the “Social Gallery and Widget” plugin issue with Instagram changes. So, we are not sure if it will be fixed or not. Please looks for other Instagram plugin.

    Regards,
    Sakin

    in reply to: Overlay Text on Header Media #316601
    Sakin
    Keymaster

    Hi Glen,

    It cannot be done with the CSS. You can only do it using custom codes in Child Theme. So, first, you need to build child theme and then update the lucida_featured_image() function.

    Regards,
    Sakin

    in reply to: Menu Background #316574
    Sakin
    Keymaster

    Hi Richard,

    Yes, you can add the following CSS

    .navigation-classic .site-branding {
      margin-top: 0;
      margin-bottom: 0;
    }

    If you further want to reduce more then add the following CSS as well:

    .site-header-main .wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }

    Regards,
    Sakin

    in reply to: Post Categories to static page #316573
    Sakin
    Keymaster

    Hi Glen,

    A) Yes, if you select the category then the post from that category will be displayed. I just check your site and it’s showing just 3 of them on the homepage.
    B) Yes, that also controls the Post Page. So, if you want seperate then please use as “Featured Content”. Go to “Appearance => Customize => Featured Content”, select “Homepage / Frontpate” on “Enable On” options, select “Cateogry” on “Type” option and then select “Categories” as per your need in “Select Categories”. In this way you will have seperate posts for homepage and all other in post page.

    Regards,
    Sakin

    in reply to: Menu Background #316562
    Sakin
    Keymaster

    Hi Richard,

    If you want to change the Background color of the header section then change the color code in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:

    /* Change Header Background Color */
    .absolute-header .site-header {
    	background-color: #000;
    }

    But if you just want to change the Background color of the header menu section then use the following CSS instead of the above CSS:

    /* Change Header Menu Area Background Color */
    .absolute-header .site-header-menu {
    	background-color: #000;
    }

    Note: You can check color codes at https://htmlcolorcodes.com/

    Regards,
    Sakin

    in reply to: Overlay Text on Header Media #316561
    Sakin
    Keymaster

    Hi Glen,

    Only the header image will be clickable not the video or media. You can see the title “Featured Header Image Link URL”.

    Regards,
    Sakin

    in reply to: Footer reveal on scroll #316515
    Sakin
    Keymaster

    That was just an example of CSS, you need JS to change it. So, as mentioned earlier you need to hire a customizer for this.

    in reply to: Footer reveal on scroll #316504
    Sakin
    Keymaster

    Hi William,

    Sorry that required custom JS and measuring the height of the footer and then adding CSS accordingly. So, it requires custom work and you need to hire a customizer for this.

    For Example: If you are sure about the height of the footer then you can use the following CSS:

    /* For Sticky Footer */
    @media screen and (min-width: 1024px) {
    	#content.site-content {
    		margin-bottom: 650px;
    	}
    	.site-footer {
    		display: block;
    		position: fixed;
    		bottom: 0px;
    		margin-bottom: 56px;
    		left: 0px;
    		width: 100%;
    		z-index: -1;
    	}
    }

    Regards,
    Sakin

    in reply to: Problem updating #316503
    Sakin
    Keymaster

    @bigoslesli: Are you using a really old version of the Catch Box Pro theme before the license key was introduced then you will not see it. If that is the case then you need to use the manual update, please check the instruction “UPDATING THEME BY UPLOADING ZIP FILE” as mentioned in https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/

    Then you should see the license key section like this

    in reply to: “Your license key has reached its activation limit” #316487
    Sakin
    Keymaster

    @stephvogue: You can manage your license from your account at https://catchthemes.com/my-account/

    in reply to: CSS code for removing the underlines in links #315862
    Sakin
    Keymaster

    Hi Stephen,

    You can add the following CSS in the “Appearance => Customize => Additional CSS” to remove the underline from the Cover block image.

    .wp-block-cover a {
    	text-decoration: none;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Carey,

    I just check the Clean Education Pro theme and didn’t find any issues. Also, the file mentioned is from the WordPress core and not from the theme. So, there might be a plugin or configuration issue. Can you try deactivating the plugin and check it.

    Regards,
    Sakin

    in reply to: Divers #315840
    Sakin
    Keymaster

    Hi Heinz,

    Welcome and if you like the theme and our support then I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-fse/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: There are no demo files available in this theme #315822
    Sakin
    Keymaster

    Hi Galenfea,

    Welcome and if you like the theme and our support then I have a quick request: could you please leave an honest review? https://wordpress.org/themes/bold-photography/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: Collumn block #315820
    Sakin
    Keymaster

    Hi Hermann,

    For the column block with the background color, you can adjust the padding as per your need in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:

    .wp-block-column.has-background { padding: 10px }

    Regards,
    Sakin

    in reply to: There are no demo files available in this theme #315819
    Sakin
    Keymaster

    Hi Galenfea,

    Please check the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/bold-photography/#theme-instructions, from there you can download the demo file zip file.

    Regards,
    Sakin

    in reply to: Divers #315745
    Sakin
    Keymaster

    @henebe: I have processed the refund or the order ID: 311694 for the FSE Pro plugin. Have a nice day.

    in reply to: Divers #315632
    Sakin
    Keymaster

    @henebe: Yes, you purchased the FSE Pro plugin twice on January 11, 2023. So, do you want me to process the refund for the one?

    in reply to: Nav menu not showing on mobile #315631
    Sakin
    Keymaster

    @sfinnegan: For the Menu, you can change the font family with the following CSS:

    .create-menu a {
    	font-family: 'Century Gothic', sans-serif;
    }

    The Century Gothic is not a web font. So, if the font is not there in the device you are viewing then it will load the alternate san-serif font. That is what happens to your mobile devices.

    in reply to: Nav menu not showing on mobile #315619
    Sakin
    Keymaster

    @sfinnegan: As I told you, you just need to add the CSS that you want to change. So, looking at your changes. I have come up with the Custom CSS that you can replace. Please replace your Current CSS with the following CSS in the”Appearance => Customize => Additional CSS”:

    body {
        font: 16px/1.8 'Century Gothic', sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Century Gothic', sans-serif;
        color: #1e6a97;
        font-weight: 600;
        line-height: 2.1;
    }
    
    a {
      color: #89813d;
    }
    
    a:hover,
    a:focus,
    a:active {
        color: #89813d;
    }
    
    .site-banner {
        background-color: #1e6a97;
        opacity: 0.96;
    }
    
    .main-navigation {
      background-color: #1e6a97;
    }
    
    .main-navigation ul ul a {
      background-color: #1c5f86;
      border-bottom: 2px solid #1f6a96;
    }
    
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a, 
    .main-navigation .current_page_ancestor > a {
      color: #cfa205;
    }
    
    .create-menu a:hover,
    .create-menu a:focus {
        color: #89813d;
    }
    
    .site-title {
        font-size: 80px;
        font-family: 'Century Gothic', sans-serif;
        font-weight: 400;
    }
    
    .site-title a {
        color: #d6d2c4;
    }
    
    .site-title a:hover,
    .site-title a:focus {
        color: #d6d2c4;
    }
    
    .site-description {
        color: #d6d2c4;
        font-size: 50px;
        font-family: 'Allura', sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: none;
    }
    
    .social-menu {
        background-color: #89813d;
    }
    
    .social-menu ul a {
        border: 3px solid #d6d2c4;
        color: #d6d2c4;
    }
    
    .social-menu ul a:hover,
    .social-menu ul a:focus {
        border-color: #1e6a97;
        color: #1e6a97;
    }
    
    .site-info {
      background-color: #1E6A97;
      opacity: 0.96;
      color: #d6d2c4;
    }
    
    @media screen and (max-width: 960px) {
        .site-title {
            font-size: xx-large; /* Plays nicely in all browsers */
        }
    
        .site-description {
            font-size: medium; /* Plays nicely in all browsers */
        }
    
        .create-menu ul {
            background-color: #1c5f86;
        }
    
        .dropdown-toggle {
            border-left: 2px solid #1f6a96;
        }
    
        .main-navigation a, .main-navigation ul ul li a {
            background-color: #1c5f86;
            border-bottom: 2px solid #1f6a96;
        }
    }

    Regards,
    Sakin

Viewing 20 posts - 401 through 420 (of 14,506 total)