Forum Replies Created
-
AuthorPosts
-
January 15, 2017 at 7:33 am in reply to: Changing title of the secondary menu as displays on Mobile #107104
Mahesh
Participant@jrdphd: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#secondary-menu a.sb-selector::after { content: "Menu (full)"; left: 0; position: absolute; visibility: visible; } #secondary-menu a.sb-selector { visibility: hidden; }Regards,
MaheshMahesh
Participant@mithrand: This is because of the search widget in one of you widget area. Go to Dashboard=> Appearance=> Widgets and find Post Sidebar and then remove Search widget from there. Hope this helps.
Regards,
MaheshMahesh
Participant@habo: Well, its one of the feature for the theme to use, featured image or the first image within the content as the image as featured image. However, this can be hidden with custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#featured-content .hentry figure.featured-homepage-image { display: none; }Regards,
MaheshJanuary 13, 2017 at 3:36 pm in reply to: Changing title of the secondary menu as displays on Mobile #107020Mahesh
Participant@jrdphd: Well, it doesn’t display the menu title in the mobile menu, if that is what you meant. When home url is present in menu, it’ll display Home, and if not, it will simply display Menu.
Regards,
MaheshMahesh
Participant@illustrata: It’ll be live by today. If late, tomorrow for sure. We’ll let you know as soon as its live.
Regards,
MaheshMahesh
Participant@illustrata: Well, if you use 778px x 378px image for Featured image, it will use the image featured image of same size. And the other one, post thumbnails sizes are automatically generated by cropping which is used in Featured Content. i.e. 400×300.
Hope you understand.Regards,
MaheshMahesh
Participant@smcollins82: Thank you. Have a nice day!
Regards,
MaheshJanuary 13, 2017 at 9:17 am in reply to: Clean Journal Header Tag Issue – remove h1 primary menu #107006January 12, 2017 at 4:00 pm in reply to: Broken layout when setting 'Archive Content Layout' to 'Show full content' #106977Mahesh
Participant@ctron: Please add the following CSS:
.blog #main .has-post-thumbnail .entry-container, .archive #main .has-post-thumbnail .entry-container { padding-left: 0; }Regards,
MaheshMahesh
Participant@kriskyria: Yes, I sent you the mail and I didn’t get the reply. I checked your site and yes, the problem persists. Is it okay if I reinstall the theme, or reset the theme settings?
Let me know further.Regards,
MaheshJanuary 12, 2017 at 12:27 pm in reply to: Full Frame Pro: Can I make the slider unclickable? #106971Mahesh
Participant@yuki12345: May be its because of cache.
Regards,
MaheshJanuary 12, 2017 at 12:09 pm in reply to: Hard stop in excerpt length of Feature content in CleanJournalPro #106970Mahesh
Participant@jorgecsanz: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
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. #106963 -
AuthorPosts
