jvolvovski
Forum Replies Created
-
Nope, they are just made with css.
Thanks!
JennyForum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Freemius ErrorsI have the same issue, not running multisite. This has been marked as resolved, but I don’t see a solution.
Thanks!
JennyForum: Plugins
In reply to: [PW WooCommerce Bulk Edit] Unselect main product in search resultsHi,
That’s perfect! Thanks very much for your reply.Thanks,
JennyHi Cais,
I deactivated all the plugins, cleared the cache, but the problem persists.
Same if I switch to the default theme.
Please let me know if you can take a look – I can send you WordPress login info.Thanks,
JennyJust updated on the live site to the latest version of the plugin.
Same exact issue as before – blank pop-up screen and no way to edit thumbnails.I upgraded to the latest version in my local environment (with the latest version of WordPress), and I am not even getting the pop-up.
The edit thumbnail seems to appear at the very bottom of the page, but there is no way to crop or edit the thumbnail.Jenny
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Counters showing the same number on all postsI understand the issue a bit more now.
The counters are working correctly on the individual posts, but on the main blog page, the counters show how much the main /blog/ page has been shared, instead of the individual posts. That’s why its the exact same number on all of them.
I’m adding the share buttons via a shortcode within the php template.
Any ideas how to resolve this?
Thanks,
JennyHi,
I am having the same issue. I would like to remove the css using functions.php, so it’s not lost on an update.
Do you know how to do that?Thanks,
JennyStill waiting to hear on this.
Geocoding is not working at all.
If I try to update old non-geocoded entries, I still get the “failed” to Geocode message.Please advise!
JennyI found a way to add a link. This is not ideal since you’re changing core files that would be overwritten with an update, but:
If you search for “caption-wrap” in ml-slider/inc/slide/ metaslide.image.class.php
(I think it’s line 288 & 349)
You can add:
<a href="' . $slide['url'] .'">
before<div class="caption-wrap">
and after </div> on that same line.Thanks,
JennyForum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] No related posts.Hi Jeff,
Thanks! Deleting the plugin and re-installing it, did the trick.Jenny
Thanks – do you think I have to contact the hosting company to get this resolved? I disabled the Security Plugin, and the .htaccess is the default WordPress set up.
Thanks,
JennyHi,
I am having the same problem. I just updated WordPress (3.7.1) & the Store Locator plugin (2.12.3) and Google Maps and the locations are not showing up on the front end.https://www.natursutten.com/retailers/
Please help!
Thanks,
JennyForum: Plugins
In reply to: Add quicktags to "excerpt"Adding the code below in the “post_excerpt_meta_box($post)” function inside wp-admin/meta-boxes.php shows the quicktags, but inserts all the code in the “write post” box.
<div id="quicktags"> <?php wp_print_scripts( 'quicktags' ); ?> <script type="text/javascript">edToolbar()</script> </div>
Would there be a way to pass a parameter to edToolbar(), that discerns whether its the excerpt or write post?
Forum: Requests and Feedback
In reply to: Request: Custom fields for categoriesok, so it will only work on the archive/category page, outside the loop?
i am trying to use the categories as the author name. i have the last name in the main category field, and the first name in the custom field.
but i need to bring up both values in the index.php page for every single post.
is there no way of doing that?does anyone have another solution? the reason why i have to separate the last name and first name is because i need it to appear as:
smith, joe
and
joe smiththanks!