Forum Replies Created

Viewing 20 posts - 8,781 through 8,800 (of 12,034 total)
  • Author
    Posts
  • in reply to: How can I make the top menu sticky? #167955
    Skandha
    Participant

    @cheryle123: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re lookingfor 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! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @dbatty: Yes, I would require the username and password which you use to login to your admin dashboard.

    Kind Regards,
    Skandha

    in reply to: Hero Content Header #167929
    Skandha
    Participant

    @somelis: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/personal-trainer/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! 🙂

    Kind Regards,
    Skandha

    in reply to: Resize header image #167925
    Skandha
    Participant

    @catwingz: Hello there,
    I don’t think you can do much with it. As you have wide banner image it cannot fit into the smaller screen of mobile phone or tablet screens.

    Regarding the update it should be released by tomorrow. I will let you know when the update is released.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @dbatty: I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Everest PRO theme – Footer Areas One to Four #167911
    Skandha
    Participant

    @infoeyeamamazed-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-sidebar #s {
    	width:100px;
    	color:#000;
    }
    #search-5 {
    	background-color:#fff;
    }
    input#s {
    	height:32px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Blank space #167910
    Skandha
    Participant

    @mithrand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-branding {
    	position:unset !important;
    	clip:unset !important;
    }

    Now Go to => Appearance => Customize => Site Identity => Site title and add a site title.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: menu responsive #167908
    Skandha
    Participant

    @valelotartaro: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:1024px) and (max-width:1224px) {
    	.navigation-classic .site-navigation a {
    		padding:26px 10px;
    	}	
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Everest PRO theme – Footer Areas One to Four #167901
    Skandha
    Participant

    @infoeyeamamazed-com: To display the footer slider only on homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #smartslider3-5 {
         display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @beltan: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/foodie-world/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! 🙂

    Kind Regards,
    Skandha

    in reply to: How can I make the top menu sticky? #167896
    Skandha
    Participant

    @cheryle123: To make the top menu sticky you can use out Catch Sticky Menu plugin. You can check out the plugin instructions here in the instructions tab.

    Kind Regards,
    Skandha

    in reply to: Site Identity #167894
    Skandha
    Participant

    @wellsphotoco: Do you mean to hide the site title? If yes you can hide it using a bit of CSS without having to delete the text in the customizer.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
    	display:none !important;
    }

    This will hide the site title in your entire site. If you want to hide the site title only on homepage add .home before .site-title in the above CSS code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How can I center the menu for the theme Audioman #167893
    Skandha
    Participant

    @cheryle123: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Video banner not displaying on home page #167892
    Skandha
    Participant

    @mikeymoo: Hello Mikey,
    The video should show up both when homepage is selected as recent posts or a static page.
    Yes you will need to select a header image to display the header video.
    It is the design of the theme that there is a faint header image behind the video. If you want you can remove it using a bit of CSS Code.

    Regarding the header video appearing only when homepage is selected as recent posts. I will need to check your site to debug the issue. For that I will need your WP admin credentials. I will contact you shortly by email.

    Kind Regards.
    Skandha

    in reply to: Blank space #167845
    Skandha
    Participant

    @mithrand: I checked your site and still shows the

    .singular-content-wrap .entry-title {
    	display:none;
    }

    CSS Code.
    The code seems to be coming from style.css line no 1768.
    Did you alter the CSS Code in style.css itself?

    Kind Regards,
    Skandha

    Skandha
    Participant

    @johanna: Hello Johanna, This is strange.
    Please try reinstalling the theme and check if the issue is resolved.

    Let me know if the issuer persists.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @johanna: Hello Johanna,
    Can you try deactivating all your plugins and check if this resolves the issue?

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @beltan: For that,
    Go to => Child Theme folder => functions.php and add the Code in this link.

    This will change the slider read more text to Show Now.

    Now to change the posts in your recipes page.
    Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text => Edit the text to Read the full recipe.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Format changes to Woocommerce #167838
    Skandha
    Participant

    @beltan: Glad I could help you out. Let me know if you have anymore issues. 🙂

    Kind Regards,
    Skandha

    in reply to: Posts page displays title "Archive" #167837
    Skandha
    Participant

    @beltan: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/foodie-world/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! 🙂

    Kind Regards,
    Skandha

Viewing 20 posts - 8,781 through 8,800 (of 12,034 total)