Forum Replies Created

Viewing 20 posts - 8,781 through 8,800 (of 12,014 total)
  • Author
    Posts
  • in reply to: How can I center the menu for the theme Audioman #167893
    Skandha
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

    @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: menu responsive #167836
    Skandha
    Member

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

    @media screen and (min-width:1024px) and (max-width:1212px) {
    	.navigation-classic #header-wrapper:not(.header-top) .site-navigation a {
    		padding:26px 15px;
    	}
    }

    Let me know if this resolves the issue.
    Kind Regards,
    Skandha

    Skandha
    Member

    @johanna: The default feature of this theme is Menu is fixed at the top when you scroll down the page. Did you make any changes to the theme file as the menu doesnot seem to fixed on your site?
    Please check out the demo of the theme. https://catchthemes.com/demo/clean-fotografie/

    Kind Regards,
    Skandha

    in reply to: Format changes to Woocommerce #167831
    Skandha
    Member

    @beltan: You seem to be using 0be88.css. Are you using this as additional css? This css file seems to be a reason the cart layout is showing up differently.

    Kind Regards,
    Skandha

    in reply to: Blank space #167830
    Skandha
    Member

    @mithrand: You seem to added the following piece of CSS Code due to which the page titles are not showing up.

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

    Removing it should resolve the issue.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Posts page displays title "Archive" #167829
    Skandha
    Member

    @beltan: First you will need to create a child theme. If you do not know how to create a child theme you can Generate Child Theme Plugin. Install and Activate the plugin.
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Foodie World Pro and fill other fields and Click Generate.
    This will generate and active the child theme.

    Now, Go to => Child Theme Folder => functions.php and add the following Code.

    function foodie_world_header_title() {
    	if ( is_front_page() ) {
    		echo wp_kses_post( get_theme_mod( 'foodie_world_header_media_title' ) );
    	} elseif ( is_singular() ) {
    		the_title();
    	} elseif ( is_404() ) {
    		esc_html_e( 'Oops! That page can’t be found.', 'foodie-world-pro' );
    	} elseif ( is_search() ) {
    		/* translators: %s: search query. */
    		printf( esc_html__( 'Search Results for: %s', 'foodie-world-pro' ), '<span>' . get_search_query() . '</span>' );
    	} elseif( class_exists( 'WooCommerce' ) && is_woocommerce() ) {
    		woocommerce_page_title();
    	} else {
    		echo 'Recipes';
    	}
    }

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

    in reply to: Format changes to Woocommerce #167826
    Skandha
    Member

    @beltan: Hello there,
    Can you post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Posts page displays title "Archive" #167825
    Skandha
    Member

    @beltan: Hello there,
    To edit the Archives text you will need create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can guide you, otherwise I suggest you to hire a customizer.

    To customize the Recent Posts text
    Go to => Appearance => Customize => Theme Options => Homepage/Frontpage Settings => Recent Posts Heading => Edit the text and publish.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: How do I customize the social buttons within the menu? #167823
    Skandha
    Member

    @gammabrian: To have social media icons
    Go to => Appearance => Customize => Menus => View All Locations => Social Menu => Create New Menu => Add items => Add Custom links to display your social icons

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

    in reply to: Everest PRO theme – Footer Areas One to Four #167821
    Skandha
    Member

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

    Kind Regards,
    Skandha

    Skandha
    Member

    @johanna: Hello Johanna,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Menu on iPhone issue #167774
    Skandha
    Member

    @rodeboy: Hello Chris, 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/catch-fullscreen/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: Catch Starter PRO CSS error #167764
    Skandha
    Member

    @tech-tfie: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

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