scriptgeni
Forum Replies Created
-
Forum: Plugins
In reply to: [URL Params] Pass URL Parameter to scriptSame problem here instead for iframe tag. It doesn’t render the code in html tags.
- This reply was modified 1 year, 3 months ago by scriptgeni.
Forum: Plugins
In reply to: [Redirection] redirecting root domain but different redirects for sub pagesHi,
I have the same question. I want to redirect the homepage to new domain, And also the subpages to other urls.
How can I do this?
If I redirect the homepage, it does a catch all for other subpages. I don’t want that.Help would be nice ??
Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] reCaptcha Not WorkingHi, I cannot find this option MailChimp for WP > Form > Settings
I’ve looked everywhere, but the option is not available.Forum: Plugins
In reply to: [Better Search Replace] Line BreakSame question, I want to replace
<hr /> <hr /> <hr /> with <hr />
Forum: Plugins
In reply to: [Flexible Map] Language DirectionsGreat! thank you for the code.
Forum: Plugins
In reply to: [Flexible Map] Travel modesOke thanks for the info
Forum: Plugins
In reply to: [Flexible Map] Already using Google Maps APIThanks for the tip!
Forum: Plugins
In reply to: [Flexible Map] Already using Google Maps APIYou can ignore this message. it seems to be working. I had no address set.
Forum: Plugins
In reply to: [Page-list] Shortcode not runnedThanks, done.
Forum: Plugins
In reply to: [Page-list] Shortcode not runnedHi webvitaly, do you have an email where I can send the url?
I’d rather not share the url here :)) google finds everything.For example this is the page with the shortcode, it’s just a text grabbed from Wikipedia. If I load that url the text from wikipedia is grabbed fine, but for some reason it is not executed before pagelist creates the list.
[wpws url=”https://en.wikipedia.org/wiki/Aleix_Espargaro” selector=”p:nth-of-type(1)” user_agent=”GoogleBot” debug=”0″ on_error=”error_hide” cache=”” timeout=”1″ output=”html” urldecode=”1″ remove_query=”a”]
Forum: Plugins
In reply to: [Download External Images In Posts] Does not download imagesOk it seems to work, because my page was already published. I set it to draft and back to publish and then it works. thanks!
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Can we also use milliseconds?Hi I mean when adding this code to my page in only shows seconds countdown
I want to have extra digits for milliseconds countdown
2017 31/12 23:55 123 (milliseconds)
Forum: Plugins
In reply to: [WP DataTable] Sorting images not found in 0.2.3I’ve changed the paths in the css files and it works now.
{background-image:url(“../images/sort_both.png”)}table.dataTable thead .sorting_asc{background-image:url(“../images/sort_asc.png”)}table.dataTable thead .sorting_desc{background-image:url(“../images/sort_desc.png”)}table.dataTable thead .sorting_asc_disabled{background-image:url(“../images/sort_asc_disabled.png”)}table.dataTable thead .sorting_desc_disabled{background-image:url(“../images/sort_desc_disabled.png”)}
Forum: Plugins
In reply to: [WP Monero Miner] CSS class on template syntaxThanks, I already figured that out :))
Forum: Plugins
In reply to: [WP Monero Miner] CPU Throttle in Protected Area templateThis seems to be working?
<div class="status status-speed"> {{#translate}}Mining with %s Hashes/s || <span class="info-speed">0</span>{{/translate}} </div>