Forum Replies Created

Viewing 20 posts - 341 through 360 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

    @paedagogisches-zentrum: 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/clean-education/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,
    Mahesh

    in reply to: Header Image will not display #117653
    Mahesh
    Participant

    @dastari: There has been a small bug in the theme. This will be fixed in the next update. Thank you for your patience.

    Regards,
    Mahesh

    in reply to: Homepage slider #117652
    Mahesh
    Participant

    @dnelson503: Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Homepage/Frontpage in Enable Slider on options.

    Regards,
    Mahesh

    in reply to: How can I remove the Page Header from the Front Page? #117647
    Mahesh
    Participant

    @southpawsmilin: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Banner header and menu size #117646
    Mahesh
    Participant

    @mmariaperlo: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #headimg {
        margin-bottom: -25px;
    }
    
    #header-content {
        display: none;
    }
    
    #site-header-menu, 
    #main-slidler {
    	display: none;
    }
    
    #primary {
    	width: 73%;
    }
    
    #secondary {
    	width: 23%;
    }

    Regards,
    Mahesh

    in reply to: Full Frame Pro Menu Text Problem #117643
    Mahesh
    Participant

    @jsparling: This feature is already built-in in Full Frame Pro version. Go to Dashboard=> Appearance=> Customize=> Color Options=> Primary Menu Color Options and choose the desired color.

    Regards,
    Mahesh

    in reply to: Excerp layout on home page #117642
    Mahesh
    Participant

    @cssc: Well, the problem is because excerpt only allows plain text and strips all html tags which makes it ugly. As for the solution, you may use the excerpt provided by the WordPress. Go to Dashboard=> Posts=> All Posts then edit a post, click on Screen Options present on top right beside the Help button, some options drops down. Make sure excerpt checkbox is checked (You may skip this if its already checked). Then scroll down below the content, you’ll see excerpt section. Put your desired text here. It allows HTML, line-breaks etc.

    Hope this helps.

    Regards,
    Mahesh

    Mahesh
    Participant

    @jeffemupark: Yes, it is compatible.

    Regards,
    Mahesh

    in reply to: Header background color transparant #117611
    Mahesh
    Participant

    @publiek: Try the following:

    .site-banner {
        background-color: transparent !important;
    }

    Regards,
    Mahesh

    in reply to: Header background color transparant #117609
    Mahesh
    Participant

    @publiek: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .site-banner {
        background-color: transparent;
    }

    Regards,
    Mahesh

    in reply to: Footer widgets not working at all #117606
    Mahesh
    Participant

    @ugpost: We’ll contact you through an email shortly.

    Regards,
    Mahesh

    in reply to: Header background color transparant #117605
    Mahesh
    Participant

    @publiek: Your site says “Kom los, Laat los, Wees los”, seems its under construction or maintenance. We need to look on the actual site for us to check.

    Regards,
    Mahesh

    in reply to: Header background color transparant #117603
    Mahesh
    Participant

    @publiek: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Mobile Menu doesn't work #117602
    Mahesh
    Participant

    @ibass: Its still there and its under <!-- Hidden Springs Arabians inline CSS Styles --> in your site. It must be somewhere in the setting.

    Regards,
    Mahesh

    in reply to: Change Mobile Menu Icon #117599
    Mahesh
    Participant

    @dosk: 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/rock-star/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,
    Mahesh

    in reply to: Change Mobile Menu Icon #117593
    Mahesh
    Participant

    @dosk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #menu-toggle {
    	background-image: url("your image or icon url");
    	background-repeat: no-repeat;
    	background-size: contain;
    	width: 50px;
    	height: 50px;
    	text-indent: -9999px;
    	white-space: nowrap; 
    	background-color: transparent;
    	border: none;
    	outline: 0;
    	margin-top: 10px;
    }

    Note: Please replace “your image or icon url” in the above code with your desired image url.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: The color of the font in the floating menu #117592
    Mahesh
    Participant

    @lehii17: Sorry, thought your site url was http://stimul-bvi.ru/
    Please add the following CSS:

    /* background color for 
    #branding {
    	background-color: #ff00ff;
    }
    /* font-size for menu */
    #header-menu ul.menu a {
    	font-size: 25px;
    }

    Note:
    * You’ve already hidden search bar in header.
    * For the phone and button, I’ve answered this in the new thread you’ve created.

    Please do not post same issue in multiple places.

    Regards,
    Mahesh

    Mahesh
    Participant

    @lehii17: You are using Catch Flames Free version. The feature you are seeking is available in Pro version (with the help of Header Right Sidebar). I recommend you to upgrade to Catch Flames Pro.
    https://catchthemes.com/themes/catch-flames-pro/

    Regards,
    Mahesh

    in reply to: Import demo data #117590
    Mahesh
    Participant

    @sarahf: Thank you for using Decree Pro theme. Our themes does not have demo data to import. Instead, you can select demo type of respected section to have similar display as of Demo site. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Featured Slider and select Homepage / Frontpage in Enable on option. And make sure Demo is selected in Select Slider Type. Its the same for all other sections too.
    Please check the theme instruction for more information.
    The blogs will be displayed in grid by default. Please post in your site url.
    Let me know if you have any trouble.

    Regards,
    Mahesh

    in reply to: The color of the font in the floating menu #117549
    Mahesh
    Participant

    @lehii17: Please use the following CSS:

    /* Header background color change */
    #header-top {
    	background-color: #ff00ff;
    }
    
    /* Menu items font size */
    #access-top ul.menu a {
    	font-size: 25px;
    }
    
    /* Submenu items font size */
    #access-top ul.menu ul li a {
    	font-size: 20px
    }

    There is no header search on your site.

    Regards,
    Mahesh

Viewing 20 posts - 341 through 360 (of 4,908 total)