Forum Replies Created

Viewing 20 posts - 1,081 through 1,100 (of 4,116 total)
  • Author
    Posts
  • tikaram
    Participant

    @dsm : 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/adventurous/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: Same image size for each device #308242
    tikaram
    Participant

    @nf_artists_ : Please post in your site URL so that I can check for issue and provide you the fix.

     

    Regards,
    Tikaram

    in reply to: Adding date #308217
    tikaram
    Participant

    @dupguy : Please try removing and following css

    .home #content #infinite-post-wrap .entry-meta {
       display: none;
    }
    #content #infinite-post-wrap .entry-meta {
       display: none;
    }

    After removing the code above add the following additional css

    .home #content #infinite-post-wrap .entry-meta .cat-links,
    .home #content #infinite-post-wrap .entry-meta .byline {
       display: none;
    }
    
    .home .entry-title ~ .entry-meta {
       clip :unset;
       height: unset;
       width: unset;
    }
    tikaram
    Participant

    @dsm :  You can change the featured image size from the customizer.
    Login to your WordPress admin section.

    Go to Appearance => Customize => Theme Options => Content Featured Image Options

    Under Content Featured Image Size : Select Full Image and click on publish

    let me know if this works as desired or not.

    Note: This setting will change the featured image size for all layouts and not just for No Sidebar, Full Width

     

    Regards,
    Tikaram

    in reply to: change color in menu underline #308027
    tikaram
    Participant

    @oldpille :Please try adding the following additional css for menu background color.

    .menu-toggle {
       background-color: transparent !important;
    }
    
    
    in reply to: Header Image not responsive? #308015
    tikaram
    Participant

    @bchaltron : The header image is placed as a background image due to which some part of the image gets cut off across different devices. If you would like to display the full image on mobile devices please add the following additional css and let me know if it works or not? Please post in your site URL as well so that I can check for issues on your site.

    @media only screen and (max-width: 640px) {
    .home .custom-header::before {
      display:none;
    }
    .home .custom-header {
      background : #222;
    }
    .has-header-media .custom-header .wp-custom-header img {
      display:block;
    }
    .home.absolute-header .custom-header {
      min-height: 100% !important;
    }
    }
    in reply to: change color in menu underline #307967
    tikaram
    Participant

    @oldpille : Please try adding the following additional css and let me know if it works as desired or not.

    .menu-inside-wrapper .main-navigation .nav-menu .current_page_item > a::after,
    .scroll-down {
         background-color: #f7d701; 
    }
    in reply to: Change color of button #307917
    tikaram
    Participant

    @adrmusic :  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 menu and cart on the header #307874
    tikaram
    Participant

    @sasithornbom : 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/foodoholic/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: category remove #307873
    tikaram
    Participant

    @sziszi : 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/scapeshot-modern/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: Change color of button #307872
    tikaram
    Participant

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

    .wp-block-button .wp-block-button__link {
         background-color: slategray;
    }
    in reply to: Option to show Secondary Menu only on specific pages #307847
    tikaram
    Participant

    @liberating-maestry : Thanks a lot for your great review. Let me know if you have any other issues.

     

    Regards,
    Tikaram

    in reply to: Photofocus Pro “Load More” #307840
    tikaram
    Participant

    @fastfashn : I will contact you shortly by email.

    Regards,
    Tikaram

    in reply to: Option to show Secondary Menu only on specific pages #307804
    tikaram
    Participant

    @liberating-maestry : 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/clean-journal/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: Featured Image on Homepage #307796
    tikaram
    Participant

    @jan-erikkunze-com : Can you please explain in more detail what you would like to change regarding the header image. Please check out the demo at https://catchthemes.com/demo/my-music-band-free

    and let me know if there is any theme related issue.

     

    Regards,
    Tikaram

    in reply to: Featured Image on Homepage #307763
    tikaram
    Participant

    @jan-erikkunze-com : The image that you can assign on the home/start page is the header image. It can be accessed through the customizer.
    Login to your WordPress admin section. Go to Appearance => Customize => Header Media
    Under Header Image : add your desired image and click on publish.

    Let me know if this helps you resolve your issue.

     

    Regards,
    Tikaram

    in reply to: iFrame HTML does not work on mobile #307754
    tikaram
    Participant

    @wesley-dorrius : The iframe as well as the Logo Slider both are showing up on mobile at my end. Can you please try clearing the browser cache on your mobile device. It must be a  cache related issue rather than a theme or a plugin related issue as its working fine at my end.  let me know if you are still having the same issue again.

     

    Regards,
    Tikaram

     

    in reply to: Option to show Secondary Menu only on specific pages #307742
    tikaram
    Participant

    @liberating-maestry : First you will need to hide the secondary menu for the whole site with the help of custom css and display the menu within stuff page with the help of css
    I am providing you the example code to display secondary menu only on specified page.

    Note:  You will need to change the .page-id-stuff with the exact page-id of the desired page where you want to display the secondary menu.

    .nav-secondary {
        display: none;
    }
    .page-id-stuff .nav-secondary {
       display:block;
    }
    
    in reply to: Quote design broken after updating to WP 6 #307712
    tikaram
    Participant

    @anna-apollonia : Please try adding the following additional css and let me know

     

    blockquote p {
    font-style: italic;
    }
    
    blockquote.is-style-plain p {
    border-left: 2px solid #5f4b8b;
    padding-left: 21px;
    }
    
    blockquote::before {
    top: unset;
    }
    tikaram
    Participant

    @karmatz : It looks like there is some issue with the theme. Thank you for informing. The update will be released as soon as the issue gets fixed. Sorry for the inconvenience caused.

     

    Regards,
    Tikaram

Viewing 20 posts - 1,081 through 1,100 (of 4,116 total)