BlogYourEarth
Forum Replies Created
-
Hi dcwebman,
yeah I do not have time to wait… I found OptinSkin but I am not sure if it work together with the WPML plugin for multilingual blogs like my blog https://www.BlogYourEarth.com.
I am still searching and I hope to find a working solution for my blogs. If I make a decision I will inform you about the plugin I will use…@dcwebman I have the same problem with the Email Subscriptions and the missing category in the link I get back from jetpack in the subscribtion e-mail.
Excample from Jetpack notification e-mail with wrong URL:
Subscribe to comments on Road Trip Kanada: Seattle (Tag 17 und 18) on ByteYourLife.com!The category top-story is missing in the URL.
The correct URL is:
https://www.byteyourlife.com/top-story/road-trip-kanada-seattle/4822My permalink structure is as follows:
/%category%/%postname%/%post_id%I hope the Jetpack developers will fix the problem. Until they fixed it I will deactevate Jetpack on my blog.
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] what is this error?Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] what is this error?Hello,
I have the same problem with my blog since the last upgrade…
I have ab backup of the installed SEO Ultimate plugin folder form last week. Could I downgrade by restoring the folder to the version from last week?
Best Regards,
BlogYourEarth
Hi,
I solved the problem for me. I opened the ad.class.php and modified the php a littel bit ??
The modification I did was in the buildZone function. Search for the if clause if(is_singular()) and then replace the code by the following one… (if you know what you do ?? )
if(is_singular()) { $id = $zone['z_singular']; if(is_single()) { $id = $zone['z_single']; if($this->isCustomPostType()) { $id = $zone['z_ct']; foreach($singleCT as $key => $value) { if($key == get_post_type()) $id = $value; } } $catspost = unserialize($zone['z_cats']); $categories = get_the_category($post->ID); foreach($catspost as $key => $value) { if($value > 0) { foreach($categories as $category) { $cat_name = $category->slug; if( $key == $cat_name) { $id = $value; } } } } } if(is_page()) $id = $zone['z_page']; if(is_attachment()) $id = $zone['z_attachment']; }
If you do not know what you do – maybe the sky will fall on your head…
This link shows the ad I whant to be displayed by the category “8mm Magnetband digitalisieren”
Video digitizingThis link shows the default ad I whant to be displayed if no ad is set to a special category.
Philips MyRemote – SmartTV
I hope this helps ??
BlogYourEarth
Hi, yes I did.
First I created four “default ad places” and two “ads places” for “video tape” posts.
This video tape posts are in the category “8mm Magnetband digitalisieren”.
Ads PlacesThen I created four zones and inserted them in the theme. This works for the default ads places well.
Then I did the configuration of the zone “Menu DE – 160 x 600” as shown in the next two pictures.
The first part of the page
Ads Zone Part 1and the second part of the page
Thanks for your help minimus. I hope I answered all your questions.
BlogYourEarth
Forum: Plugins
In reply to: [Store Locator Plus?] [Plugin: Store Locator LE] manage locations errorHi,
I have the same problem.
THX for any help,
BlogYourEarth