wordmax
Forum Replies Created
-
That is great. Thank you. Will test it out and see how it goes.
p.s. One example before, where we noticed benefit of disable caching was for a plugin Auto Amazon links. They have an option to randomize order of products displayed on page load, but when cache was active, the randomize did not work on front-end because the page was cached. When we chose to disable caching for the code in ad inserter block, the randomize order of products in list displayed works every time the page is refreshed.
- This reply was modified 1 year, 10 months ago by wordmax.
Ok, here is a temp demo link you can see behavior of search box position. When we try to set div style width that contains the [wpdreams_ajaxsearchlite] shortcode, the search box no longer aligns on left with the rest of the content. If we just use the shortcode and no css for the div width, then the box aligns on the left with the content. So how can we control the width of the search box while keeping it aligned on the left with the rest of the content?
temp demo link:
The guest user name (on the start chat form) changes every time the page is refreshed. Is there a setting so that user will have same guest ID once they initiate a chat and keep the same browser session? so if they navigate to another page/post and come back to the chat room page they can resume with same guest ID or username they started with? Thanks
- This reply was modified 1 year, 11 months ago by wordmax.
Ok I put together a demo you can see. Can I send you the link privately? Let me know how to send. I wish wordpress would make a feature on plugin support forum where we can quickly easily share links private with the plugins devs
Forum: Themes and Templates
In reply to: [Blocksy] Sometimes with [shortcode] spill left of containerSorry about that @cteduard did not realize the div code got left out on the support ticket. Thanks for taking the time and the video screenshot. Yeah, the float left makes it go left of main container. Reason for trying that was because if we set max width div containing the shortcode search box it does not stay aligned on the left it adds a margin on the left so was trying to figure out a way to get the search box to align to the rest of the main content on the left.
Forum: Themes and Templates
In reply to: [Blocksy] Sometimes with [shortcode] spill left of containerHi Eduard: The details, screenshots, etc have been submitted via support ticket on your site. Thanks
Hi Eduard:
This is a follow up on our thread at wordpress org:
https://wordpress.org/support/topic/sometimes-with-shortcode-spill-left-of-container/#post-17790725We are using ajax search lite plugin. https://wordpress.org/plugins/ajax-search-lite/
We are inserting it as needed on pages using the shortcode [wpdreams_ajaxsearchlite]We want to control the max width of the ajax search box/results so we try using CSS
<div style="float:left; max-width:700px;">[wpdreams_ajaxsearchlite]</div>But when we do this (customize > page > no sidebar) the div goes outside left of the main content container, and when we use the same code as above for (customize > page > show right sidebar) then we see the search box is aligned with main container content but it changes much smaller width..
Guessing it’s fixable via some css display:xyz setting; but I can’t figure it out and it’s confusing why the same code changes front-end css display behavior when you switch from no-sidebar to show-sidebarβ¦
Any ideas what’s going on here? Thanks!
Forum: Themes and Templates
In reply to: [Blocksy] Sometimes with [shortcode] spill left of containerYes. Can we send the URL via private email or other method for you to see it? thanks
Ok, thanks for that info, very helpful. I must say that Stackable UI is superior in many ways to Spectra (which I have mostly used in past) but when it comes to adding FAQs quick and easy, Spectra definitely has a more user friendly interface for wp admins. You may want to take a look and try to borrow from their UI concept for adding FAQs. They have a separate FAQ block in addition to an accordion block.
Overall great plugin though. Thank you.
Oh, sorry. I found it. Thanks. It works great.
Forum: Themes and Templates
In reply to: [Blocksy] customizer not saving when click publish 1st timeIt probably happens more than one way workflow, but here’s an example i just duplicated it…
site > home page > customize > click on logo to customize > change size of logo larger/smaller px > click “publish” > top left customizer menu click back to nav to root menu of customizer > you will see the publish button highlight itself again as I described behavior earlier. Maybe it has something do to with using the visual locator method to find elements to customize vs. just using the customizer menu to navigate to elements… dunno
Woops! My bad – the problem was being caused by AdGuard blocking the js files. Disabled the ad blocker extension for the browser and the error goes away. Thanks
Hi @miunosoft – thanks for the update. I tried Version 5.4.3b03 and it appears to work like a charm! I used shortcode in sidebar widget (sticky) where I only want to show 3 items but randomize the 3 slots from total 9 ASINs listed in the shortcode. Fantastic! Great work. Very much appreciate your help and great support on this plugin! π This is an awesome useful feature to have.
[amazon_auto_links associate_id="xxxxxxxx-20" description_length="0" title_length="100" count="3" sort="random" asin="ASIN#1,ASIN#2,ASIN#3,ASIN#4,ASIN#5,ASIN#6,ASIN#7,ASIN#8,ASIN#9"]I suggest that you put the “manage AI features” link at the top of the AI settings page. Or at leas make the link bigger or another button rather than almost hide it at the bottom.
Thanks. I don’t see anywhere in that support thread where the developer describes what the plugin is used for. If disabling the cookie in settings also disables some useful functionality then maybe we don’t want to disable the cookie. Please ask the dev to give a very quick summary what the cookie is for.
Follow up… there is one issue with 5.4.3b02 if we use shortcode parameter as follows, with count=”3″ then even though we have 9 ASINs in the shortcode, it only displays and randomizes the first 3 ASIN values in the shortcode on the front end. If we change the count value to count=”9″ then it displays and randomizes all 9 ASINs; but for our purposes (sticky sidebar) we only want to display 3 products (randomized from the all ASINs in the shortcode)
Hope this makes sense. Thanks.
[amazon_auto_links associate_id="xxxxxxxx-20" description_length="200" title_length="125" count="3" sort="random" asin="ASIN#1,ASIN#2,ASIN#3,ASIN#4,ASIN#5,ASIN#6,ASIN#7,ASIN#8,ASIN#9"]- This reply was modified 2 years ago by wordmax.