Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @bzoli,
The Date Format in Online News Pro theme is set in MM-DD-YYYY Format by default. If you want to customize the Date Format as per the Dashboard settings, you will need to make customization via the child theme.
Child Theme Reference: https://codex.wordpress.org/Child_Themes
You can also automate the process with child theme generator plugin.
After creating and activating the child theme, paste the following code in your child theme’s functions.php file :
/** * Prints HTML with meta information for the current post-date/time and author. */ function online_news_pro_posted_on() { $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>'; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date( get_option( 'date_format' ) ) ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); $disable_date = online_news_pro_get_option('disable_date'); if('false'== !$disable_date){ $posted_on = sprintf( '%s', '<a class="post-meta-date" href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>' ); } else{ $posted_on =''; } $disable_author = online_news_pro_get_option('disable_author'); if('false'== !$disable_author){ $byline = sprintf( esc_html_x( ' %s', 'post author', 'online-news-pro' ), '<a class="bypostauthor" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a>' ); } else{ $byline =''; } echo '<span class="post-meta-author">' . $byline . '</span><span class="posted-on">' . $posted_on .' </span>'; // WPCS: XSS OK. }This will change the date format in posts as per the Format set in Dashboard Settings.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @bzoli @kuacdigital,
The online News Pro theme registers image sizes in the theme to display images in different sections in homepage and post pages.
Please try “Regenerating Thumbnails” after activating the theme for older images to be cropped properly and displayed as per the theme layout.
You can use the plugin: Regenerate Thumbnails for the task from the link here :
https://wordpress.org/plugins/regenerate-thumbnails/
Please write back to us with your Website URLs if the issue is not resolved so that we can check the issue further for precise fixes.
Hope this Helps,
Best Regards !!
February 8, 2018 at 1:46 am in reply to: Drop down menu not working after migrating to pro version of theme #65460wensolutions
KeymasterHello @abvalle,
While we have inspected your website URL, the submenu links in the primary navigation seem to be working correctly.
Could you please explain the issue further, ( if possible with a screenshot ) so that we can check the issue further so that we can help you with some precise fix ?
Best Regards !!
wensolutions
KeymasterHello @lyuba-dobrovskaya,
While we have inspected your website. The slider HTML is loaded in the site however the slider is not initialized due to Slider JS load.
As the issue is caused by the slider plugin itself and the Clean Commerce theme does not declare support with Smart Slider plugin, issue fixings for compatibility with a third-party plugin are beyond the scope of this support forum.
Our suggestion would be to contact the respective plugin’s support forum regarding the resolution of the issue.
if you have any confusions/queries regarding the theme, please feel free to post your queries here.
Hope you would understand,
Best Regards !!
wensolutions
KeymasterHello @lindaje,
Glad to know your issues have been resolved.
if you have any queries/issues further, please feel free to post your queries here.
Best Regards !!
February 7, 2018 at 10:53 pm in reply to: WooCommerce product pages show date & author after WP 4.9.3 update #65431wensolutions
KeymasterHello @evollo,
Thank you for the heads up on the issue resolution. Also, we are glad to know that your issue has been resolved. 🙂
If you have any queries/issues further, please feel free to post your queries here.
Best Regards !!
wensolutions
KeymasterHello @lyuba-dobrovskaya,
While we have inspected your website URL, the clean commerce parent theme is still the active theme in your website.
Please make sure you have activated the created child theme on your website and check if the issue is resolved.
If you have any queries further, please feel free to write back to us.
Best Regards !!
February 7, 2018 at 7:22 am in reply to: Drop down menu not working after migrating to pro version of theme #65378wensolutions
KeymasterHello @abvalle,
Please provide us your Website URL of the page that you are having issue with so that we could inspect the issue and provide you with some precise fixes.
Best Regards !!
wensolutions
KeymasterHello @twistychristie,
If you wish to remove the titles “category:” in the archive, you will need to make customization via a child theme.
Child Theme Reference: https://codex.wordpress.org/Child_Themes
You can also automate the process with child theme generator plugin.
After creating and activating the child theme, paste the following code in your child theme’s functions.php file :
function nature_bliss_child_remove_archive_titles ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return $title; } add_filter( 'get_the_archive_title', 'nature_bliss_child_remove_archive_titles' );This will remove the “Category:” title from the archive listings.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @kingiraq,
You can add in the telegram icon to the social links by using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
.education_hub_widget_social ul li a[href*="telegram.com"]:before { content: "\f2c6"; }If the icons are still not loaded, you can also try loading the icons with CDN with the help of plugins like Better Font Awesome.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @brownbearpro,
Please try going through the steps in the documentation section to setup your website as in the demo of the Construction Base Pro theme.
Also, please let us know the issue/section that you are having trouble with so that we can help you further.
Furthermore, if you are still having trouble with the theme setup, you can also write to us for demo setup request at our support e-mail address support[at]wensolutions.com
Best Regards !!
wensolutions
KeymasterHello @lindaje,
While we have inspected your website, the CSS that we had provided does not seem to be applied currently.
Please make sure you have correctly added the custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS.
Also, we could not find the screenshot of the CSS in your response thread.
Best Regards !!
wensolutions
KeymasterHello @paulumsflowell-com,
You can add custom link menu item and use “#” ( hash ) link to your menus or submenu items if you wish to remove the link to the menu items.
While inspecting your website URL, the links are not linked to the 404 page in your primary menu. If you are still having trouble with the links, please provide us details on the links/menu that you are having trouble with so that we can help you further.
Best Regards !!
February 6, 2018 at 11:57 pm in reply to: insert the slider ONLY on the main page of the site #65359wensolutions
KeymasterHello @lyuba-dobrovskaya,
If you wish to replace the theme’s default carousal with your custom slider shortcode, you will need to make customization via a child theme.
Child Theme Reference : https://codex.wordpress.org/Child_Themes
You can also automate the process with child theme generator plugin.
After creating and activating the child theme, paste the following code in your child theme’s functions.php file :
function clean_commerce_render_featured_carousel(){ echo do_shortcode('[smartslider3 slider=2]'); }This will replace the featured carousel with your custom slider.
If you have any further issues, please let us know.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @dickkirkland,
The Homepage Services section in Onefold Pro theme takes services page data from Customizer section.
There is the option to set no. of pages for the services section ranging from 1 to 10. Based on the selected no. of service blocks, dropdown pages are available to choose for each block.
Please make sure you have checked the no. of blocks set to more than 1 block and saved and published your changes for individual pages selection for the services section.
If you have any queries/confusion further, please feel free to write back to us.
Hope this Helps,
Best Regards !!
-
AuthorPosts





