Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @jgfellows,
Thank you very much for the appreciations 🙂 .
The pro-theme already has the option to exclude the category that you dont want to display in the blog page.
So you can assign the testimonial to the certain category and exclude it from the theme option.
Hope this clears the confusion.
If you have any query further then please let us know.
Thank you.
Regards!!
wensolutionsKeymasterHello,
When we inspected your site URL, we found that you have not added any content in the content section.
So please make sure you have added the content in the content section of CTA widget.
Screenshot:
Hope this helps.
Regards!!
wensolutionsKeymasterHello @internetbydesign,,
We would really like to apologize for the delay in replying to you.
Also, we just got your login detail and fix the issues of the dropdown menu by adding some custom CSS in Admin Panel > Appearance > Customize > Additional CSS.
If you have any issues further then please let us know.
Thank you.
Regards!!
wensolutionsKeymasterHello @dsurdyka,
Glad we could help you.
If you have any issues further then please let us know.
Thank you.
Regards!!
September 8, 2018 at 1:57 pm in reply to: Image doesn't appear in the center of the post anymore after using Yoast SEO #79283wensolutionsKeymasterHello @liqueschoot,
Glad we could help you.
You can definitely click on the author. As for using the YOAST theme, you can use if you require.
Let us know if you have any confusion further.
Thank you.
Regard!!
wensolutionsKeymasterHello @baldwinjackson,
Currently, such type of feature is not available in the theme.
If you require then you can hire a developer for this.
To hire a developer please refer to below given link:
http://themepalace.com/hire-a-customizer
Thank you.
September 8, 2018 at 1:53 pm in reply to: can't click through to view the whole page on 'featured page' #79281wensolutionsKeymasterwensolutionsKeymasterSeptember 8, 2018 at 1:51 pm in reply to: Centering a widget displaying on the Front Page Widget area #79279wensolutionsKeymasterHello,
Its always pleasure helping you guys.
Let us know if you have any confusion further.
Thank you.
Regards!!
September 8, 2018 at 12:19 pm in reply to: Centering a widget displaying on the Front Page Widget area #79270wensolutionsKeymasterHello,
Please add below given CSS to center the image.
.textwidget .alignnone { margin-left: 260px; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @lindajerlamgmail-com,
To change the color of the breadcrumb please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS>
#breadcrumb { color: #ed852a; }
Change the color as per your requirement.
Now to change the color of the line add below given CSS.
.clean_corporate_widget_latest_news .latest-news-text-wrap { border-bottom: 5px solid #ed852d; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello,
To change the color please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
article .entry-title a, article .entry-title, .entry-meta, article .entry-content { color: #000; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @posgaard,
The CSS for the border is specially designed to separate the section in the front page.
So to make them appear in other pages requires code customization as the separate class needs to be added in the page for the border as well.
Hope you understand.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @dsurdyka,
First of all thank you very much for using the theme.
Now to replace the text in the header as per your requirement in the category page you have to go through the child theme.
To know how to create and activate the child theme please go through the link given below:
http://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme functions.php file please add below given code.
function graduate_pro_child_custom_cat_title_removal ($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 "Your desired text"; } add_filter( 'get_the_archive_title', 'graduate_pro_child_custom_cat_title_removal');
Hope this helps.
Regards!!
September 8, 2018 at 11:26 am in reply to: can't click through to view the whole page on 'featured page' #79257wensolutionsKeymasterHello @lindajerlamgmail-com,
Currently, in the theme, there is no such feature to link to the particular page that you have chosen using the widget Clean Corporate :Featured page. So we suggest you display the full content directly on the front page.
But, we will definitely add the permalinks in the titles of the widget and release the update.
Thank you.
Regards!!
-
AuthorPosts