Forum Replies Created

Viewing 20 posts - 2,401 through 2,420 (of 4,908 total)
  • Author
    Posts
  • in reply to: Blog-Page 404 #102129
    Mahesh
    Participant

    @himynameisanton: We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Upgrading to 3.4 #102128
    Mahesh
    Participant

    @fireflywebs: Well, upgrading from Free to Pro will not affect any of the settings, all setting will be migrated automatically (Considering you are using Original theme, not the child theme). Switching from child to parent may cause problem.
    But there are numbers of plugins in WordPress repositories to export and import the customizer settings, you can use one.
    Let me know if any problem.

    Regards,
    Mahesh`

    in reply to: Change the template for the forum. #102127
    Mahesh
    Participant

    @andrei93: Are you using Adventurous Pro version? because full width disable sidebar template option is not available in Free version. Or have you customized the theme? If you are using Pro version, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No sidebar, Full Width in Sidebar Layout Options.

    Regards,
    Mahesh

    in reply to: Spacing Issue #102086
    Mahesh
    Participant

    @bennibeard: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-content {
        padding-top: 0;
    }
    
    .entry-content {
    	margin-top: 0;
    }

    In the content area, you have a blank <p> tag, please remove it and you’ll be good to go.

    Regards,
    Mahesh

    in reply to: Links a.hover and removing underline text decoration #102073
    Mahesh
    Participant

    @studio4sls:
    Removing the underline on content links, add the following CSS:

    .entry-content a, 
    .entry-summary a, 
    .taxonomy-description a, 
    .logged-in-as a, 
    .comment-content a, 
    .pingback .comment-body > a, 
    .textwidget a {
        box-shadow: none;
    }

    To change menu, content, read more buttons, scroll hover color, add the following CSS:

    a:hover, a:focus, .view-more a:hover, .view-more a:focus, .entry-meta a:hover, .entry-meta a:focus, .content-area .entry-title a:hover, .content-area .entry-title a:focus, .archive-blog-wrapper .read-more a:hover, .news-ticker-title a:hover, .news-ticker-title a:focus, .featured-content-wrap .entry-title a:hover, .featured-content-wrap .entry-title a:focus, .main-navigation a:hover, .main-navigation a:focus, .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #da197d;
    }
      
      .backtotop:hover, .backtotop:focus {
        background-color: #da197d;
        border-color: #da197d;
        color: #fff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Logo stretching in cell phone view #102048
    Mahesh
    Participant

    @traavhage524: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding img {
        max-height: none;
    }

    Regards,
    Mahesh

    in reply to: Spacing Issue #102047
    Mahesh
    Participant

    @bennibeard: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Move Site Title #102043
    Mahesh
    Participant

    @lba14525: For this, use Site Logo instead of Header Image. You can achieve what you want with the logo.
    Go to Dashboard=> Appearance=> Customize=> Site Identity and select your logo in Logo option. Then check Check to Move Site Title and Description Before Header/Logo Image option to move logo to the right center. And you can disable the Header Image.
    Hope you understand. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Header Background Color #102002
    Mahesh
    Participant

    @harry: Go to Dashboard=> Appearance=> Customize=> Colors then choose you desired color in Header Background Color.
    Let me know if any problem and post in your site url.

    Regards,
    Mahesh

    in reply to: [My first post] How to have no pages/posts on homepage #101997
    Mahesh
    Participant

    @rsbf: Go to Dashboard=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option. Then select your desired Front page and Page for Posts.

    Regards,
    Mahesh

    in reply to: Removing Header Padding? #101988
    Mahesh
    Participant

    @markjez73: Sorry for the late reply. I am glad that you resolved it all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: H1 heading #101987
    Mahesh
    Participant

    @zerolizer0: I checked the page mentioned above and I don’t understand why you’ve again added the H1 tag and repeated the Post title as it is already there. Can you please clarify more on this?

    Regards,
    Mahesh

    in reply to: Logo stretching in cell phone view #101986
    Mahesh
    Participant

    @travhage524: I tried to check your site, but it says “Site is offline for maintenance”.

    Regards,
    Mahesh

    in reply to: Links a.hover and removing underline text decoration #101983
    Mahesh
    Participant

    @studio4sls: The underline text decoration is only in Read More text and to remove it, add the following CSS:

    .archive-blog-wrapper .read-more a {
        text-decoration: none;
    }

    And for the buttons, what do you want, please clarify further. I mean, default color, border color, text, and on hover.

    Regards,
    Mahesh

    in reply to: Fixing size of largest photo in Header Highlight content #101982
    Mahesh
    Participant

    @banno2000: We are looking into, and fix it in the next update. Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Turn Off Page Titles #101975
    Mahesh
    Participant

    @travww: For turning off page title on other pages (pages only), go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page #content #main .page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Removing the date from posts #101974
    Mahesh
    Participant

    @panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content .post .post-by > li:nth-child(2) {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Blog-Page 404 #101899
    Mahesh
    Participant

    @himynameisanton: Sorry, but you need the admin access. What do you get setting latest posts on the front page? It should the blog lists.
    Do you get any other errors or something. Please get the admin access try disabling the plugin and check if it resolves the issue.

    Regards,
    Mahesh

    in reply to: Clean box header #101898
    Mahesh
    Participant

    @prafulla: I checked the same on our server and it is working fine. Do you get any error or something? If you have plugins installed, disable it one by one and check if this resolves. Let me know further.

    Regards,
    Mahesh

    in reply to: H1 heading #101897
    Mahesh
    Participant

    @zerolizer0: H1 Heading two times? Please post in your site url. I checked the theme on our server and only one H1 heading is displaying.
    Let me know further.

    Regards,
    Mahesh

Viewing 20 posts - 2,401 through 2,420 (of 4,908 total)