Forum replies created
Hi,
Yes, You can use ‘additional css’ instead of ‘custom css’ and after that, your problem is not solved please give your login details in private reply for check your issue.
Thank you
Hi,
We think that it’s some kind of encoding issue.
Have you tried changing the following parameter in your wp-config.php file:
define(‘DB_CHARSET’, ‘utf8mb4’);
For:
define(‘DB_CHARSET’, ‘utf8’);
Or vice-versa
Otherwise, Have you checked that your database has been correctly set and it uses same character encoding.
Thank you
Hi,
We have to implement this functionality and release in next update.
Thank you
Hi,
Our support documents are here:
https://theme4press.com/docs/
For your first question: How to change the Grey border color in the content page images
Please add below custom css:
.entry-content img {
background: none;
border: none;
}
For your second question:
First custom css for change the grey color of the subheading font color
ul.breadcrumbs li {
color: #fff; //give your color you want to it
}
second custom css for change the grey color of the subheading background color
ul.breadcrumbs {
background: #000;
border: 1px solid #000;
}
Thank you
Hi,
We have not added any style or not any setting for a round image in the person shortcode.
We have used by default round image in person shortcode.
http://prntscr.com/go731y
Thank you
Hi,
If you want to disable google map so uncheck below theme options
Theme Options -> Contact -> Enable Google Map Scripts
Thank you
Hi,
Yes, You can add category description, Check below screenshot
http://prntscr.com/gntco4
Sorry, But we have not provided any options for on/off description on category pages.
Thank you
You are Welcome 🙂
Hi,
If you have used Theme4press Core Plugin so you have to use fullwidth shortcode for the set image in column area.
Thank you
Hi,
Sorry But you have not set image in column but you have set image in row like
http://prntscr.com/gnb87l
http://prntscr.com/gnb8kb
Thank you