Forum Replies Created
-
AuthorPosts
-
January 3, 2017 at 10:09 am in reply to: Menu size reverts back even with the custom CSS code #106340
Mahesh
Participant@srscott44: Why are you using
@media? This will make the font-size bigger only with the screen size of width 1200px and below that.
Please use the following CSS instead..menu.catchresponsive-nav-menu li a { font-size: 22px; }Regards,
MaheshJanuary 2, 2017 at 4:04 pm in reply to: Change number of post on mainsite and spacing of logo #106305Mahesh
Participant@Rrimfrost: Go to Dashboard=> Settings=> Reading and change Blog pages show at most to 10. Do you want to increase or decrease the spacing? Let me know further.
Regards,
MaheshMahesh
Participant@kejpa: No, I haven’t go the activation link. And by page content, do you mean to hide content in the front page. This would be easy if I could check the site. Hope you understand.
Regards,
MaheshMahesh
Participant@theodisbutler: Yes, it is custom javascript. But if you don’t want the transition, you’ve can simply do it with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.is-sticky .site-logo img { max-height: 63px; } .is-sticky .main-navigation a { padding: 7px 9px; } .is-sticky .site-header-menu { padding-top: 10px; }Regards,
MaheshMahesh
Participant@misstraveling: Thanks @ugpost(Norsam). You can find more details on creating child theme HERE.
Regards,
MaheshMahesh
Participantjorgecsanz: 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,
MaheshJanuary 2, 2017 at 10:18 am in reply to: Header images are not mobile responsive & unable to take header sidebar widget #106286Mahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
Participant@komplusjonas: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .slides a { pointer-events: none; }Regards,
MaheshMahesh
Participant@komplusjonas: Can you please clarify more. And please post in your site url.
Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshDecember 30, 2016 at 2:27 pm in reply to: Header images are not mobile responsive & unable to take header sidebar widget #106133Mahesh
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,
MaheshMahesh
Participant@barbato1978: It says you must me logged in to comment.
Regards,
Mahesh -
AuthorPosts
