Forum Replies Created

Viewing 20 posts - 1,061 through 1,080 (of 4,116 total)
  • Author
    Posts
  • in reply to: Remove header in a single service #309125
    tikaram
    Participant

    @jarq : It looks like there is some issue with disabling the header image. I will forward it to the development team. For a quick fix please try adding the following additional css.

    .postid-266 .custom-header::before {
       background-image: unset;
    }
    in reply to: Hero background bug #309085
    tikaram
    Participant

    @creston-anees :Please try adding the following additional css for the hero section background image issue

    @media only screen and (max-width: 768px) {
      #hero-section {
          background-attachment:scroll;
      }
    }
    
    
    in reply to: I can’t import the demo file into my blog #309074
    tikaram
    Participant

    @hoangpm : 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/fotografie/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: Remove eye icon from WooCommerce images on mouse hover #309073
    tikaram
    Participant

    @spiekosz : 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/zubin/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: Hero background bug #309038
    tikaram
    Participant

    @creston-anees : It looks like there is some issue with the social icons on mobile devices. For a quick fix please login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.
    Regarding the hero content background image I will let you know soon

    @media only screen and (max-width: 767px) {
     #floating-social {
      position: absolute;
      left: 25px;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      top: 50px;
      min-height: 82vh;
      transition: min-height 0.3s;
     }
     #floating-social .social-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
     }
     #floating-social .social-navigation a {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      margin: 5px;
      padding: 7px;
      height: 44px;
      width: 44px;
     }
    }
    in reply to: how to disable comments (entries) #309024
    tikaram
    Participant

    @elena : I recommend you to Upgrade to Kids Camp Pro theme to disable comments completely from the customizer. If you would like to disable manually you will need to edit the post or a page from the WordPress admin section. For all new post and pages, you can disable it from “Settings => Discussion”  and for all old posts and pages, you have to edit that posts and pages and remove Allow Comment from Discussion boxes.
    Let me know if this helps resolve your issue

     

    Regards,
    Tikaram

     

    in reply to: Hero background bug #309021
    tikaram
    Participant

    @creston-anees : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    in reply to: display social icons #308995
    tikaram
    Participant

    @mattias-devriendtgmail-com : Login to your WordPress admin section.
    Go to Appearance => Customize => Theme Options => Menu Options
    Under Primary Menu Options: locate Modern Social Menu and uncheck it and click on publish

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    in reply to: Remove eye icon from WooCommerce images on mouse hover #308977
    tikaram
    Participant

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

    ul.products li.product > a::before {
      display: none;
    }
    in reply to: Replace Hamburger with the text “MENU” #308941
    tikaram
    Participant

    @ezrapound : To display full menu on mobile resolution please try adding the following additional css.

    .nav-primary {
        display: block;
    }
    .mobile-menu-anchor.primary-menu {
        display: none;
    }
    in reply to: Replace Hamburger with the text “MENU” #308723
    tikaram
    Participant

    @ezrapound : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.
    Let me know if this works or not

    .mobile-menu-text {
      display:block;
    }
    .genericon-menu::before {
      display:none;
    }
    in reply to: Stretched logo picture in mobile appearance #308654
    tikaram
    Participant

    @lumbatius : The Suggested image dimensions for logo is : 150 by 150 pixels.
    It looks like you are using a bigger size logo than recommended size that’s why the logo gets cropped on smaller devices.
    To fix the issue : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css and click on publish.

    @media only screen and (max-width: 990px) {
        #site-logo img {
            max-height: unset;
            height: auto;
        }
    }
    in reply to: I can’t import the demo file into my blog #308643
    tikaram
    Participant

    @hoangpm : I will contact you shortly.

    Regards,
    Tikaram

    in reply to: Disappeared home images #308597
    tikaram
    Participant

    @lorenzorinnova : Now I can see your site is not loading properly. There are some JS errors as well. It looks like some plugin is causing issues on your site. First disable any cache related plugins if you have installed and activated. If the problem still persists then you will need to disable all plugins for testing purpose and check your site enabling every plugin one by one. In this way you may find out the plugin causing the issue.

    To know more about plugin conflicts with our themes Please follow the given link
    https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/

    Regards,
    Tikaram

    in reply to: Disappeared home images #308573
    tikaram
    Participant

    @lorenzorinnova : I checked your site and I don’t seem to find any issues related to images on homepage. Your site is loading fine at my end. Regarding the form can you please post in the valid URL of the page where you are using the from so that I can check for issues and provide you the fix.
     

    Regards,
    Tikaram

    in reply to: Need help with my page. #308546
    tikaram
    Participant

    @sasithornbom : To enable the Scroll Down button

    Login to your WordPress admin section. Go to Appearance => Customize => Header Media

    Scroll down and locate Check to disable Scroll Down Button
    make sure the field is not checked

    Please try adding the following additional css to move the logo to the center and move the content position down

    .social-header-disabled .site-branding {
      margin: 0 auto;
    }
    
    .home .custom-header .custom-header-content {
      top:70%;
    }
    in reply to: Same image size for each device #308403
    tikaram
    Participant

    @nf_artists_ :  Login to your WordPress admin section.

    Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 1200px) {
       .custom-header {
           min-height:100vh;
       }
    }
    @media only screen and (min-width: 480px) {
        .custom-header {
           min-height:75vh;
        }
    }
    in reply to: Changing the Location name (Contact-Theme-Function) #308393
    tikaram
    Participant

    @nf_artists_ : It looks like there is some issue in the location field.  It will be fixed in the upcoming update
    For now you can change the location as described below.

    Under : Enable Contact Form on in the customizer select : Homepage/FrontPage and the location input form will be displayed. After saving your changes you may disable the form section.

    Let me know if you have any more issues.

     

    Regards,
    Tikaram

    in reply to: 404 page #308330
    tikaram
    Participant

    @toerfiets : Can you please explain in more detail. I could not understand your query

    Regards,
    Tikaram

    in reply to: Home Content Missing #308274
    tikaram
    Participant

    @adsoxford : I will contact you shortly.

    Regards,
    Tikaram

Viewing 20 posts - 1,061 through 1,080 (of 4,116 total)