Forum Replies Created
-
AuthorPosts
-
April 3, 2017 at 5:02 am in reply to: Page order sequence ignored on categories page ignored #113369
Mahesh
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,
MaheshMahesh
Participant@sumiko: I have replied you on the another thread, so I’ll skip this one.
Regards,
MaheshMarch 31, 2017 at 4:49 am in reply to: Change color of customize menu widget & note on the bottom of slider. #113231Mahesh
Participant@sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
/* Standard Menu Color */ #header-menu #access ul.menu a, #colophon #access-footer ul.menu a { color: #ff0000; } /* Active Menu Color */ #header-menu #access .menu .current-menu-item > a, #header-menu #access .menu .current-menu-ancestor > a, #header-menu #access .menu .current_page_item > a, #header-menu #access .menu .current_page_ancestor > a, #colophon #access-footer ul.menu .current-menu-item a { background-color: #ff00ff; color: #fff; } /* Hover/Focus Menu Color */ #header-menu #access ul.menu li:hover > a, #header-menu #access ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus { background-color: #00ff00; color: #000; }On slider, in Japanese version, you have continue reading text and in English version you have Japanese language for continue reading. And English version has only one slide. Let me know if I can help you further.
Regards,
MaheshMahesh
Participant@kejpa: Oh sorry about that, forgot that this function can’t be override and must be replaced. Copy the original function to the child theme’s functions.php and rename the function and change the content as desired and hook it. If you are not familiar with coding, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@peterdroginformation-nu: For those further changes I recommend you to hire a customizer.
Regards,
MaheshMarch 31, 2017 at 3:20 am in reply to: Change the font color of an active page within the top navigation #113225Mahesh
Participant@kerbyengen: Tried again but still your site is seem to be down. Try the following CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and 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 { color: #ff0000; }Regards,
MaheshMarch 31, 2017 at 2:44 am in reply to: Trying to Set 'Featured Image' as Page Background Image #113223Mahesh
Participant@infocommunitypartnersnh-org: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme, create a file name it
content-page.phpand paste the code from the following link.
http://bit.ly/2npv78BRegards,
Mahesh -
AuthorPosts
