Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@jamesmillerlifeology: Showing excerpt in blog posts and not in Featured Slider is possible. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-content { display: none; }For displaying different text in different section, you’ll need to customize the theme further through child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@pipbeachrentals: Its because of on of your plugins which is using bootstrap CSS is causing the issue. Please try disabling plugins one by one and check if that resolves the issue.
Regards,
MaheshMahesh
Participant@infocommunitypartnersnh-org: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#slider .featured-text { display: none; }Regards,
MaheshMahesh
Participant@arnaud-raillard: Go to Dashboard=> Appearance=> Widgets and drag and drop Pages widget to your desired widget area. Let me know if any problem.
Regards,
MaheshApril 3, 2017 at 5:02 am in reply to: Page order sequence ignored on categories page ignored #113369Mahesh
Participant@themecatcher: Are you using any plugins?
Regards,
MaheshMahesh
Participant@kejpa: You’ll need to call the
add_actionin init hook. I hope you understand.Regards,
MaheshApril 3, 2017 at 4:29 am in reply to: Change the font color of an active page within the top navigation #113367Mahesh
Participant@kerbyengen: Add the following CSS:
#access .menu .current-menu-item > a, #access .menu .current-menu-ancestor > a, #access .menu .current_page_item > a, #access .menu .current_page_ancestor > a, #access-secondary .menu .current-menu-item > a, #access-secondary .menu .current-menu-ancestor > a, #access-secondary .menu .current_page_item > a, #access-secondary .menu .current_page_ancestor > a, #access-footer ul.menu .current-menu-item a { font-weight: normal; }Regards,
MaheshApril 3, 2017 at 3:48 am in reply to: Choosing the image which is preview before entering the post #113365Mahesh
Participant@smartdog: I don’t quite get you. Can you please explain further. Please post in your site url.
Regards,
MaheshMahesh
Participant@sydneyjb: Checked the same on our server and found no such issue. Let me know further.
Regards,
MaheshMahesh
Participant@sydneyjb: This can be fixed with CSS. Go to Dashboard=> Appearance=> Customize=> Additioanl CSS box and add the following CSS:
@media screen and (max-width: 767px) and (min-width: 600px) { .edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download { width: 50%; } } @media screen and (max-width: 599px) { .edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download { width: 100%; } }Regards,
MaheshMahesh
Participant@gekow: Go to edit page, and make sure, Default option is selected in Layout Option in Fabulous Fluid Pro Options. This option will override the general setting in customizer. Setting this option to default will use the layout put in the Default layout in custoimzer (throughout website).
Regards,
MaheshMahesh
Participant@ksalyers: Just with CSS, this is not possible. You’ll need to customize the theme further more.
Regards,
MaheshMahesh
Participant@chewfamily: I checked your site just now, and currently Race Review: 2XU Compression Run 2017 (21.1km) is the latest post being displayed without Full refresh. Just loading your site is working fine on mine. Please check on another device and let me know if it resolves the issue.
Regards,
MaheshApril 2, 2017 at 11:34 pm in reply to: Change color of customize menu widget & note on the bottom of slider. #113347Mahesh
Participant@sumiko: Do you get any error while saving the changes? And about the note on the slider, what is the text you’ve actually put in the settings. Please let me know further.
Regards,
MaehshMahesh
Participant@bajaharry; Just to let you know that the update has been release with the fix. Please update.
Regards,
MaheshMahesh
Participant@peterdroginformation-nu: Thank you for your appreciation. Have a nice weekend you too!
Regards,
MaheshMahesh
Participant@kejpa: Removing the hook would be more better than just hiding it, since you are already customizing.
Regards,
Mahesh -
AuthorPosts
