Forum Replies Created

Viewing 20 posts - 2,201 through 2,220 (of 4,903 total)
  • Author
    Posts
  • 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

    in reply to: Multiple buttons on first page #103622
    Mahesh
    Participant

    @fredericf: Thank you for you appreciation. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    in reply to: H1 heading #103621
    Mahesh
    Participant

    @promomusic: If you want to have only one H1 tag, you can change it by building child theme and editing it. You can find more details on creating child theme HERE.. I recommend you to hire a customizer. Let me help you if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @kjelll: Thanks for clarifying more. How much are you familiar with programming and coding. You’ll definitely need some good programing skills for this. You’ll need to add some functions and use add_action with appropriate hook, to display where needed. I recommend you to hire a customizer.

    Regards,
    Mahesh

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

    @floh: Please post in your site url. And can you please clarify more.

    Regards,
    Mahesh

    in reply to: H1 header tags on Primary menu #103506
    Mahesh
    Participant

    @photogold: Yes, same code.

    Regards,
    Mahesh

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