Forum Replies Created

Viewing 20 posts - 11,801 through 11,820 (of 12,035 total)
  • Author
    Posts
  • in reply to: Border around PNG Images #132780
    Skandha
    Participant

    @reanimateher: Please post in your URL and let me know which png image you are referring to.

    Regards,
    Skandha

    in reply to: Zip Forms won\'t UPLOAD to THEMES #132777
    Skandha
    Participant

    @iweberdudeigmail-com: The files _MACOSX and simple-persona-pro are not .zip files. They are the files that are already extracted from .zip files.

    What you can do is just copy the folder simple-persona-pro on to your wordpress folder => wp_content => themes and paste it there. The theme now should be present when you Go to => Appearance => Themes.

    Let me know if this solves your issue.

    in reply to: Single Page/Post Image Layout #132776
    Skandha
    Participant

    @artpriskaleutenegger-ch: Yes you can enable this option on page/post basis. Go to => Dashboard => Edit a page/post at the bottom there is a option Single Page/Post Image Layout

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Upgrade from a free to pro version #132775
    Skandha
    Participant

    @fabian-huesser: When you activate the Catch Evolution Pro all your previous settings should automatically migrate to the pro theme.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Disable Site Title from Sites #132774
    Skandha
    Participant

    @tecitecag: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Duplicate header on home page #132773
    Skandha
    Participant

    @kmckay: Sorry for the late reply. I have made changes to your site. Please check it and let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: CSS help #132746
    Skandha
    Participant

    @luismarioochoa: Currently i don’t see any title and content of the featured slider images. Please enter the title and content to the featured slider images so that i can provide you the correct CSS to bring them inside the slider image as an entry container with the required capacity.

    Regards,
    Skandha

    in reply to: CSS help #132745
    Skandha
    Participant

    @luismarioochoa: You will need to change the whole background to green. You cannot only change the very top that is showing orange.
    If you want to change the whole background color to green.

    Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    .widget {
        background-color:#81d742;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Parallax Frame Pro | customization questions #132647
    Skandha
    Participant

    @visualmotion: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble,
    I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know.

    Regards,
    Skandha

    in reply to: WooCommerce issues with High Responsive Pro #132646
    Skandha
    Participant

    @nsd: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Parallax Frame Pro | customization questions #132641
    Skandha
    Participant

    @visualmotion:Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .alignright {
       display:none;
    }

    Let me know if this solves you issue!

    Regards,
    Skandha

    in reply to: Editor switching from Visual to Text #132640
    Skandha
    Participant

    @midwestretail: I didn’t find the issue at my end. Switch to the parent theme and disable all the plugins and check once again. If the issue gets resolved there must be a plugin conflict. Check out the link to know how to check for plugin conflicts.

    Let me know if the issue persists.

    Regards,
    Skandha

    in reply to: Parallax Frame Pro | customization questions #132638
    Skandha
    Participant

    @visualmotion: To separate Portfolio and Featured Content with a border
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #portfolio {
        border-bottom: 10px solid white;
    }

    To order the featured post content
    Go to => Appearance => Customize => Featured Content => Featured Content Options => Featured Content Options you can insert post ids in Featured Post 1, Featured Post 2, Featured Post 3
    This way you can display posts in the order you want.

    Can you clarify what you want to do with the Hero Content Option.
    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Fabulous Fluid Pro, woocommerce issu showing products #132637
    Skandha
    Participant

    @hedibelkhodja: You seem to be using an older version of the theme. Please update the theme to it’s latest version and let me know if the issue persists.

    Regards,
    Skandha

    in reply to: CSS help #132635
    Skandha
    Participant

    @luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To remove bullets from sliders

    #controllers {
        display:none;
    }

    The Social Media Widget facebook and twitter looks totally good at my end.

    The Slider option to enter text and content seems to work well at my end. Please update your theme and let me know if the issue persists.

    To bring the sticky menu to the center

    #mysticky-nav.wrapfixed {
        left:unset;
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Spacing #132632
    Skandha
    Participant

    @bwashington729: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .featured-image {
        float:left !important;
    }
    .featured-image img {
        width:100%;
    }

    Let me know if this works out for you!

    Regards,
    Skandha

    Skandha
    Participant

    @sliska: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	.custom-logo {
    		width:50%;
    		height:50%;
    		position:relative;
    		left:-50px;
    	}
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    Skandha
    Participant

    @visualmotion: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:280px) and (max-width:400px) {
    	.site-title a {
    		font-size:13px;
    	}
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Help – lost front page #132628
    Skandha
    Participant

    @dnelson503: Glad to know the issue is resolved. Let me know if you have anymore issues.

    Regards,
    Skandha

    in reply to: Fabulous Fluid Pro, woocommerce issu showing products #132627
    Skandha
    Participant

    @hedibelkhodja: I tried the same changes at my end and it seems to be working fine. Can you please try making the changes again and let me know if the issue persists. Make sure you publish after making the changes.

    Regards,
    Skandha

Viewing 20 posts - 11,801 through 11,820 (of 12,035 total)