Forum Replies Created

Viewing 20 posts - 61 through 80 (of 4,116 total)
  • Author
    Posts
  • in reply to: Chique Pro – Featured Slider Width On Mobile #331893
    tikaram
    Participant

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

    @media screen and (max-width: 480px) {
      .owl-stage-outer.owl-height {
        height: auto !important;
      }
      #feature-slider-section .post-thumbnail img {
        position: static !important;
      }
      #feature-slider-section .hentry-inner {
        padding: 0;
        min-height: auto !important;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Fill all width on mobile #331867
    tikaram
    Participant

    @nnicorescugmail-com : Can you please explain in more detail regarding the issue. I checked your site on mobile device but I could not find any issue with page/post content.

    Regards,

    Tikaram

    in reply to: Site-editor is no longer appearing #331861
    tikaram
    Participant

    @allinonepartyfun : Can you please check your site URL again. The URL posted above is not accessible.

    Regards,
    Tikaram

    in reply to: Fill all width on mobile #331858
    tikaram
    Participant

    @nnicorescugmail-com : Please post in your site URL so that I can check for issues on your site and provide you the required fix.

    Regards,
    Tikaram

    in reply to: IMPORT DEMO ERROR! #331842
    tikaram
    Participant

    @martingenchis : I will contact you shortly.

    Regards,
    Tikaram

    in reply to: Help changing font size on my page! #331840
    tikaram
    Participant

    @cruzancowgirl : Please add the following additional css and let me know if the issue gets resolved.

    @media screen and (min-width: 768px) {
      .has-header-media:not(.home) .custom-header-media {
        height: 100vh;
      }
    }

    Regards,
    Tikaram

    in reply to: how to manage quantity of articles on the main homepage? #331836
    tikaram
    Participant

    @barbarossa : Login to your WordPress admin section.  Go to Appearance => Editor
    Select the query loop block. Next click on Display setting as shown in the figure
    In the items per page option select the number of posts as desired and save the changes.

    fotografie-blocks-pro

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: how to manage quantity of articles on the main homepage? #331827
    tikaram
    Participant

    @barbarossa : I checked your site and it looks like you have displayed only three articles in the News Section. Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    in reply to: How to remove blur on hover #331817
    tikaram
    Participant

    @alphaint : To remove the blur effect on hover please add the following custom css.
    To know more about adding custom css in Block Themes Please follow the link below.
    https://catchthemes.com/fse-faq/how-to-add-custom-css-in-block-themes/

    .wp-block-post-featured-image:hover img {
      transform: scale(1) !important;
    }
    .wp-block-post-featured-image a:hover::before {
      opacity: 0 !important;
    }

    Let me know if you have any more questions.

    Regards,
    Tikaram

    in reply to: Help changing font size on my page! #331811
    tikaram
    Participant

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

    .site-title, .menu-toggle {
      font-size: 1.5rem;
    }
    
    .site-description {
      font-size: 1.125rem;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: how to manage quantity of articles on the main homepage? #331793
    tikaram
    Participant

    @barbarossa : Can you please let me know the theme that you are using. It looks like you are using a FSE theme. Please post in your site URL as well.

    Regards,
    Tikaram

    in reply to: delete scentence at the bottom of services #331762
    tikaram
    Participant

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

    .page-id-210 em {
      display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Image on Main-Page is getting scaled every time #331758
    tikaram
    Participant

    @coriopat : The issue is caused by the larger portion of text content on your page. If you can limit the text the image will not be enlarged. If you would like to display the text content as it is now please add the following additional css.

    #hero-section .post-thumbnail {
      background-size: contain;
      background-repeat: no-repeat;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: Background Audio #331720
    tikaram
    Participant

    @biagio: You can add a header video with sound but the sound will not play because the feature is disabled by WordPress. If you would like to enable sound you will need to add Header Enhancement Pro plugin. Please let me know if you have any more queries.

    Regards,
    Tikaram

    in reply to: Navigation Menu’s multilanguage site #331713
    tikaram
    Participant

    @barbarossa : The full site editing themes do not support native navigation menu’s and widgets. If you would like to use the widgets and menus you may switch to our Fotografie theme
    Both the themes have similar design and only the difference is the older one is based on customizer whereas the newer theme supports the Full Site Editing feature.

    Regards,
    Tikaram

    in reply to: IMPORT DEMO ERROR! #331710
    tikaram
    Participant

    @martingenchis : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: Moving the header media text assembly. #331706
    tikaram
    Participant

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

    @media screen and (min-width: 64em) {
      body:not(.no-header-image) .custom-header-content {
        left:20%;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    in reply to: IMPORT DEMO ERROR! #331633
    tikaram
    Participant

    @martingenchis : Can you please let me know the exact issue so that I can help you resolve the issue. Do you get any error messages or warnings while importing demo data please let me know.

    Regards,
    Tikaram

    in reply to: Navigation Menu’s multilanguage site #331605
    tikaram
    Participant

    @barbarossa : According to the documentation the Pro plugin supports the Full Site Editing feature. Please contact Polylang support as its not a theme related feature.

    Regards,
    Tikaram

    in reply to: Can’t change background image in Euphony Pro #331604
    tikaram
    Participant

    @cipherdom : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 20 posts - 61 through 80 (of 4,116 total)