ProDesigns

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 971 total)
  • Author
    Posts
  • in reply to: Photo Size #7342
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Is it possible to center the post #8066
    ProDesigns
    Keymaster

    Happy to help you. Thanks for giving us an opportunity to serve you.

    in reply to: Is it possible to center the post #8064
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Menu not showing on IOS or touch screen devices #6993
    ProDesigns
    Keymaster

    Thank you.

    in reply to: Portfollio Widget #7210
    ProDesigns
    Keymaster

    Hi @Fasyl1

    We are extremely sorry as it cannot be reordered.

    You need to change code of PT Theme Addon plugin for it.

    Thank you.

    in reply to: Menu not showing on IOS or touch screen devices #6991
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: installation theme coem demo #8142
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: PLUG-INs missing #1135
    ProDesigns
    Keymaster

    Hi Profectum,

    Please message us from https://www.prodesigns.com/wordpress-themes/contact-us/

    Thank you.

    in reply to: I get a confirmation message with a border rectangle too wide #1132
    ProDesigns
    Keymaster

    Hi 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.

    in reply to: Menu size #8276
    ProDesigns
    Keymaster

    Hi @mtthwh18,

    Can you please provide us your site url and screenshot of the issue?

    Thanks.

    in reply to: Customization Questions #7841
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Menu size #8274
    ProDesigns
    Keymaster

    Hi @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.

    in reply to: Slider issue and dark images #7932
    ProDesigns
    Keymaster

    Hi

    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

    in reply to: Logo #8371
    ProDesigns
    Keymaster

    Thanks for your kind cooperation and patience.

    in reply to: Logo #8369
    ProDesigns
    Keymaster

    Hi @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.

Viewing 15 posts - 541 through 555 (of 971 total)