Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@micwilly: Please post in your site url. So I can check the issue.
Regards,
MaheshMahesh
Participant@strat76: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 661px ) { .site-branding .site-logo { float: none; } #site-navigation { float: none; } .site-branding { float: none; } } @media screen and (max-width: 660px ) { #site-navigation { display: none; } }Let me know if any problem.
Regards,
MaheshMahesh
Participant@brandonsm: You have following CSS in your
gaispc/style.css..catchbase-nav-menu .children { left: 0 !important; }This is causing the issue. Please remove it. Let me know if any problem.
Regards,
MaheshMahesh
Participant@nschoeggl: I’m afraid this is not possible.
how can I turn off social media icons/search box mobile devices
Please post in your site url so I can help you further.Regards,
MaheshMahesh
Participant@fredericf: Yes, this is possible. You’ll need to create a child theme for this. You can find more details on creating child theme HERE. Then in your child theme override the following function:
function studio_site_title_description() { ?> <div id="site-header"> <h1 class="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <?php bloginfo( 'name' ); ?> </a> </h1> <?php //Display blog description / site tagline $blogdescription = get_bloginfo( 'description' ); if ( '' != $blogdescription ) { ?> <h2 class="site-description"> <?php echo $blogdescription; ?> </h2> <?php } ?> </div><!-- #site-header --> <?php }Hope you understand.
Regards,
MaheshMahesh
Participant@fredericf: Yes sure. Have a nice day!
Regards,
MaheshMahesh
Participant@chi: Free version has limited features. You’ll need to add page with featured image and then select that page. And then the image set as featured image will be displayed as Featured Image, Slider etc. For custom images, I recommend you to upgrade to Pro version.
Regards,
MaheshMahesh
Participant@fredericf: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.no-sidebar-full-width .container { max-width: 980px; }Regards,
MaheshMahesh
Participant@paud: This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.mobile-menu, .mobile-menu-anchor { display: block; }If you want to hide the primary menu on desktop add the following CSS:
.menu.catchbase-nav-menu { display: none; }Regards,
MaheshMahesh
Participant@chi: The features in the theme are disabled by default. If you want to have similar look as of the demo. Go to Dashboard=> Appearance=> Customize:
=> Header Highlight Content and select Homepage/Frontpage or Entire Site in Enable Header Highlight Content on.
Do the same for Featured Slider, Featured Content and News Ticker and you are good to go.
Let me know if any problem.Note: Please skip the reply on the other thread.
Regards,
MaheshMahesh
Participant@START76: Please post in your site url.
Regards,
MaheshMahesh
Participant@klikblik: The post order is by date, you can check this in the blog list page. Are you using any plugin for the events. Seems the plugin is putting the events based on id.
Regards,
MaheshMahesh
Participant@micwilly: Have you customized the theme / CSS. Does the problem occur on demo too? Let me know furhter.
Regards,
MaheshMahesh
Participant@brandonsm: Please refer to the link below. Hope this helps. Let me know if any problem.
https://codex.wordpress.org/WordPress_Menu_User_GuideRegards,
MaheshMahesh
Participant@aportbg: You can simply do this by adding a Text Widget. Let me know further.
Regards,
MaheshMahesh
Participant@chi: Please post the problem in the correct Thread. You are using Clean Magazine, this is Wen Business Pro theme’s thread.
The features in the theme are disabled by default. If you want to have similar look as of the demo. Go to Dashboard=> Appearance=> Customize:
=> Header Highlight Content and select Homepage/Frontpage or Entire Site in Enable Header Highlight Content on.
Do the same for Featured Slider, Featured Content and News Ticker and you are good to go.
Let me know if any problem.Regards,
MaheshMahesh
Participant@nikibranting: Please try disabling plugin you are using and check if it resolves the issue. If not, try activating the Parent theme and check if it works or not. Let me know further.
Regards,
Mahesh -
AuthorPosts
