Forum Replies Created
-
AuthorPosts
-
October 17, 2016 at 10:00 am in reply to: Hide Image from featured content and Banner Image in Header #101606
Mahesh
Participant@floh: Sorry for the late reply. Please post in your site url. You’ll need to put the full path of the image.
Regards,
MaheshMahesh
Participant@brandonsm: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@fireflywebs: Sorry for the late reply. I’m glad that you found the updater. Catch Updater plugin is built specially for this purpose. We will try to make it more clear from now on with some info. Thank you for the suggestion. Have a nice day!
Regards,
MaheshMahesh
Participant@fireflywebs: Glad to know, you got it fixed by yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@slepoide: Sorry for the late reply. Yes, you are right, the problem is the small space between the submenu and the main menu. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#header-menu ul.menu ul { top: 46px; }Regards,
MaheshMahesh
Participant@strat76: Sorry for the late reply. Please add the following CSS:
@media screen and (min-width: 917px) and (max-width: 1264px) { .site { margin-top: 314px; } }Hope this helps.
Regards,
MaheshMahesh
Participant@debswebs: Thank you for your appreciation. Glad to know everything is working now. Have a nice day!
Regards,
MaheshMahesh
Participant@fireflywebs: Can you please clarify more? I don’t quite get you.
Regards,
MaheshMahesh
Participant@debswebs: Please use the following CSS instead:
.single-gallery.gllr_catch-evolution-pro #secondary { display: none; } .single-gallery.gllr_catch-evolution-pro #primary{ width: 100%; }Regards,
MaheshMahesh
Participant@brandonsm: I checked your site, and seems you’ve already managed it. Let me know if any problem. Have a nice day!
Regards,
MaheshMahesh
Participant@strat76: Add the following code in your child theme’s
functions.php. Add the styles as necessary for you.function fabulous_fluid_mobile_header_menu() { ?> <div id="mobile-header"> <a id="responsive-menu-button" href="#sidr-main"><span class="mobile-menu-text screen-reader-text"><?php esc_html_e( 'MY MENU', 'fabulous-fluid' ); ?></span></a> </div> <div class="custom-text"> <span>Some Text</span> </div> <?php }Regards,
MaheshOctober 12, 2016 at 7:09 am in reply to: White boxes instead of text in featured image slider #101306Mahesh
Participant@zerolizer0: Sometime caching may cause the problem. Glad to know its all working now. Thank you for your appreciation. Have a nice day!
Regards,
MaheshOctober 12, 2016 at 7:07 am in reply to: [My first post] How to have no pages/posts on homepage #101305Mahesh
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,
Mahesh -
AuthorPosts
