Forum Replies Created
-
AuthorPosts
-
December 10, 2019 at 12:38 pm in reply to: Image gets blurrier in blog post when reduce dimensions #13667
nirav
KeymasterHello There!
Greetings of the day!
Please share the details on [email protected].
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
Could you please share with us the website URL? It will help us to check the issue in detail.
For the second question: In pro theme, You can change General color, Top header, Main navigation, Breadcrumb, Top Footer, Bottom Footer, Scroll/Go to Top color’s setting. In case you are going with the pro theme then we will provide you the additional code that will help you to change the text code for the entire website (selected color will be applied in the entire website).
Hope this helps.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Dean,
Greetings of the day!
Could you please deactivate the plugin one by one and check again?
Could you please let us know in case you have added any third party codes (Such as code of Google Analytics, Google AdSense) in your website?Waiting for your response.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
Please follow the below steps to resolve the issue.
1) Create a child theme: You can refer this page to get more details related to creating a child theme.
2)Copy assets/vendor/breadcrumbs/breadcrumbs.php from the parent theme and paste it in the newly created child theme by following the same path as a parent theme
3) Open the pasted file and replace line 157 to 221, by the content of the line # 163 to 251 mentioned in
trail() on https://github.com/justintadlock/breadcrumb-trail/blob/master/inc/breadcrumbs.phpWe will cover this in our next update.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Sudhir,
Greetings of the day!
Please follow the below steps to perform the above mentioned update
1) Login to admin panel
2) Got to appearance >> Customize >> Frontpage (main news area)
3) Set proper data under MM: Editor Choice widgetFeel free to get in touch in case of any other query.
Hope this helps!
December 6, 2019 at 1:01 pm in reply to: Image gets blurrier in blog post when reduce dimensions #13635nirav
KeymasterHello There!
Greetings of the day!
Would it be possible to share with us the website URL? It will help us to resolve the issue effectively.
waiting for your response.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
You might need to search the plugin that provides such facility or you may need to hire the developer who can create a custom widget to create a custom sidebar.
Feel free to get in touch in case you would like us to develop the widget or update the theme as per your requirement, I will share with you the timeline.
Thanks and Regards,
Team ProDesignsDecember 6, 2019 at 12:39 pm in reply to: How can I increase the size of my blog post font size? #13633nirav
KeymasterHello Chris,
Hope you are doing well!
To increase blog font title size, follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”.winsome_widget_latest_news .latest-news-title > a{font-size:20px; font-weight:600;}
4) Save the Updates
Hope this helps!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Chris,
Hope you are doing well!
To increase blog font title size, follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”.winsome_widget_latest_news .latest-news-title > a{font-size:20px; font-weight:600;}
4) Save the Updates
Hope this helps!
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Sebastian,
Greetings of the day!
“Recent Post” is a default WordPress plugin and there is no such facility to change in that.
But if you want to add extra criteria in the recent post then you can use other recent post plugins.
You can check this link for more.Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
To remove the slider title and slider content, please add the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”#main-slider .cycle-slide .cycle-caption .caption-wrap h1, #main-slider .cycle-caption .slider-meta{display:none;}
4) Save the Updates
It is not possible to set the button lower side as it will affect negatively in responsive design. However, please let us know in case you would like us to change the button color.
Hope this helps!
Thanks and Regards,
Team ProDesigns-
This reply was modified 5 years, 6 months ago by
nirav.
nirav
KeymasterHello Leanmyheart,
Greetings of the day!
You can customize the theme as per your requirement by creating a child theme. You can find detailed documentation to create a child theme here
After creating a child theme please paste the below-mentioned code in the child theme’s functions.php file./* * Enable support for custom logo. */ function theme_setup_cust_logo(){ add_theme_support('custom-logo', array( 'height' => YOUR_LOGO_HEIGHT, 'width' => YOUR_LOGO_WIDTH, )); } add_action( 'after_setup_theme', theme_setup_cust_logo',20 );
Logo with the bigger size might affect the look of your website menu that’s the reason we have given the fixed size for the logo.
Hope this helps.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Hope are doing good!
Sorry for the inconvenience caused to you.
We have shared updates via Email.
Feel free to get in touch in case of any other query.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello There!
Greetings of the day!
Please upload images with 710 * 473 pixels for an author profile.
Hope this helps!
Feel free to get in touch in case of any other query.
Thanks and Regards,
Team ProDesignsnirav
KeymasterHello Jeremy,
Greetings of the day!
You might have not imported demo data. Once you import demo data, your website will look like the demo site.
please go through the below link to have a better idea about importing demo data.
http://www.prodesigns.com/wordpress-themes/documentation/business-point/#ImportDemoContentPlease make sure to take backup of the website and database to avoid data loss, before importing demo data.
Hope this helps!
Thanks and Regards,
Team ProDesigns -
This reply was modified 5 years, 6 months ago by
-
AuthorPosts