Forum Replies Created

Viewing 20 posts - 11,761 through 11,780 (of 12,035 total)
  • Author
    Posts
  • in reply to: Hyper Link inside of Image #133042
    Skandha
    Participant

    @reanimateher: Glad you could figure it our yourself. Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Posts #133041
    Skandha
    Participant

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

    #main article {
    	width:100%;
    }
    
    .featured-image img {
    	width:40% !important;
    	height:40% !important;
    	float:left;
    	margin-right:20px;
    }
    .button-minimal {
    	float:right;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Adding HTML geo tags to website #133036
    Skandha
    Participant

    @vikas: To add geotags in your site you will need to find a suitable plugin from the wordpress repository.

    Let me know if you have anymore issues!

    Regards,
    Skandha

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

    @fabian-huesser: If you had made changes to the theme files without creating a child theme then all the customization will be lost when you upgrade to the pro version.

    If you used Catch Evolution Free as a child theme and have upgraded to the pro version all you need to do is get inside your child theme folder open style.css file and change Template:*text* to catch-evolution-pro or the name of the folder where your pro theme exists. This should bring back all your customization you made on your child theme.

    Let me know if the issue still persist.

    Regards
    Skandha

    in reply to: Layout Problems! #133033
    Skandha
    Participant

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

    #hero-section .wrapper {
    	display:none;
    }
    .widget-wrap {
    	padding-top:80px;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Slider images Title, Content & Link – help please #132993
    Skandha
    Participant

    @luismarioochoa: To bring the slider title and content inside the slider like in catch everest theme link you posted above a lot of customization needs to done according to the size of viewing screen. I suggest you to hire a customizer so that you can get all your customization done and get your site in a better shape.

    Let me know if you have any other issues!

    Regards,
    Skandha

    in reply to: Hide Featured Content (Clean Theme) #132989
    Skandha
    Participant

    @acspencer36: 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/cleanportfolio/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: Slider images Title, Content & Link – help please #132987
    Skandha
    Participant

    Hello @luismarioochoa, i can’t see any title or content in the slider images. Can you insert title and content to the slider images so that i can provide the css code to bring them inside the slider in the position you want the text to be in.

    Regards,
    Skandha

    in reply to: Change Footer font color #132984
    Skandha
    Participant

    @donadonatoearthlink-net: My apologies that i misunderstood you.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-info, .copyright span, .powered span {
        color:red;
    }

    Replace red with the color of your choice.
    Let me know if this solves your issue.

    Regards,
    Skandha

    in reply to: Menu not showing up on mobile #132981
    Skandha
    Participant

    @israel_finn: 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/adventurous/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: Single Page/Post Image Layout #132953
    Skandha
    Participant

    @artpriskaleutenegger-ch: This seems to be a theme related issue which will be resolved soon in the next theme update. I will let you know once the theme update is released.

    Regards,
    Skandha

    in reply to: Layout Problems! #132948
    Skandha
    Participant

    @annier: Can you post in your site URL so that i can provide you the necessary CSS Code.

    Regards,
    Skandha

    in reply to: Border around PNG Images #132931
    Skandha
    Participant

    @reanimateher: I checked your site and the png image doesn’t seem to have any border. It looks fine at my end.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    in reply to: Headerimage make Error with https #132930
    Skandha
    Participant

    @hanmedia: I don’t think this is a theme related issue. Please contact your web hosting server.

    Regards,
    Skandha

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

    @kmckay: I think this issue has been fixed in the latest update. Please update the theme to its latest version and let me know if the issue persists.

    Regards,
    Skandha

    in reply to: Update, home page issues #132914
    Skandha
    Participant

    @luismarioochoa: I don’t think this is a theme related issue. Please contact your web hosting server.

    Regards,
    Skandha

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

    @nsd: 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/high-responsive/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: Hide Featured Content (Clean Theme) #132893
    Skandha
    Participant

    @acspencer36: If you mean to disable featured posts on homepage then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body.home .featured-content-wrapper.section.layout-three {
    	display:none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Change Footer font color #132886
    Skandha
    Participant

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

    #colophon {
        font-family:#font-name;
    }

    Replace #font-name with the font of your choice.
    Let me know if this works!

    Regards,
    Skandha

    in reply to: Menu not showing up on mobile #132883
    Skandha
    Participant

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

    #secondary-menu {
        display:block;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 20 posts - 11,761 through 11,780 (of 12,035 total)