Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@mailhunter: Thank you for your appreciation. Have a nice day!
Regards,
MaheshJanuary 12, 2017 at 10:22 am in reply to: Broken layout when setting 'Archive Content Layout' to 'Show full content' #106966Mahesh
Participant@ctron: Please post in your site url. Seems fine on our server. May be I don’t quite get what you mean.
Regards,
MaheshJanuary 12, 2017 at 10:14 am in reply to: Full Frame Pro: Can I switch the location of the Header and Primary Menu #106965Mahesh
Participant@calsurance: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s
functions.phpadd the following CSS:add_action( 'init', 'move_header_above_primary' ); function move_header_above_primary(){ remove_action( 'fullframe_header', 'fullframe_primary_menu', 30 ); add_action( 'fullframe_header', 'fullframe_primary_menu', 71 ); }Regards,
MaheshJanuary 12, 2017 at 9:52 am in reply to: Removing content excerpt from featured slider images. #106963Mahesh
Participant@jchrisa: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-content { display: none; }Regards,
MaheshMahesh
Participant@michelle: Do you have any plugins installed? Please disable all of them and check again. And please check if the same happens with other themes as well.
Regards,
MaheshMahesh
Participant@illustrata: Recommended image sizes are as mentioned in there:
https://catchthemes.com/theme-instructions/clean-box-pro/#featured-image
Please use recommend sized images.
You can change default image sizes as desired using child theme.
The size will remain constant for all posts and pages.Regards,
MaheshJanuary 12, 2017 at 9:29 am in reply to: Clean Journal Header Tag Issue – remove h1 primary menu #106958Mahesh
Participant@amansad: For that you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes.
function clean_journal_primary_menu() { ?> <nav class="nav-primary search-enabled" role="navigation"> <div class="wrapper"> <div class="screen-reader-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'clean-journal' ); ?>"><?php _e( 'Skip to content', 'clean-journal' ); ?></a></div> <?php if ( has_nav_menu( 'primary' ) ) { $clean_journal_primary_menu_args = array( 'theme_location' => 'primary', 'menu_class' => 'menu clean-journal-nav-menu', 'container' => false ); wp_nav_menu( $clean_journal_primary_menu_args ); } else { wp_page_menu( array( 'menu_class' => 'menu clean-journal-nav-menu' ) ); } ?> <div id="search-toggle" class="genericon"> <a class="screen-reader-text" href="#search-container"><?php _e( 'Search', 'clean-journal' ); ?></a> </div> <div id="search-container" class="displaynone"> <?php get_Search_form(); ?> </div> </div><!-- .wrapper --> </nav><!-- .nav-primary --> <?php }Regards,
MaheshJanuary 11, 2017 at 5:32 pm in reply to: How to put on social media links directing to my fb, etc? #106911Mahesh
Participant@rafalwerez: You can put the css in style.css too. But I recommend you to put in in Additional CSS. Its in the Customize Options.
Regards,
MaheshJanuary 11, 2017 at 5:11 pm in reply to: How to put on social media links directing to my fb, etc? #106908Mahesh
Participant@rafalwerez: You can edit the Footer content in Pro version. I recommend you to upgrade to Pro.
For displaying the footer content, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:#site-generator { display: block !important; }Regards,
MaheshJanuary 11, 2017 at 4:33 pm in reply to: How to put on social media links directing to my fb, etc? #106905Mahesh
Participant@rafalwerez: Checked your site, and its because of the following Custom CSS:
#site-generator { display: none; }Please remove it.
Regards,
MaheshMahesh
Participant@mailhunter: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.search-field { pointer-events: none; padding: 4px 10px; } .search-submit { display: none; }Regards,
MaheshJanuary 11, 2017 at 4:06 pm in reply to: How to put on social media links directing to my fb, etc? #106901Mahesh
Participant@rafalwerez: No, I mean your site url here so that I can check.
Mahesh
Participant@jorgecsanz: Go to Dashboard=> Appearance=> Widgets and add CT:Social Widgets to Header Top Sidebar widget area.
Regarsd,
MaheshJanuary 11, 2017 at 3:44 pm in reply to: How to put on social media links directing to my fb, etc? #106895Mahesh
Participant@rafalwerez: Please post in your site url.
Regards,
MaheshMahesh
Participant@yuki12345: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .slides a { pointer-events: none; }Regards,
MaheshJanuary 11, 2017 at 12:39 pm in reply to: Hard stop in excerpt length of Feature content in CleanJournalPro #106882Mahesh
Participant@bsmolka: Just checked your site and it says it’s under construction and cannot see anything else than the Splash image.
Well, about the excerpt length, its kinda hard to put read more where you want with the excerpt length number as it counts the words and may not meet the end result as you wanted (the current issue).
Instead what you can do is, use WordPress’s Excerpt option.
Go to Edit posts, find Screen Options located on the top right beside Help button, click it and make sure Excerpt checkbox is checked. Then Scroll down to Excerpt Section. Put the content you want to show into your site as the excerpt and click Update.
Hope this helps.Regards,
Mahesh -
AuthorPosts
