Forum Replies Created

Viewing 15 posts - 4,561 through 4,575 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to remove "Archive for " in breadcrumb #65353
    wensolutions
    Keymaster

    Hello @andyzhou,

    The fix we have provided via child theme approach requires the code to be placed in the Child theme’s functions.php file.

    As the quick customization approach is working due to the function_exists() wrapper of the parent theme, and the child theme’s functions are loaded before parent’s functions. Also, we cannot control the order of functions while using custom code plugin, the issue seems to be seen on your website.

    Our suggestion would be to use the code through the child theme’s functions.php file.

    If you have any confusions further, please feel free to write back to us.

    Best Regards !!

    in reply to: Construction Base Pro #65352
    wensolutions
    Keymaster

    Hello @brownbearpro,

    While we have inspected your website URL the Construction Base Pro theme is already installed and activated on your website.

    If you are having trouble setting it up as the demo, please check and go through the theme’s official documentation that provides helpful information step by step, to set up and use the theme.

    Documentation Link: http://themepalace.com/instructions/themes/construction-base-pro/

    If you have any trouble/issues further with the theme set up, please feel free to post your queries here.

    Hope this Helps,

    Best Regards !!

    in reply to: How to remove date and author from posts #65297
    wensolutions
    Keymaster

    Hello @kbrook25,

    Glad to know your issue has been resolved !!

    If you have any queries/issues further, please feel free to post your queries here.

    Best Regards !!

    wensolutions
    Keymaster

    Hello @evollo,

    As you already know, the free version of Education Hub theme has not been tested for compatibility with woocommerce plugin, however, we thank you for the heads on for the changes regarding product page.

    As for now, you can simply hide the Author and post date metas from the product page by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .single-product header .entry-meta {
        display: none;
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Header image for blog page #65290
    wensolutions
    Keymaster

    Hello @mara,

    You can change the Default Header Image in the elead theme by setting your desired image in Admin Dashboard > Appearance > Customize > Header Image.

    Hope this Helps,

    Best Regards !!

    in reply to: How to remove "Archive for " in breadcrumb #65289
    wensolutions
    Keymaster

    Hello @andyzhou,

    While we have tested the code on our side, the code is working correctly.

    Please provide us the details of the error ( Complete Error notice ) and the codes in your child theme’s functions.php file so that we can check the issue and provide some precise fix.

    Best Regards !!

    in reply to: Top menu – Wen Associate Pro #65288
    wensolutions
    Keymaster

    Hello @paulumsflowell-com,

    Could you please provide us your Website URL so that we can check into the issue further?

    Best Regards !!

    in reply to: How to change fonts #65287
    wensolutions
    Keymaster

    Hello @ndavis43521,

    WEN Corporate Pro theme already has a bunch of preloaded font options Within the theme customizer.

    To change the fonts for different sections, please go to your Admin Dashboard > Appearance > Customize > Theme Options > Font Family Options

    You can set fonts for specific sections in the theme by choosing the fonts of your choice.

    Hope this Helps,

    Best Regards !!

    in reply to: Bolding text in different widgets #65286
    wensolutions
    Keymaster

    Hello @ndavis43521,

    We have already provided the CSS for bod font for your email address in the contact widget here :

    http://themepalace.com/topic/center-align-my-email-address-in-the-contact-details-widget/#post-65234

    Best Regards !!

    in reply to: Center Align my email address in the "Contact Details" widget #65285
    wensolutions
    Keymaster

    Hello @ndavis43521,

    You can add the following custom CSS in Admin Dashboard > Appearance > Customize > Additional CSS to center Align the contact Details Widget contents :

    .wpcw-widget-contact li {
        text-align: center;
        font-weight: 600;
    }
    .widget-area .wpcw-widget-contact ul li:before {
        content: none;
    }

    Also, in response to your thread ( http://themepalace.com/topic/bolding-text-in-different-widgets/#post-65236), we have included the CSS code to bold the Contact Email link here too.

    Hope this Helps,

    Best Regards !!

    in reply to: removing header image when viewing a page #65282
    wensolutions
    Keymaster

    Hello @lindaje,

    We had provided you with the CSS code to remove the header image section in posts single pages so that header is not displayed in the single post page, taking the readers to the content directly.

    However, if you wish to scroll the users to content on post-load without removing the header image/block, you would need to add the additional feature on your website.

    For the functionality, you can try using the plugins like :

    https://wordpress.org/plugins/page-scroll-to-id/

    The plugin settings might help you with the issue/request, however, please note that as the third-party plugin has not been tested with the theme, we cannot assure 100 % compatibility of the plugin with the theme.

    Hope this Helps,
    Best Regards !!

    in reply to: Header on Homepage not appearing #65280
    wensolutions
    Keymaster

    Hello @promco34,

    The header image in the Static Front Page of Construction Base theme has been disabled by default in the theme itself to maintain the layout of the front page.

    As the Static Front Page has the option to display slider section, the banner header is not used in the theme.

    If you wish to use the banner on the front page while the slider is deactivated, you will need to customize the theme via a child theme.

    For reference on creating and using the child theme, please check the link here :

    https://codex.wordpress.org/Child_Themes

    You can also automate the process with child theme generator plugin.

    After Creating and activating the child theme, please paste the following code in your child theme’s functions.php file :

    /**
    	 * Check status of custom header.
    	 *
    	 * @since 1.0.0
    	 */
    	function construction_base_check_custom_header_status( $input ) {
    
    		$flag_apply_slider = apply_filters( 'construction_base_filter_slider_status', false );
    		if ( true === $flag_apply_slider ) {
    			$input = false;
    		}
    
    		return $input;
    
    	}

    This will Display the header image in the static front page while the main featured slider has been disabled on your website.

    Hope this Helps,

    Best Regards !!

    in reply to: font size my theme #65222
    wensolutions
    Keymaster

    Hello @kingiraq,

    You can control the font size of your primary navigation menu in Education Hup Pro theme by adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .main-navigation ul li a {
        font-size: 14px;
    }

    You can increase or decrease the font size value ( in px. ) as per your requirements.

    Hope this Helps,

    Best Regards !!

    in reply to: some images not showing in social media bar ? #65221
    wensolutions
    Keymaster

    Hello @kingiraq,

    We are actually having trouble understanding your query correctly regarding the “images” in social media bar.

    If you are referring to the social links icons in the header section of the theme, please provide us details on missing icons with your website URL so that we can help you with the issue precisely.

    Also, regarding the language switcher, the placement of the language switcher varies based on the type of multilingual plugin that you are using on your website. Please provide us further details on the plugin you are using and desired placement location in the theme so that we can guide you precisely.

    Best Regards !!

    in reply to: Yummy Pro failed installation #65191
    wensolutions
    Keymaster

    Hello @marciawickedeggnog,

    We apologize that you are having trouble with the installation of Yummy Pro theme.

    Installation of premium theme zip downloaded can be conducted via direct upload to the WordPress Admin > Appearance > Themes Page or installation via FTP.

    Please share with us the detains on the approach that you are having trouble with so that we could help you with the installation issue.

    It would also be helpful if you could share some info or screenshot of the issue / error that you are getting during the installation so that we could help you specifically.

    Best Regards !!

Viewing 15 posts - 4,561 through 4,575 (of 8,657 total)