Forum Replies Created

Viewing 20 posts - 11,681 through 11,700 (of 12,035 total)
  • Author
    Posts
  • in reply to: Dividing line between posts #133623
    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. Have a good day!

    Regards,
    Skandha

    in reply to: Instagram has returned invalid data #133611
    Skandha
    Participant

    @andtzz: Can you please post your site URL?

    Regards,
    Skandha

    in reply to: Only title in the post overview #133610
    Skandha
    Participant

    @lutzjkochgmail-com: You can add images to your posts.

    Go to => Dashboard => Post => Edit a post => Add Media => Upload the photo and select it.
    This way you can add image to your posts.

    Let me if this solves your issue.
    Regards,
    Skandha

    Skandha
    Participant

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

    @media screen and (max-width:991px) {
    	.wrapper {
    		padding:0 !important;
    	}
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

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

    @elkevo: Yes, almost all you customization will migrate to pro version when upgrade from free to pro but you will need to copy the additional css from free theme to the pro version as the customization made using additional css won’t be retained when you upgrade to pro.

    Hope that was helpful.
    Regards,
    Skandha

    in reply to: Services Section in Decree Pro Theme #133566
    Skandha
    Participant

    @benderpc: Yes, the decree pro theme provides most of the content types but does not provide Services content type. Since you said you want to use Services section you’ll need to make use of the plugin and shortcodes as I mentioned in the previous reply as it is not available in the theme itself.

    Let me know if you are still not clear about it.
    Regards,
    Skandha

    in reply to: Fabulous Fluid, Header Image size #133565
    Skandha
    Participant

    @sebastian_eichinger: You can see the recommended size for images in this link.
    A picture of 1680*360px won’t perfectly fit in as a header image. The height of 320px is too low.
    I suggest you to use a picture of the recommended size so that the header image looks good.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Dividing line between posts #133564
    Skandha
    Participant

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

    article .entry-container {
       border-bottom:1px solid white;
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: Wrap page sidebar widgets below content on mobile? #133563
    Skandha
    Participant

    @janellapplegate: You seem to have added some additional css because of which the sidebar widgets are disappearing in mobile view.

    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code from there.
    @media screen and (max-width: 960px) { #main #secondary { display: none; } }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Additional css is not working on IE browser #133562
    Skandha
    Participant

    @rkolanup: 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/fabulous-fluid/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. Have a good day.

    Regards,
    Skandha

    in reply to: Social Links hover effects #133561
    Skandha
    Participant

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

    .fa.fa-facebook:hover, .fa.fa-google-plus:hover, .fa.fa-link:hover {
    	background:#ffffff;
    	border:none;
    	color: #28b3c5;
    }
    a:focus, a:hover {
    	text-decoration:none;
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: Custom Social Icons specifications #133559
    Skandha
    Participant

    @violetdeb: Glad it worked out. Have a good day.

    Regards,
    Skandha

    in reply to: Featured Images showing on posts #133534
    Skandha
    Participant

    @fireflywebs: When you use the (show full content-no feature image) option that is archive content layout it applies for list of posts like blog, categories and tags but when you individually open a post or page then the featured image will show up unless you have selected the disable option in (Single post/page image layout).

    I does not limit text wrap. You can wrap the text in the desired manner using a little bit of additional css.

    If you add a featured image to a post and don’t want to show it in the post you can do it using (show full content-no feature image) for archive and disable option for single post/page image layout. The point I was making was the options won’t effect the images you add directly to the content.

    Check out the link to know clearly about the layout-option.

    Let me know if this clears the issue.
    Regards,
    Skandha

    in reply to: Title, Menu, Text colors #133529
    Skandha
    Participant

    Hello @luismarioochoa, Our themes are responsive as you can see when you switch from a full screen to a mobile view screen the background adjusts itself in the best possible manner. Obviously the background won’t be perfect for all the screen sizes of certain height and width.

    Regarding the two pages not displaying in mobile phones I will get back to you on that as soon as possible.
    Apologies for the delay.

    If you mean to have background only on front pages in mobile screens
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:500px) {
    	body.custom-background:not(.home) {
    		background:#000;
    	}
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: How do I Edit Footer in Simple Catch them #133497
    Skandha
    Participant

    @kevin-sencherey: Sorry for the late reply. I seem to have missed your post. I suggest you not to edit you themes files without creating a child theme because when you update the theme all your changes will get lost.

    To remove the things you’ve mentioned
    Go to => Appearance => Customize => Additional CSS and add the following CSS

    .powered-by {
        display:none;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Featured Content Background Transparency? #133493
    Skandha
    Participant

    @joshuacgibson: Remove the previous CSS code I provided you then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #feature-content {
        background-color:rgba(255,255,255,0.5) !important; 
    }

    Let me know if this is what you want.
    Regards,
    Skandha

    in reply to: Additional css is not working on IE browser #133491
    Skandha
    Participant

    @rkolanup: Additional CSS seems to work fine on IE at my end. Try updating IE to the latest version. This might solve your issue.

    Regards,
    Skandha

    in reply to: Logo size and space to primary menu #133490
    Skandha
    Participant

    @pablohoney: I’m afraid you cannot just increase the logo size without increasing the header area. If you really need this then i suggest you to hire a customizer.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Editing Footer to remove theme name/author #133489
    Skandha
    Participant

    @saucha: 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/gridalicious/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. Have a good day.

    Regards,
    Skandha

    in reply to: Logo – size and centre #133488
    Skandha
    Participant

    @sazerelli: You seem to have uploaded a larger image than the previous one. You can remove the previous css I provided you and then i think the the logo will look much better.

    Let me know if this solves your issue.
    Regards,
    Skandha

Viewing 20 posts - 11,681 through 11,700 (of 12,035 total)