Forum Replies Created
-
AuthorPosts
-
October 17, 2016 at 11:05 am in reply to: Hide Image from featured content and Banner Image in Header #101615
Mahesh
Participant@floh: Try adding the following CSS:
#masthead { background-image: url("http://dogz.flohmi.at/wp-content/themes/catch-base/images/headers/0245_banner.jpg"); background-position: 80% 50%; background-repeat: no-repeat; background-size: 80px 60px; }Regards,
MaheshMahesh
Participant@emielstubbe: I tried the same with the youtube video and aspect ratio is 16:9 in all viewport, working fine. Have you installed any plugins, if so try disabling it and try again.
For site logo, add the following CSS:#site-logo img { max-height: 55px; max-width: 55px; }Regards,
MaheshMahesh
Participant@klikblik: The posts are ordered by published date by default. If you want to change the order by event date, you’ll need to customize it further since the event date is from plugin. I recommend you to hire a custoimzer.
Regards,
MaheshMahesh
Participant@eckh20: I just checked your site, and now the gallery seems to be responsive. Are you still facing the problem. Let me know furhter.
Regards,
MaheshMahesh
Participant@micha: Add the following CSS:
.search nav#nav-below, .archive.date nav#nav-below, .archive.category nav#nav-below { display: block; }Regards,
MaheshOctober 17, 2016 at 10:00 am in reply to: Hide Image from featured content and Banner Image in Header #101606Mahesh
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,
Mahesh -
AuthorPosts
