Forum Replies Created
-
AuthorPosts
-
October 12, 2016 at 7:07 am in reply to: [My first post] How to have no pages/posts on homepage #101305
Mahesh
Participant@irogsinta: Sorry for the late reply. Glad to know you’ve figured it out all by yourself. Have a nice day!
Regards,
MaheshOctober 9, 2016 at 7:52 am in reply to: White boxes instead of text in featured image slider #101172Mahesh
Participant@zerolizer0: I checked your site and the navigation is working fine (tested on Chrome and Firefox). Please check the image in the link below:
http://bit.ly/2d3uls9Regards,
MaheshMahesh
Participant@anamaggarwal1991gmail-com: Why are you using both px and rem? Use px only and try again. Please use the following CSS:
@media screen and (min-width: 961px) { #primary { width: 530px; } #secondary { width: 300px; } } @media screen and (min-width: 1025px) { #primary { width: 590px; } #secondary { width: 300px; } } @media screen and (min-width: 1153px) { #primary { width: 670px; } #secondary { width: 310px; } } @media screen and (min-width: 1281px) { #primary { width: 750px; } #secondary { width: 320px; } } @media screen and (min-width: 1345px) { #primary { width: 770px; } #secondary { width: 360px; } }Regards,
MaheshMahesh
Participant@travhage524: Since the link is for admin, I cannot access the link. Can you please post in link to the page with the table?
Regards
MaheshMahesh
Participant@effess: When accessed from the “recent posts” widget, the post titles ARE shown at the bottom of the page, this is single page navigation. That is why, adjacent post title appears. Navigation through single post.
“posts page” is accessed from the (secondary) menu, “older posts” and “newer posts”
This is main post page navigation. Navigation through number of posts set as limit in settings.
Hope you understand.Regards,
MaheshMahesh
Participant@debswebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.gllr_catch-evolution-pro #secondary { display: none; } .gllr_catch-evolution-pro #primary{ width: 100%; }Regards,
MaheshOctober 9, 2016 at 7:24 am in reply to: [My first post] How to have no pages/posts on homepage #101165Mahesh
Participant@irogsinta: For this, you’ll need to use Static Front Page. First create a page with the content you would like to display on the homepage. Then go to Dashboard=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option then select the very page you created with custom content you wanted to display on the homepage in Front Page and some other page in Posts page where you want to display the latest posts.
Regards,
MaheshMahesh
Participant@anamaggarwal1991gmail-com: Sorry for the late reply.
Why are you using both px and rem? Use px only and try again. Please use the following CSS:@media screen and (min-width: 961px) { #primary { width: 530px; } #secondary { width: 300px; } } @media screen and (min-width: 1025px) { #primary { width: 590px; } #secondary { width: 300px; } } @media screen and (min-width: 1153px) { #primary { width: 670px; } #secondary { width: 310px; } } @media screen and (min-width: 1281px) { #primary { width: 750px; } #secondary { width: 320px; } } @media screen and (min-width: 1345px) { #primary { width: 770px; } #secondary { width: 360px; } }Regards,
MaheshMahesh
ParticipantMahesh
ParticipantOctober 7, 2016 at 2:44 pm in reply to: Change color content background only on my first page #101092Mahesh
Participant@micwilly: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home .hentry { background-color: #ff00ff; }Note: Please change the color as desired.
Regards,
MaheshMahesh
Participant@micwilly: Please add the following CSS:
@media screen and (min-width: 1281px ) and (max-width: 1684px) { .two-columns #secondary{ width: 24%; } }Regards,
MaheshMahesh
Participant@micwilly: I checked your site and it seems to be working fine. Displaying fine on my mozilla browser in 100% view.
Regards,
MaheshMahesh
Participant@debswebs: I have installed the latest version of the theme and now the lightbox is working fine. I also have created a Gallery Test Post to check if the sidebar is working or not and its working fine.
Hope this solves the issue.Regards,
MaheshMahesh
Participant@mistye: You have an error in your Custom CSS. There is a missing
}after following code:#content .entry-summary img.wp-post-image, #content .entry-content img { border: none; max-width: 100%; padding: 0;Please correct it first.
And concerning the space between menu and content, add the following CSS:
#main { padding-top: 0; } #content .entry-header { display: none; }Hope this helps.
Regards,
MaheshMahesh
Participant@eckh20: I check by adding a gallery with the theme, and its working all fine. Go to Dashboard=> Appearance=> Theme Options and make sure Disable Responsive Design? is unchecked in Responsive Design.
Let me know if any problem.Regards,
MaheshMahesh
Participant@nschoeggl: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 960px ) { #sidebar-header-right { display: none; } }Regards,
MaheshMahesh
Participant@nikibranting: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and make sure, you have selected Right Sidebar in Sidebar Layout Options
Let me know further.Regards,
MaheshMahesh
Participant@emielstubbe: Please post in your site url.
Regards,
Mahesh -
AuthorPosts
