Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] DeeplinkI understand. Thank you!
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] DeeplinkWhere can I see information about the PRO version?
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] DeeplinkHi.. Ok, thanks!! ??
Hello @smashballoonmike, thanks for the quick response.
I found the problem: In addition to the connection to the account, it was also necessary to create and include the API. In this way, it is now showing correctly. Thank you!!
I think I identified an error: The action of the “load more” button is changing when I change the number of posts and columns I want to display in the feed. Any changes I make to these quantities and columns, the load more button behaves differently (but not correctly). One hour it loads some 18 posts, another time it loads some 30 posts and depending on the “posts x columns” setting that I do the button disappears. Do you know what it can be? (in addition to not using cache I uninstalled all plugins to test)
Thank you!!!
I understand, I hope you can solve it ??
Thank you! I’ll be waiting.
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] Doesn’t work on my themeThanks
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] Doesn’t work on my themeThanks for the feedback!
I’m actually using the plugin in another way, the steps are as follows:
1 – Add New Post (CPT / post_type=hp_listing);
2 – I go to the field “Meta slider and carousel with lightbox – Settings”;
3 – I add images in the “Gallery Images” button;
4 – I copy the shortcode that appears in this field ([meta_gallery_slider] OR [meta_gallery_carousel]) and paste it in the code of my theme, but I’ve tried to add it to the content of the post as well to test it.From step 1 to step 3 it works well, it’s perfect and exactly as I needed it! However, step 4 does not work. I also tested it on the native WordPress Post and it didn’t work. I tested it on another WordPress installation and it didn’t work either.
Forum: Plugins
In reply to: [Meta Slider and Carousel with Lightbox] Doesn’t work on my themeI did some tests and the images appear only when I add new images. If I add images that are already in the WordPress media it won’t work. What can it be?
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Cache for User (error)Thank you!
Forum: Plugins
In reply to: [W4 Post List] Featured Image onlyVery thanks!
Forum: Plugins
In reply to: [GEO my WP] Update when post updated WPUFVery Thanks!!
Forum: Plugins
In reply to: [GEO my WP] Update when post updated WPUFI managed to solve it by replacing the last line with this one:
add_action( ‘wpuf_edit_post_after_update’, ‘gmw_update_location_via_wpuf’, 10, 1 );
see –> wpuf_EDIT
thanks