jeesus
Forum Replies Created
-
Forum: Plugins
In reply to: [DPD Baltic Shipping] DPD Pickup points and product siteI need the same functionality! Both based on weight and dimensions.
8 months ago they said it’s coming: https://www.ads-software.com/support/topic/pickup-points-and-product-sizes/
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha V3Same issue here… updated the plugin to version 5.1 and regenerated keys for reCaptcha v3. And now getting the “Invalid site key or not loaded in api.js” error all the time. Yes, I verified that I didn’t leave a whitespace in the end of the keys.
Will there be a fix?
Same issue here. Using the latest version of the plugin and WordPress 4.8.2.
Forum: Plugins
In reply to: [WooCommerce] Logout (customer Logout) nor workingFor me the problem was in some conflicting plugin. So be sure to first check that.
Forum: Plugins
In reply to: [WP Photo Album Plus] Settings lost on upgradeThank you for the reply. I do admit the plugin is powerful in it’s features, unfortunately when trying to revert back to old design, it’s too much to swallow at once. So my last question is: if albums link type is set to “the album photos as slideshow” and user navigates to slideshow page… is there a way to add navigation buttons on that page to next/previous albums?
I did try altering the
wppa-theme.php
file, but failed adding nav links aswppa_get_albums()
returns empty array when in slideshow view.Forum: Plugins
In reply to: [WP Photo Album Plus] Settings lost on upgradeThanks for the reply. I confirmed via phpMyAdmin that
wppa_list_albums_by
is in fact changing in the DB. Nevertheless the albums on the page are not reordered. I am usin[wppa type="album" album="1" size="auto"][/wppa]
to display the albums and no core files or any other modifications are done.2) That I figured out. Had to use CSS to hide the box above images.
However, it seems my client had different layout for albums and album content with previous plugin settings. Can you please tell me if I can achieve results like below (with album pagination) without tapping in to the plugin files and/or hacking with CSS/JS? Can’t find any settings that could achieve that.
https://granddad.eu/public/koduleht_tehtud_td_avaleht1.pdf
https://granddad.eu/public/koduleht_tehtud_td_fotole_klikkides1.pdfForum: Plugins
In reply to: [WooCommerce] Logout (customer Logout) nor workingExperiencing the same problem. User never gets logged out.
Wordpress 4.8
Woocommerce 3.1.1
WPML 3.7.1Forum: Plugins
In reply to: [reCAPTCHA in WP comments form] Comment never passes antispam filterSorry for any inconveniences, but it seems that the problem was that JS libraries were not properly loaded, e.g custom theme’s fault.
So a false alarm.
Forum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] Cannot view or add galleriesI am having similar problem. First time installing this plugin, but I only get blank screen, when I click on “Add New Gallery”. E.g not white screen of death, but the WP admin page is totally blank. Browser inspector isn’t showing anything either.
WP 4.7.3, latest plugin.
Forum: Plugins
In reply to: [Polylang] How to set different front page for each language?Are the categories translated via Polylang? As long as your query vars don’t force to use English, you should be able to pull only current language posts.
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Image Scaling optimizationI was forced to copy the entire plugin and make changes to the source code. For example for Owl carousel using
enjoyinstagram_mb
shortcode you could open upenjoyinstagram_shortcode.php
in the plugins directory and alter line 76 by setting$entry["images"]["standard_resolution"]
to$entry["images"]["low_resolution"]
. With this modification I was able to turn Gtmetrix’s grade for Serve scaled images from F to A.Then there’s lazy loading. I haven’t done it yet, but in theory you could load the images only when in viewport and via JS which should speed up your site a little more.
Forum: Plugins
In reply to: [Polylang] Language in remote modalSince I can’t delete this ticket, I will ask differently:
How to load translated strings/theme parts in custom post type single template when the default language is loaded? Right now I can only get the template shown in right language when I translate the post. Since I have ~200 posts with no content, just some custom fields, then “translating” them to other languages isn’t quite convenient.
Forum: Plugins
In reply to: [Testimonials Widget] Testimonials archive missing imagesFound that out by myself, but thanks though!
One last question: how to display author on custom template? get_post_meta doesn’t list author assigned on the Add testimonial page.
Forum: Plugins
In reply to: [Polylang] Force language on custom post taxonomy archiveIt seems I meant slightly different thing the first time. Now I’m actually wondering.. if I’m able to translate custom post type archive page (
example.com/ru/taxonomy
), then why can’t I do the same for single custom post page (example.com/ru/single-custom-post
, which is a parent custom post type of previously mentioned taxonomy)? Technically, when looking at WordPress template hierarchy, it should work.Is there any way around that intentional behavior?
Forum: Plugins
In reply to: [WP Responsive Menu] Menu being displayed under footerOh, and on my another server the menu shows up correctly, but isn’t clickable.