Forum Replies Created

Viewing 20 posts - 381 through 400 (of 14,499 total)
  • Author
    Posts
  • in reply to: Search bar only half visible #316919
    Sakin
    Keymaster

    Hi Ralf,

    Can you upload the Screenshot on your site and add a link here to your screenshot image? I check your site on my mobile device and it’s working fine on all pages.

    Regards,
    Sakin

    Sakin
    Keymaster

    @webmonster: The Rock Band Free WordPress theme is the Child theme of the My Music Band Free WordPress theme. So, we have updated the My Music Band theme and included an option to change the “Recent Posts Heading” from “Appearance => Customize => Theme Options => Homepage / Frontpage”.

    So, update the My Music Band theme and it will show it on the Rock Band Free theme as well.

    in reply to: Show post title on hover #316917
    Sakin
    Keymaster

    @ujesko: It is not a good user experience to hide the title and wrapper on the mobile. But if you want to do that then remove the old CSS I gave you earlier and add the following CSS instead:

    .featured-content-wrapper .entry-header {
        visibility: hidden;
    }
    
    .featured-content-wrapper .hentry:hover .entry-header,
    .featured-content-wrapper .hentry:focus .entry-header {
        visibility: visible;
    }
    in reply to: Show post title on hover #316904
    Sakin
    Keymaster

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

    @media screen and (min-width: 48em) {
    	.featured-content-wrapper .entry-header {
    		visibility: hidden;
    	}
    
    	.featured-content-wrapper .hentry:hover .entry-header,
    	.featured-content-wrapper .hentry:focus .entry-header {
    		visibility: visible;
    	}
    }
    in reply to: Look´s like I have to do something more? #316880
    Sakin
    Keymaster

    Hi Rene,

    For installation of the Pro theme, you need to do the following as below and do detailed screenshot and all, please check the FAQ at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/

    1. After purchasing a pro theme, go to your member My Account https://catchthemes.com/my-account/ page
    2. Then on the Download Section, click on the File name to download your theme zip file
    3. Note: Some modern browsers like Safari has an auto zip extractor and will extract the zip file as soon as you download the zip file. In this case, open Safari and go to “Safari => Preferences” and in the “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download the zip file
    4. Log in to the WordPress Administration Panel and go to “Appearance => Themes => Add New”
    5. Click on “Upload Theme” and Browse the downloaded .zip file from the desktop where you have it downloaded and click on the “Install Now” button to start the installation process.
    6. After it’s installed, click on the “Activate” button to Active the theme
    7. Note: please Save and Active your License Key for the one-click update. Please don’t use the Product Key in the License key
    8. For this, go to “Appearance => About Theme”, and click on “License Tab”. If you don’t know the license key then you can log in to your My Account page and click on “View Details and Downloads” to view the license key
    9. Add the License key under the “License Key” section, click on the “Save Changes” and “Activate License” buttons
    10. Go to https://catchthemes.com/themes/audioman-pro/#theme-instructions/ for a guide on how to customize this theme.
    14. Navigate to “Appearance => Customize” in your admin panel and customize the site as per your need.

    Regards,
    Sakin

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

    Hi Glen,

    It’s working fine for me. Also, make sure to clear your cache from the WP Fastest Cache plugin and also from your browser. You guys might be loading the old cached content.

    Regards,
    Sakin

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

    Hi Glen,

    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/lucida/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: Overlay Text on Header Media #316824
    Sakin
    Keymaster

    Hi Glen,

    Did you check my previous reply that you just need to copy the code from https://pastebin.com/raw/L0JWgSm3 and add it to your child theme functions.php file.

    After that, you can go to “Appearance => Customize => Header Media” and the desired link in “Featured Header Image Link URL”.

    Regards,
    Sakin

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

    Hi Glen,

    Here is the code if you are familiar with adding functions to your child’s theme. You need to add the following code from https://pastebin.com/raw/L0JWgSm3 to your child theme functions.php file. This code will take Featured Header Image Alt/Title Tag as Title and Featured Header Image Link URL as a link for the video. This code will only work on Custom Header Video.

    Regards,
    Sakin

    in reply to: Facebook does not show my post image #316739
    Sakin
    Keymaster

    Hi MichaelN,

    You can debug your site from Facebook Developer Tool at https://developers.facebook.com/tools/debug. When I check your homepage it shows but not on the blog page. It’s a strange issue. You are using an open graph from Yoast SEO. So, can you try asking on their support forum as we are not aware of these kinds of issues?

    When I debug your post it says “The following required properties are missing: fb:app_id”. So, maybe this article will help you create an app and app id https://rankmath.com/kb/fb-app-id-warnings/

    Regards,
    Sakin

    in reply to: How to add EXIF title to featured image? #316738
    Sakin
    Keymaster

    Hi Juul,

    WordPress doesn’t show the EXIF date as default. You need a custom code or plugin for that. You can check this article https://www.wpbeginner.com/plugins/how-to-add-exif-photo-tags-in-wordpress/

    Regards,
    Sakin

    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.

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