Forum Replies Created
-
AuthorPosts
-
September 26, 2014 at 5:51 am in reply to: Permalink and SEO Settings Problems with Yoast WordPress SEO & Enfold #325398
I second the emotion.. please investigate this problem..
Thanks Yigit,
can you recommend a plugin in codecanyon? that is compatible to infold… Thanks
- This reply was modified 10 years, 2 months ago by jalmz.
September 23, 2014 at 3:31 am in reply to: Permalink and SEO Settings Problems with Yoast WordPress SEO & Enfold #323432Thanks @fourdesigndk
Thank you Josue! Great Support !
September 21, 2014 at 3:30 am in reply to: Move Facebook Comments plugin below "share this entry" and tags in blog post #322546Yes.. Anyone? Can you help us Josue?
- This reply was modified 10 years, 2 months ago by jalmz.
Thanks Josue,
I suggest you should include this in your theme features. Adsense ready enfold theme..
again Thanks!
Its ok now Josue.. Thanks for the hint.. One last problem is the breadcrumbs..
Josue.. Thanks what about the design? any css?
Yes it works thanks..
but look…
what about the pages? thanks
- This reply was modified 10 years, 2 months ago by jalmz.
This reply has been marked as private.hi Josue..
Still the code does not work
Thanks Ligit..
Yes but it does not work…
this is my code
function after_breadcrumb_funct($content = ""){ if($context == "page" || $context == "single-portfolio") echo "<div>adsense here</div>"; } add_action('ava_after_content', 'after_breadcrumb_funct', 10, 2);
i deleted this one..
function after_breadcrumb_func($breadcrumb){ $output = $breadcrumb; $output .= 'ads'; return $output; } add_action('avia_breadcrumbs', 'after_breadcrumb_func');
- This reply was modified 10 years, 2 months ago by jalmz.
I got an error with this code..
function after_breadcrumb_func($content = ""){ if($context == "page" || $context == "single-portfolio") echo "<div>adsense here</div>"; } add_action('ava_after_content', 'after_breadcrumb_func', 10, 2);
[16-Sep-2014 06:17:18] PHP Fatal error: Cannot redeclare after_breadcrumb_func() (previously declared in /ph/wp-content/themes/enfold/functions.php:504) in /ph/wp-content/themes/enfold/functions.php on line 523`
- This reply was modified 10 years, 2 months ago by jalmz.
Hi Josue
Thanks for the reply…
I try this code .. but i have no luck
.title_container .breadcrumb { top: 15% !important; }
I want to look my adsense in breadcrumbs like this
Thanks
Thanks Dude!
Thanks Kriesi..
This reply has been marked as private.This reply has been marked as private.Hello
Thank you for contacting Yahoo Small Business Support.
My name is Jeet and I am glad to assist you.
I’m sorry you are experiencing issues with the PHP memory and would like us to set to 96 MB.
We want to be sure and fix your issue completely, so we’ll need as much information as we can get in order to get you up and running. Please send back as much of the information below as you can:
A clear and detailed description of the problem
The exact steps you took before the problem occurred, and the text of any error message you received
The current version of Yahoo Web Hosting doesn’t have this feature (PHP Memory Size), but we appreciate that you took the time to tell us about what you’d like to see in a future version. Since, Yahoo works on shared hosting server, we do not support the usage of “.htaccess” file on our server. Reason being, it may affect the server configuration files, which may reduce the efficiency of the hosting service.
It is through comments and feedback such as yours that we are able to identify ways to develop and improve our products and services.
The Yahoo Product Team uses customer suggestions for consideration of features to include in future releases. Please understand that our development cycles can be quite lengthy, so your suggestion isn’t likely to be added right away, if the development team does decide to include it.I hope I have addressed and understood your question or concern. If not, please don’t hesitate to reply to this email, and we will gladly assist you further.
Thank you again for contacting Yahoo Small Business Support.Regards,
Jeet
Yahoo Small Business Support
- This reply was modified 10 years, 2 months ago by jalmz.
I’m on Yahoo! Webhosting… :(
Yahoo does not currently allow you to upload .htaccess files to your account.
Any manual solution for this Yigit?
- This reply was modified 10 years, 2 months ago by jalmz.
I cant find the solution..
Ok Yigit Thanks
September 4, 2014 at 7:10 am in reply to: Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page #313200at the last line.. four
September 2, 2014 at 8:29 pm in reply to: Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page #312488Yes fourdesigndk
Thanks.. it fix the Yoast SEO Bug Version 1.5.6
September 2, 2014 at 9:46 am in reply to: Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page #312143Thanks! Dude
September 2, 2014 at 9:45 am in reply to: Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page #312139Fix..
Hey!
I could fix it on your website with this code – I added it to the functions.php file
add_action(‘init’,’avia_remove_yoast_filter’);
function avia_remove_yoast_filter()
{
remove_filter(‘wpseo_pre_analysis_post_content’,’avia_wpseo_pre_analysis_post_content_fix’, 10, 1);
remove_filter(‘wpseo_video_index_content’,’avia_wpseo_video_content_fix’, 10, 2);
}Dude
- This reply was modified 10 years, 2 months ago by jalmz.
September 2, 2014 at 9:39 am in reply to: Bug: Yoast SEO Version 1.5.6 in Avia Layout Builder Page #312133Yes Version 1.5.6
- This reply was modified 10 years, 2 months ago by jalmz.
Thanks for the response Ismael
-
AuthorPosts