Forum Replies Created

Viewing 20 posts - 1,861 through 1,880 (of 4,903 total)
  • Author
    Posts
  • in reply to: Website field and email field in comments #106288
    Mahesh
    Participant

    @misstraveling: Thanks @ugpost(Norsam). You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: Modification in the menu #106287
    Mahesh
    Participant

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

    #access .menu .menu-item {
        font-size: 20px;
    }
    
    #access ul.menu li {
        float: none;
        display: inline-block;
    }
    
    .menu-header-container {
        text-align: center;
    }

    Note: Please adjust the font-size as desired.

    Regards,
    Mahesh

    Mahesh
    Participant

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

    #masthead .wrapper {
        height: 488px;
    }
      
    @media screen and (max-width:1280px){
        #masthead .wrapper {
            height: 300px;
        }
    }
      
    @media screen and (max-width:980px){
        #masthead .wrapper {
            height: 250px;
        }
    }
      
    @media screen and (max-width:768px){
        #masthead .wrapper {
            height: 200px;
        }
    }
      
    @media screen and (max-width:420px){
        #masthead .wrapper {
            height: 100px;
        }
    }
      
    @media screen and (max-width:320px){
        #masthead .wrapper {
            height: 75px;
        }
    }

    Regards,
    Mahesh

    in reply to: Featured Content Section #106285
    Mahesh
    Participant

    @kriskyria: Go to Dashboard=> Appearance=> Customize=> Featured Content and select Homepage/Frontpage or Entire Site in Enable Featured Content on option as per you desire. Then select Featured Page Content in Select Content Type option. Some options will slide down, then select desired pages in Featured Page # dropdown and click Save & Publish. Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Navigation Bar Moving When Scrolling #106282
    Mahesh
    Participant

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

    #masthead {
        position: unset;
        background-color: #bbb;
    }

    Note: Please use the color as desired.

    Regards,
    Mahesh

    in reply to: Disable links on Featured slider!? #106281
    Mahesh
    Participant

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

    #feature-slider .slides a {
       pointer-events: none;
    }

    Regards,
    Mahesh

    in reply to: Logo above Featured slider on mobile #106280
    Mahesh
    Participant

    @komplusjonas: Can you please clarify more. And please post in your site url.

    Regards,
    Mahesh

    in reply to: Comment! #106140
    Mahesh
    Participant

    @barbato1978: If the issue is persisting in other themes too then its not a theme issue. Something must be with the WordPress installation or so. Please try with a fresh install of WordPress and the theme as well.

    Regards,
    Mahesh

    in reply to: Page Attributes – Order #106138
    Mahesh
    Participant

    @mags: Are you using a custom Menu? Go to Dashboard=> Appearance=> Menus and create a Custom Page Menu. Drag the necessary Pages to the menu and order theme as desired. Make sure you check on Primary Menu option below in Display option. And click Save Menu. Hope this helps.

    Regards,
    Mahesh

    in reply to: Comment! #106134
    Mahesh
    Participant

    @batbato1978: Have you made any changes or done any customization on the theme? Have you tried the same with the other themes? Please try using the core WordPress themes (twentysixteen) and check if the problem persists on not. If the problem persists, this is not a theme issue.
    Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @yourexpertself: Well, I’ll answer the later one first. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Header Options and make sure Check to disable Header Sidebar option is checked. I’ll help you with the header image as soon as you have managed this one. Let me know when you are done.

    Regards,
    Mahesh

    in reply to: Mobile menu is not working #106131
    Mahesh
    Participant

    @msoft: 🙂

    Regards,
    Mahesh

    in reply to: Comment! #106130
    Mahesh
    Participant

    @barbato1978: It says you must me logged in to comment.

    Regards,
    Mahesh

    in reply to: Page Attributes – Order #106129
    Mahesh
    Participant

    @mags: Where do you actually mean it? Let me know further.

    Regards,
    Mahesh

    in reply to: After update line, arrow, space #106126
    Mahesh
    Participant

    @baneff: Thank you for the answer.

    @emree025
    : Glad to know your problem is solved.
    Have a nice day!

    Regards,
    Mahesh

    in reply to: Main Menu parent links don't lead to pages #106125
    Mahesh
    Participant

    @juliageek: How can I help you? Can you please explain further more.

    Regards,
    Mahesh

    Mahesh
    Participant

    @yourexpertself: The header image is used as the background image for the Header. The image size adjustments are automatic with the size of the device. This can be managed with some Custom CSS. Will help you with this.
    In addition, there is script over the images stating header side bar widget area etc, but i’m unable to figure out how to sort. Any ideas?
    -> Sorry I didn’t get this part.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Comment! #106066
    Mahesh
    Participant

    @barbato1978: Are you using any plugins? If so, try disabling it and check if that resolves the issue. Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

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

    Regards,
    Mahesh

    Mahesh
    Participant

    @hrhermann: You cannot change links in Free version. You’ll need Pro version to have customize links. I recommend you to upgrade to Pro. If you want to remove read more button, it can be hidden with CSS and I can help you with it.
    For Free and Pro comparison, please refer to the link below:
    https://catchthemes.com/theme-instructions/clean-business-pro/

    Regards,
    Mahesh

Viewing 20 posts - 1,861 through 1,880 (of 4,903 total)