Forum Replies Created

Viewing 20 posts - 2,201 through 2,220 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

    @habo: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: how to change horizontal menu to vertical main menu #103703
    Mahesh
    Participant

    @vijaya-chari: Please use Custom Menu widget for that. Go to Dashboard=> Appearance-> Widgets and add a Custom Menu widget to your Main Sidebar widget area.

    Is it possible to keep the side bar on the right of the web page?
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Default Layout and select Content on left. Click Save & Publish.

    Regards,
    Mahesh

    in reply to: no short codes allowed? seriously? #103698
    Mahesh
    Participant

    @mindfulsami: The shortcodes should work fine on pages and post, please try changing the theme to core themes and try again. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: featured post #103697
    Mahesh
    Participant

    @jangmery: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: How to centre a logo #103696
    Mahesh
    Participant

    @elliottrae: Go to Dashbaord-> Appearance-> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #site-branding, #site-logo, #site-header {
    	float: none;
    }
    
    #masthead .wrapper {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Category (Events) and hide from mainpage #103695
    Mahesh
    Participant

    @saschalbahl: Create an Event category first, then create a post with Event category. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Options and select all categories except Events and you are good to go.

    Regards,
    Mahesh

    in reply to: how to change horizontal menu to vertical main menu #103694
    Mahesh
    Participant

    @vijaya-chari: Please post in your site url. And by vertical menu, do you mean to stack it one after another?

    Regards,
    Mahesh

    in reply to: Sub menu color #103693
    Mahesh
    Participant

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

    .catchresponsive-nav-menu .sub-menu li a:hover, 
    .catchresponsive-nav-menu .sub-menu li a:focus, 
    .catchresponsive-nav-menu .children li a:hover, 
    .catchresponsive-nav-menu .children li a:focus, 
    .sidebar-header-right .widget_nav_menu .sub-menu li a:hover, 
    .sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
        background-color: #00ff00;
    }

    Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Fabulous fluid problem #103688
    Mahesh
    Participant

    @fasteddie: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @habo: I checked the list, and it is listed there. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Active dots */
    #feature-slider .cycle-pager span.cycle-pager-active {
        color: #00ff00;;
    }
    /* Regular dots */
    #feature-slider .cycle-pager span {
        color: #0000ff;
    }

    Please change the color as desired.

    Regards,
    Mahesh

    in reply to: featured content center but justified #103650
    Mahesh
    Participant

    @floh: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: no short codes allowed? seriously? #103649
    Mahesh
    Participant

    @mindfulsami: Where actually do you want to use the shortcode? Let me know so I can help you further.

    Regards,
    Mahesh

    in reply to: featured content center but justified #103647
    Mahesh
    Participant

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

    #featured-content .hentry .entry-container {
        text-align: justify;
    }
    
    #featured-content, 
    #featured-content.border-top, 
    #promotion-message, 
    #site-generator {
        border: none;
    }

    Regards,
    Mahesh

    in reply to: What is the "Group Song" Content? #103645
    Mahesh
    Participant

    @thecoffmanco: Thank you for using Clean Magazine Pro theme. The element you’ve mentioned is Header Highlight Content. Go to Dashboard=> Appearance=> Customize=> Header Highlight Content and select any one option in Select Content Type option. The default is Demo Content.

    Regards,
    Mahesh

    in reply to: Copyright banner height #103641
    Mahesh
    Participant

    @geenesj: Thank you for using Rock Star Pro theme. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-info {
        padding: 10px 0;
    }

    Regards,
    Mahesh

    in reply to: What kind of PHP for Full frame pro theme #103638
    Mahesh
    Participant

    @chirsmougins: Yes, Full Frame Pro theme supports php 5.5, php 5.6 and php 7.

    Regards,
    Mahesh

    in reply to: Remove custom background #103634
    Mahesh
    Participant

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

    .site {
        background-color: transparent;
    	  box-shadow: none;
    }
    
    #colophon {
    	border-top: none;
    }

    The height of the footer widget area depends on the content, the more the content, the height will automatically increase. The site you’ve mentioned above has bit more content and spacing in between. Hope you understand.

    Regards,
    Mahesh

    in reply to: Fully responsive? My site on mobile doesn't show my theme #103628
    Mahesh
    Participant

    @elliottrae: Seems you are using Jetpack plugin and activated the mobile theme options. Please disable it and your problem will be resolved.

    Regards,
    Mahesh

    in reply to: site verification web master tools #103627
    Mahesh
    Participant

    @jangmery: Its the google analytics id for your site. You will get it in analytics.google.com. If you are not familiar with it, I recommend you to hire a technician and do the rest.

    Regards,
    Mahesh

    in reply to: featured post #103624
    Mahesh
    Participant

    @jangmery: For this, you’ll need to make the post sticky. Edit the post you want to make sticky, then on the right upper side there is Publish tab. In it just beside public there is edit button, click it you’ll see some option sliding down. Check Stick this post to the front page and click update.
    Hope you understand. Let me know if any problem.

    Regards,
    Mahesh

Viewing 20 posts - 2,201 through 2,220 (of 4,908 total)