MeOnline
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Woocommerce products included in XML sitemap?Thanks for the pointers!
But unfortunately that does not create a XML sitemap with all products in it, with one website of me then. I also discovered that I do have other sites where it works, guess something is going wrong with this specific site. Bit what is the question. :-/
Will investigate further.Forum: Plugins
In reply to: [Multisite Widgets Context] Confusing Plugin OperationI have tried the plugin but it does not collect the content from the source site. On the source site, the content of a text widget needs to be transferred to the goal site. In my case the widget is a footer widget as well, so no sidebar.
- This reply was modified 8 years, 3 months ago by MeOnline.
@photocrati: point taken although my messages where more questions about the functionality and one could regard maxbahura’s posts more support related in my opninon. ??
Nevertheless I have submitted my question to support.@maxbahura: sorry I see you’re from Austria ??
- This reply was modified 8 years, 6 months ago by MeOnline. Reason: Corrected a typo
??
Thanks for explaining, by the way: I understand German too (I live west from you, in die Niederl?nde wo wir viel verstehen ?? ).
Hopefully photocrati has a solution for your issue.@photocrati:
Bummer, no way to assign links to individual images in the slideshow?! Almost every commercial slideshow has this feature … please tell me this is planned for a nearby future release.But where did you manage to set these url’s then? Through the settings of NextGen Pro or in some other way? I can’t even find where to assign links to the images which are in the slideshow. Maybe this is because I use a newer version of nextgen pro (not the latest though)?
I am having a related question: is it not possible to assign links to the individual images in the slideshow with nextgen pro?
Forum: Fixing WordPress
In reply to: Uncaught Error: Syntax error, unrecognized expression: ulThanks for explaining.
I also found that several commercial theme providers had the same issue indeed.In the Artisteer case, the file that needed to be modified is one that by default is supplied and created with -every- Artisteer generated theme as far as I am aware.
In the meanwhile I also pointed this out to Artisteer so we’ll have to wait and see if they’ll pick this up – I do have my doubts though.I forgot to mention where the specific code is in the file, so hereby a better version of the fix:
Open wp-content/themes/yourtheme/script.js
————————————————–
On or around line 22 find:
jQuery(‘ul.art-hmenu a[href=#]’).click(function () { return false; });Change this to:
jQuery(‘ul.art-hmenu a[href=”#”]’).click(function () { return false; });
————————————————–
Note the quotes (“) that have been submitted before and after the hashtag sign (#) in the changed code.When this code is not available (not sure if this is possible) or you cannot find it, I would suggest to search for a[href=#] in the code of the files of your theme and change that to a[href=”#”]
I believe it should be in one of the .js files of the theme.Forum: Fixing WordPress
In reply to: Uncaught Error: Syntax error, unrecognized expression: ulGlad to hear you also managed to get the issue fixed ottomek.
Unfortunately Aristeer is a theme creator so not a specific theme provider and they have dropped support for Aristeer since they introduced Themler, the follow up of Artisteer. :-/
So this is basically a sort of Artisteer bug which apparently surfaces with the latest version of WordPress and in combination with certain plugins like GravityForms.
All themes created with Artisteer could possibly have this bug/issue I suspect.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] google maps crashingHaving the same issue with latest version of Pro;
Parse error: syntax error, unexpected ‘[‘, expecting ‘]’ in /home/accountname/public_html/site/wp-content/plugins/wp-google-maps-pro/wp-google-maps-pro.php on line 2339Forum: Plugins
In reply to: [User Role Editor] How to add MaxButtons (as capability)?Thanks for explaining Vladimir!
Forum: Plugins
In reply to: [Bug Library] Instructions for single.phpGreat Yannick!
Forum: Plugins
In reply to: [Bug Library] Instructions for single.phpWhat default WP theme do you use?
I suspect twenty ten, correct?Unfortunately I don’t have that, tried other default themes of WP to get it to show similar to your example screendumps but don’t seem to come near that.
Would it be possible to supply a single-bug-library-bugs.php which works with twenty fifteen for example?Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 disappeared from plugins during updateHaving the same problem here, can you tell me what caused this with you?
EDIT:
Found out it was caused by iThemes Security plugin in my case.
Removing it , removed the problem immediately. Strange though …I managed to get it done for the most part but I now would like to have random images shown.
It works with a single image but when I want it to show random images I don’t get it to work.
Example of what works:
<?php if(is_page('Page title')){ echo '<img src="/imageA.jpg" />'; } ?>
Example of what I am after:
<?php if(is_page('Another page title')){ echo '<img src="/image-<?php echo rand(B,C; ?>.jpg">'; }
What above needs to do is load randomly imageB.jpg or imageC.jpg This doesn’t happen now because in the url you can see that the code after image- is being rendered wrong, so it can’t find the image.
Oops, site of developers is gone/offline?! Hopefully just a technical issue and not that development/support dissapeared as well. :-/