mauinsons
Forum Replies Created
-
Hi,
This is the example page that I have used the “after HTML element” option: https://parking.com.my/business/hair-salon-at-kuala-lumpur/
As you can see, I used div.item3, div.item6, div.item9 etc to auto insert ads after every 3 items in the list. As this is a custom page and not a search page, I am not able to use the “search page” option in the ad inserter plugin.
However, since this kind of custom pages could have up to 99 items in a page, so I will have to use “div.item3, div.item6, div.item9 and all the way to div.item99” to be able to cover the entire page.
I hope that you understand my explanation.
Forum: Plugins
In reply to: [PhastPress] Problem with “Load scripts asynchronously”Hi @kiboit,
Thank you for the reply! I’ve disabled Rocket Loader and my site is loading without issue now. Fantastic!
Forum: Plugins
In reply to: [Yoast SEO] desktop title differ from mobile title in GoogleThis also happen to all other locations/items
Hi @meitar, is the explanation detailed enough? Sorry for bothering you
ok these are the details
Setting that I didn’t change is in Settings -> Inline Google Spreadsheet Viewer
At the text field of DataTables defaults object I have this code:{ "searching": false, "paging": false, "order": [ [ 2, "asc" ] ] }
I’m loading the google sheet table in the short description of my product in woocommerce. When I use this code for a simple product, this code works as intended, sorting the 3rd column of my table when it is loading. Example: https://pricehero.com.my/product/test/
later I decided to group similar products together and put them as variable products instead. Since I wanted different table to load at the short description when a different variable product is selected by my visitor, instead of inserting the [gdoc] shortcode at the short description of the product, I inserted the code at the “description” field for each variation. Refer to this screenshot: https://imgur.com/a/GvRx4
After the change, it worked as intended, displaying the correct table when visitor has chosen a different option. But the table no longer sort when loading as the previous simple product case.
You can refer to this example: https://pricehero.com.my/product/similac-gain-kid-step-4/
I’ve double checked, the DataTables defaults object remains unchanged. the [gdoc] shortcode I’ve used for both case is the same: [gdoc key=”1USfj7j6GE_rMXnUyddi_RvQCQUe8nYtozzTE8V00X0Q” gid=”1012573332″ ]
I hope my explanation is clear enough so that you can shed some light to me on how to solve this.
Thank you
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Pre-Sort Data@meitar, thank you so much, it’s now working. appreciate your time on helping me out in this
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Pre-Sort Data@winterstreet it’s under Settings -> Inline Google Spreadsheet Viewer
in the “DataTables defaults object” text field.
it works fine with
{ "searching": false, "paging": false, "order": [[ 2, 'asc' ]] }
but not
{ "searching": false, "paging": false, "order": [[ 2, 'asc' ]] }
so I’m wondering where I can place the “order” code at
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Pre-Sort DataI was also searching for this option and upon reading Meitar’s reply I tried this:
{ "searching": false, "paging": false, "order": [[ 2, 'asc' ]] }
as my DataTables defaults object. But the object won’t work once I add the “order” option. Did I do it wrongly?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] 403 Forbidden Error while savingyou can refer to this post: https://kevinwoon.me/mount-kinabalu-sabah-malaysia/
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] 403 Forbidden Error while savingDid more testing and it seems it’s related to the height of the ads. for a relatively “short” ad it would display nicely between paragraph. But for a relatively taller ad, it would overlay on the next paragraph
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] 403 Forbidden Error while savingI’ll pull back my statement regarding ads working fine between paragraph. They’re still overlaying on my content.
Custom CSS that I’ve used is –
margin: 8px 0; clear: both;Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] 403 Forbidden Error while savingHi Igor,
contacted my hosting and they’ve turned off the mod_security (web application firewall) settings. The plugin is working fine now. However, I will need to talk to them to know if turning off the setting would be a good idea.
I now see another problem with ads placing. I have created a block for google adsense and set it to auto insert after certain paragraph. In the beginning the ad would overlay on my content. Upon browsing through the forum, I found the solution of using custom CSS to overcome the issue.
However, the ad would still overlay on my content if the paragraph is followed by a list – the ad will overlay on the list