Forum Replies Created

Viewing 20 posts - 601 through 620 (of 4,116 total)
  • Author
    Posts
  • in reply to: Overlay Text on Header Media #316167
    tikaram
    Participant

    @fireflywebs : I checked the header issue on the .ca site as you have enabled static homepage and disabled the Header Featured Image Options under Lucida options while editing the Homepage due to that the Header Image was disabled. I have enabled the Header Featured Image from HomePage.  To display the overlay text enable the Header image and add the following additional css. The text will be displayed if you enable the Header media from the customizer

    #header-featured-image .wrapper::before {
      content: "Overlay Text";
      position: relative;
      top:200px;
      font-size:50px;
    }

    You will need to change the text as desired in the content and publish the additional css. Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @ujesko : I checked your site and it looks like you have not added the additional css that I have provided. Can you please try adding the given css and let me know.

    Regards,
    Tikaram

    in reply to: PHP Version supported for Rock Star Pro #316145
    tikaram
    Participant

    @freeflowrambling : There are no any know issues with PHP 8. Please try upgrading the PHP version and let me know if you get any issues with Rock Star Pro.

    Regards,
    Tikaram

    tikaram
    Participant

    @ujesko : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .site-header-menu {
       border-top:unset;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    tikaram
    Participant

    @ujesko : Please replace the previous additional css with the css below.

    @media screen and (min-width: 90em) {
      .single .singular-section,
      .page .singular-section
        {
            padding-top: 0;
        }
      .singular-section .content-area .post-thumbnail {
           margin-top: 0;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Custom header grey area both sides #316130
    tikaram
    Participant

    @italianfox : Nice to hear back from you and glad 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/theme/solid-construction/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.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

    in reply to: Header spacing #316129
    tikaram
    Participant

    @cpp2023 : Glad to know that the issue has been resolved. Have a Good day 🙂

    Regards,
    Tikaram

    in reply to: Font colour on Footnote #316128
    tikaram
    Participant

    @cpp2023 : Nice to hear back from you and glad 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/costello/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.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

    in reply to: How to change http/https to fb / intent #316116
    tikaram
    Participant

    @donaldscho : The link fb://group/?id=1032898937489365 doesn’t seem to be a valid link. Please try adding a valid link and it must work on your site as well. First check the link with the help of browser and then add the link in the desired button. Hope this helps you out.

    Regards,
    Tikaram

    in reply to: the header title size #316115
    tikaram
    Participant

    @lab118 : Please post in the site URL of the page where you would like to change the size of title. Let me know if you would like to increase or decrease the size. I will check it and provide you the required solution.

    Regards,
    Tikaram

    in reply to: Custom header grey area both sides #316114
    tikaram
    Participant

    @italianfox : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .custom-header {
      background-color: #color-code; 
    }

    Please change the #color-code with the desired color code.
    Let me know if you have any other issues.

    Regards,
    Tikaram

    in reply to: Blog subscription gone from widget #316113
    tikaram
    Participant

    @traindir : I checked your site and it looks like you have a plugin named Email posts to Subscribers to enable the blog subscription service. Please follow this link about adding the widget in the front end of your site. Please check the plugin and enable the service. You may contact the plugin support as well regarding the issue.
    Let me know if you have any other theme related issues.

    Regards,
    Tikaram

    in reply to: Fotografie Pro space between primary menu and featured image #316091
    tikaram
    Participant

    @ujesko : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 90em) {
      .single .singular-section {
        padding-top: 0;
      }
      .singular-section .content-area .post-thumbnail {
        margin-top: 0;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Overlay Text on Header Media #316090
    tikaram
    Participant

    @fireflywebs :  I will contact you shortly as I need to check your site and provide you the required fix.

    Regards,
    Tikaram

    in reply to: Adding Code to Home Page Header #316089
    tikaram
    Participant

    @velocirak : Login to your WordPress admin section. Go to Appearance => Editor
    In the editor click on Header. In the Header section you will find Social Icons along with menu items. Now Click on Facebook icon. You will need to add your Facebook link instead of # and click on arrow next to the field and save the changes.
    Let me know if this helps you out.
    Capture
    Regards,
    Tikaram

    in reply to: Fotografie Pro Only Title above header slideshow #316042
    tikaram
    Participant

    @ujesko : I will contact you shortly.

    Regards,
    Tikaram

    in reply to: Fotografie Pro space between primary menu and featured image #316041
    tikaram
    Participant

    @ujesko : I don’t seem to find any issue with spacing between the primary menu and Header image. Can you please check again and let me know the link where you are having issues.

    Regards,
    Tikaram

    in reply to: Remove divider in header of fotografie pro #316032
    tikaram
    Participant

    @ujesko : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .site-header-menu {
        border-top: unset;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Font colour on Footnote #316018
    tikaram
    Participant

    @cpp2023: Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    .site-footer p {
      color: #ffffff;
    }
    .footer-widget-area a {
      color:#999999;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Header spacing #316017
    tikaram
    Participant

    @cpp2023 : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 85.375em) {
      body:not(.home) .site-content > .wrapper {
         padding-top: 0;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 20 posts - 601 through 620 (of 4,116 total)