Forum Replies Created
-
AuthorPosts
-
ProDesigns
KeymasterHi @deee09
You can select image size while you insert the photo into the post.
You can click on edit (pencil icon) to edit the image and give custom size as per your requirement.
Thanks.
ProDesigns
KeymasterHappy to help you. Thanks for giving us an opportunity to serve you.
ProDesigns
KeymasterHi @Michaela Münch
Do you mean, you want to center align About Fenz section of home page?
If yes, please login to wp-admin and go to Appearance >> Customize >> Additional CSS
Add following lines of CSS to make it center align.
.home .pt-team-items-wrap { float: none; display: block; text-align: center; }
If you are looking something different please let us know.
Thank you.
ProDesigns
KeymasterThank you.
ProDesigns
KeymasterHi @Fasyl1
We are extremely sorry as it cannot be reordered.
You need to change code of PT Theme Addon plugin for it.
Thank you.
ProDesigns
KeymasterHi @kblack93
Please contact the author of Blog Inn theme.
Blog Inn is the child theme of our theme Blog Way. But we are not author of that theme.
Hope you will find the proper solution from respective author.
Thank you.
ProDesigns
KeymasterHi @Roberto Legnani
This is widget based theme which selects category to display posts.
In demo content installation your category id will not be mapped so content you import do not look exactly like demo.
We recommend you to check our video tutorial and setup theme to make like demo with your own content.
You can find video tutorials at https://www.youtube.com/playlist?list=PL-Ic437QwxQ8pBxfHsldZMQiHLvoEYmSS
If you still want demo content please let us know, we can provide it to you.
Thank you.
ProDesigns
KeymasterHi Profectum,
Please message us from https://www.prodesigns.com/wordpress-themes/contact-us/
Thank you.
February 15, 2018 at 4:10 pm in reply to: I get a confirmation message with a border rectangle too wide #1132ProDesigns
KeymasterHi Miguel,
Please login to your wp-admin and go to Appearance >> Customize >> Additional CSS.
Add following lines of CSS
div.wpcf7-validation-errors{ float: left; }
Please let us know if this does not solve your issue.
Thank you.
ProDesigns
KeymasterHi @mtthwh18,
Can you please provide us your site url and screenshot of the issue?
Thanks.
ProDesigns
KeymasterHi @batubayar,
Currently, there is no option to change read more button from backend.
You need to change it from code. We will update theme soon adding an option to change it from backend.
Thanks.
ProDesigns
KeymasterHi @mtthwh18,
Please go to Appearance >> Customize >> Additional CSS and add following CSS to change font size of main menu.
.main-navigation ul li a{ font-size: 18px; }
Please change value as per your requirement.
Thank you.
ProDesigns
KeymasterHi
Please find the answer to your questions below.
1. Initially, I used images that I did not resize; thinking the theme will resize the images and make the slider images uniform when they appear. But it did not. I later resized the images to uniform sizes but it keeps showing the initial sizes I used without resizing. How do I make the images to be uniform?
A. Uploading uniform size images need to solve your issue. It might be showing initial size images after you resize and upload new images because of cache. Either clear cache or rename images to something different than the previous name and check once.
2. The images are too dark on the sliders; how do I remove the darkness?
A. We have added dark overlay over images to make text visible. You can disable it from Appearance >> Customize >> Featured Slider Options >> Slider Elements On/Off like this https://prnt.sc/ic7t4t
3. Away from slider issues, there is too much gap between one widget and another on the home page. There is too much gap between “Our Services” and “Our Team”. It is not like that on the demo. How do I close up the gap?
A. Please provide us your site URL to inspect this issue.
4. Lastly, for “Our Services” on the home page, the icons are the same after customising the theme. How do I get icons that will represent services like Web Design, Web Development, Digital Marketing, Mobile App Development and Workshop?
A. You can find icons at https://fontawesome.com/icons
ProDesigns
KeymasterThanks for your kind cooperation and patience.
ProDesigns
KeymasterHi @lnowaczyk
It is because of the small bug in theme. We have modified the function to display a logo of the site to make it easily override through child themes and missed following code on this theme.
Please add following lines of codes on functions.php to fix the issue you have encountered.
if ( ! function_exists( 'ecommerce_gem_the_custom_logo' ) ) : /** * Displays custom logo. * * @since 1.0.0 */ function ecommerce_gem_the_custom_logo() { if ( function_exists( 'the_custom_logo' ) ) { the_custom_logo(); } } endif;
We are extremely sorry for the trouble. Feel free to contact us if you need further help.
Thank you.
-
AuthorPosts