Forum Replies Created
-
AuthorPosts
-
June 26, 2023 at 8:39 pm in reply to: Add Custom CSS Class to a single Main Menu item Custom Link button #1411769
Hi,
Please close. It worked once I chose to display the field in Screen Options. Thanks again!
~ Eric
June 26, 2023 at 8:24 pm in reply to: Add Custom CSS Class to a single Main Menu item Custom Link button #1411762Thank you!
Rikard’s initial instruction solved my same issue. I downloaded my child theme header.php file to retain record of customizations offline, then copied new header.php file from new parent theme. Both footer and sockets came back. Thank you.
August 10, 2021 at 12:10 am in reply to: Image Caption Overlay Text Color Changed with Update #1315912Looks great, Mike. Thank you for your help.
August 7, 2021 at 1:08 am in reply to: Image Caption Overlay Text Color Changed with Update #1314922This reply has been marked as private.Awesome! Thank you, Jordan.
Big help for the Enfold community!Best,
EricThis reply has been marked as private.Hi,
Great! Thanks!
Hi Jordan,
It’s still not displaying. Here is what is all in my quick css:
.inner-container { height: auto !important; } .logo, .logo a { overflow: visible !important; }
This reply has been marked as private.Hi, I thought I pasted it in the private content. Here it is in private content:
Thanks!February 3, 2019 at 5:25 am in reply to: Large white space after logo menu hamburger on mobile #1062107Great! It worked. Thanks!
Thanks @goldengate415
It works now. Much appreciated!This reply has been marked as private.Same happening here. Clicking on gallery image opens .jpg page for image in browser instead of lightbox.
Thank you, Ismael! I did not find the code, but added your code to CSS, and it appears the problem has been fixed. Thanks again!
Best,
EricHi,
Thank you for your help. I have added the code to Quick CSS. The problem still exists. Please note, the sub-pages display the menu properly (including the screen shot you sent). It’s the main, top-level pages that do not display the main menu. Please advise.Thank you,
EricHi,
I have cleared the cache and attempted to view on Safari, Firefox, and Epic. The menu is not visible on any of them. Tried on two different computers as well. Thank you.
Hi,
Thank you. I disabled the plug-ins one-by-one to same result. Was able to update Yoast after disabling other plugins. Main nav issue still occurring though.Hi, the main menu items were set to #ffffff, which they have always been set to. There is nothing to update as the font has always been set at #ffffff. Still invisible.
Error after updating Yoast SEO is:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Hi,
Thank you for your help! I reached out to the WPSSO plugin developers as well. They gave me similar code for functions.php, but said it’s easiest to simply disable the author link in their plugin’s advanced settings, which I did successfully. Problem fixed. Thanks again!
Lastly, Yoast talks about how to remove the author link, but nowhere does it say where/how to add the code: https://yoast.com/wordpress/plugins/seo/api/#examples
Should it be exactly this after modifying. Nothing more. Nothing less?:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/// Disable author links for pages
function wpseo_disable_page_author_link( $link ) {
if ( is_page() ) {
return false;
}
return $link;
}
add_filter( ‘wpseo_author_link’, ‘wpseo_disable_page_author_link’ );Hi, thanks for helping me. So I added the code and nothing changed. Am I supposed to put a closing ?> at the end or something? The functions.php file in the child theme, prior to adding the code, is this:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/Hi,
What file do I modify/paste this code into? Thanks.
This reply has been marked as private.Hi Rikard,
It should be up. Can you check again?
Thanks,
EricGreat! That worked. Thank you! For some reason, I was on 3.02 and it didn’t show an update notification on two of my installs even though my unique API keys are entered.
Thanks again,
EricAugust 12, 2014 at 8:48 pm in reply to: Layout Builder Hiding Google onclick="_gaq.push code ? #303412Hi Peter! Great! I’ll use code block, instead of text block, with in-page Google Tags from now on. Thank you.
Cheers,
EricHey!
You are awesome. Thanks for digging in and finding a fix. Interesting how other browsers knew where the user wanted to scroll but Safari and iOS needed more specific code. Thanks again Kriesi! Really cool you figured it out.
Cheers,
Eric -
AuthorPosts