eric.hoegee
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Links] A-Z indexOk, i tried this now and works. (http://www.mimallz.com/a-z/a)
I just realized i made a terrible thinking error, we have the sidebar with my categories and that needs to stay. The a-z menu i just made only works over ALL the links. What i need is when i click the left-sidebar:
Women -> Fashion -> Shoes
That i can use the a-z menu to filter that results.
Is this at all possible?
Forum: Plugins
In reply to: [Simple Links] A-Z indexI thought to do it like this but realize it is a n00b approach:
– I create category A to Z.
– Give every link it’s corresponding “letter” category.
– I create a page for every letter.
– Paste a shortcode for that category on each page.Must be a better way to accomplish this, right? 🙂
Forum: Plugins
In reply to: [Polylang] Polylang on ColdFusion themeOk, in my theme settings i found a setting “History API Enable”. I disabled this setting and it seems to work now.
Forum: Plugins
In reply to: [Polylang] Polylang on ColdFusion themeYou are right. It does work on right click. So that means the menu doesn’t reload i guess.
Is there a way to make the links open in a new window? Like adding target=”_blank” somwhere?
Forum: Plugins
In reply to: [Polylang] Polylang on ColdFusion themeI am having the exact same problem, same theme. I would really like to use the plugin. Could you help me out?
Site is here:
http://www.beat-it-curacao.com/lbI could send you admin credentials if you want.
Hope you can help me or do you want me to make a new topic?
Forum: Plugins
In reply to: [Login Logout Menu] Compatibility with Better WP SecurityHarishshk, could you please update us on a solution? There are more people out here, like me, who are struggling with this problem. Thanks in advance
Forum: Plugins
In reply to: [NIC Discount Coupon Management] Shortcode in Coupon DescriptionOk, i looked at the post but don’t find a lot of similarities. I think the problem lies in the colorbox or in the function. I have a feeling it is just like with shortcodes in a widget, what doesn’t work out of the box.
Please check this link:
http://digwp.com/2010/03/shortcodes-in-widgets/Maybe it just needs a function like this in my functions.php;
add_filter('widget_text', 'do_shortcode');I really hope you could check that out for me
Forum: Plugins
In reply to: [Simple Links] Shortcode within linkHi Mat,
I can imagine, no problem. Thanks for all your help anyway!
Thanks 🙂
Forum: Plugins
In reply to: [Simple Links] Shortcode within linkHi Mat,
Thanks for your tips yet again 🙂 Now the iframe opens up, not really like i would want it though. 😉
I don’t think you understand what I am trying to accomplish here. The idea is that I can have lists of links under each other. I am making a selection of web shops (300+) which i put on different pages with categories. So, I make a link, I put it in Category Department stores. I want it to be displayed just on the pages i selected the category for (could be multiple). So far it works.
On these pages I want only links, no iframes.
When links are being clicked I want another page to be opened, within that page the iframe must be opened.
Hope i made myself clear this time and really hope you are capable and willing to help me out yet again. 🙂
Thanks and have a good one,
Eric
Forum: Plugins
In reply to: [Simple Links] Shortcode within linkHi Mat,
The URL right now leads me to the where i am now. So on my http://www.mimallz.com/stores/ pages it leads me to http://www.mimallz.com/stores/. If i click the link in http://www.mimallz.com/stores/department-stores-2/ it leads me http://www.mimallz.com/stores/department-stores-2/
Maybe that helps 🙂
Thanks in advance
Forum: Plugins
In reply to: [Simple Links] Shortcode within linkHi Mat,
Thanks for your advice and code. I placed it in my theme’s functions.php I placed the shortcode in my description field. I guess I need to leave the Web Address field empty right? Anyway, i can’t get it to work. Could you maybe take a look and point me the way? I would be forever grateful! 🙂
On http://www.mimallz.com/stores/department-stores-2/ you will find a link to sears.com that is supposed to run the shortcode.
Hope to hear from you, if you got any questions don’t hesitate…
Forum: Fixing WordPress
In reply to: www redirectDamn, that was easy…. Thanks a bunch! 🙂
Forum: Fixing WordPress
In reply to: Multiple sites one server vs. permalinksUpdate: I moved the root wordpress installation to a folder.
The structure now is:
/root no wordpress installation just index.php and .htaccess
/root/1 wordpress installation(original from root)
/root/2 wordpress installationStill the same problem, when i go to /root/2/contact i end up at root/1/contact. Whether I type it directly or use the menu bar.
Any ideas please?