dorianj
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate WooCommerce Brands] shortcodes not workingI entered the shortcode exactly as you wrote it…
[shortcode_mg_brands_list show_abc=”1″ show_abc_title=”1″ show_images=”2″ hide_empty=”0″ show_count=”1″ show_description=”1″]
… and I also copied it from your demo site and removed the spaces at each end. Everything I have tried does not work. When I load the page in a web browser, all it displays is…
[shortcode_mg_brands_list show_abc=”1″ show_abc_title=”1″ show_images=”2″ hide_empty=”0″ show_count=”1″ show_description=”1″]
Forum: Plugins
In reply to: [Ultimate WooCommerce Brands] shortcodes not workingThis is my shortcode. It does not work. I disabled every plugin except ultimate woocommerce brands and it still doesn’t work.
[shortcode_mg_brands_list show_abc=”1″ show_abc_title=”1″ show_images=”2″ hide_empty=”0″ show_count=”1″ show_description=”1″]
Forum: Plugins
In reply to: [Image Slider Widget] Image Link in Shortcode?The FAQ says…
Can we add links to images?
Yes. You can add a different link for each image in each slider, as you like.But I can’t find any documentation that explains how to do this. 🙁
I found it…
Wordfence > Performance Setup > Cache Management > Clear the Cache
I came here in search of the same thing. If anyone has a solution, please share it.
Forum: Plugins
In reply to: [Bulk Category] Nested CategoriesI came here to ask the same question. I guess the developer’s silence means this plugin is no longer supported or in development. 🙁
Forum: Themes and Templates
In reply to: Overriding parent theme sub-files with a child theme. HOW?Perhaps this is the reason it’s not working for me…
“And yes, we’re only looking one level down.”
My parent theme includes a file at…
parent-theme/includes/javascript/counter.jsI modified this file and placed it in my child theme here.
child-theme/includes/javascript/counter.jsIf I understand the article correctly, this counter.js file is two levels down which means it’s not being loaded. Is that a correct assumption?
Forum: Themes and Templates
In reply to: Overriding parent theme sub-files with a child theme. HOW?I have tried this and it doesn’t work. I have also tried the following format and it does not work either…
twentytwelve-child/page-templates/front-page.php
Forum: Fixing WordPress
In reply to: How do you report errors in the WP codex?I despise timthumb, but my theme uses it and I don’t know how to get rid of it. 🙁
Forum: Plugins
In reply to: [WP Web Scraper] Can't outupu accentsThis works!
[wpws url="http://br.forums.wordpress.org/profile/dianakc" selector="#user-replies ol:eq(0)"]Forum: Plugins
In reply to: [WP Web Scraper] Can't outupu accentsYou can use the xpath to access html. I do it all the time, except I use it in the template, not shortcode. Perhaps the shortcode example I provided is getting confused because of the “quotes”. Maybe something like this might work…
[wpws url="http://br.forums.wordpress.org/profile/dianakc" xpath="//*[@id=\"user-replies\"]" urldecode="1"]or…
[wpws url="http://br.forums.wordpress.org/profile/dianakc" xpath="//*[@id=\"pagebody\"]/div[4]/div[3]" urldecode="1"]If that doesn’t work, then try changing the word “xpath” to “selector”. I wish the developer of this plugin could provide some more examples of usage.
Forum: Plugins
In reply to: [WP Web Scraper] Can't outupu accentsTry using the xpath instead and see if that works. Unfortunately, there’s no documentation that explains how to use xpath in the shortcode. My guess would be this…
[wpws url="http://br.forums.wordpress.org/profile/dianakc" xpath="//*[@id="user-replies"]" urldecode="1"]Forum: Plugins
In reply to: [WP Web Scraper] Example pleaseThe link you’ve provided has neither bid nor ask prices on it.
Because that’s NOT an answer, nor a solution.
Perhaps YOU should learn to read.