Forum Replies Created

Viewing 20 posts - 381 through 400 (of 14,488 total)
  • Author
    Posts
  • in reply to: Can’t connect to Instagram #316649
    Sakin
    Keymaster

    Hello @staceymoeevents:
    Sorry, that issue was fixed on November 2022 and then again Instagram change it back last week. So, we are appealing to the Instagram team to unblock the app and waiting for their answer.

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

    Hi Stephanie,

    I just checked your account and see that the license key is used on your test site like box5634.temp.domains. I have deactivated the license key from that site. Now, can you try to add it to your site?

    Regards,
    Sakin

    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?

Viewing 20 posts - 381 through 400 (of 14,488 total)