Forum Replies Created

Viewing 20 posts - 11,801 through 11,820 (of 12,027 total)
  • Author
    Posts
  • 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

    in reply to: Social Icons #132584
    Skandha
    Participant

    @mventres: Social icons visible only on hover is a theme issue which will be resolved in the next theme update. For now Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site .footer-widget-area .widget_decree_social_icons a {
        color: #fff;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Header and Slider Image Sizing #132583
    Skandha
    Participant

    @ve3eby: Glad the issue is resolved. Have a good day!

    Regards,
    Skandha

    in reply to: Collapse mobile menu on Catch Reponsive Pro #132582
    Skandha
    Participant

    @cjcjcreativedesign-com: Yes you can add a third level menu and collapse them as well.
    To make the second level menu display on clicking rather than on hover replace the text :hover with :active in the previous css code i provided you!

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Change Link from logo or header #132581
    Skandha
    Participant

    @rudicash: 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/catch-box/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

    Skandha
    Participant

    @barrycotton: Thank you so much for your appreciation. Have a good day!

    Regards,
    Skandha

    in reply to: Header background-color #132545
    Skandha
    Participant

    @kmckay: I have made changes to your site as you described using additional CSS.

    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Footer Background Color won't revert to Transparent #132542
    Skandha
    Participant

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

    #supplementary .widget {
    	background-color:unset;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

    in reply to: Header and Slider Image Sizing #132541
    Skandha
    Participant

    Hello @ve3eby, even if you use the recommended size the image will slightly be cropped as it needs to be adjusted in various sizes of screens. You will get the best result when you use the recommended size.

    Let me know if you have anymore issues!

    Regards,
    Skandha

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