toes21
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Article Post Under ProductI was being a herp-derp and figured it out. If anyone else has the problem (which they should not), it was because I was using the “woocommerce_content()” in the woocommerce.php file but I left my themes page get content and page hooks. so make sure to get rid of those
Forum: Plugins
In reply to: [WooCommerce] Article Post Under ProductI looked at all of the code in woocommerce-funtions.php, and I see a lot of calls for “posts”. Is my theme pulling this “special post type” and using it as a regular post too? Would using a page and post template work to fix this?
Any ideas or suggestions would be much appreciated!
Forum: Plugins
In reply to: [WooCommerce] Article Post Under ProductI added other items and it seems that on the main page for the shop it shows this information too. It shows the name and description of the newest item like a post under all of the products.
Forum: Plugins
In reply to: [Sponsors Carousel] [Plugin: Sponsors Carousel] Sponsor linkswell, I hope my stupidity will not go in vain.
The reason it was pulling my web address prior was because I didn’t have
before the link in the pictures caption.
Forum: Plugins
In reply to: [Sponsors Carousel] [Plugin: Sponsors Carousel] Sponsor linkshey guys,
My links are working, just not as intended. It is putting the current page before the sponsor link.example, lets say my page I was on is
https://www.example.com/sweet
it takes the sponsor link and puts it behind the current page making it
https://www.example.com/sweet/www.sponsorpage.comanyone have any ideas? I’m guessing it has to do with the main php file around line 112ish, but I cant get it! HELP! ??
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom field titlesLOL! yup… I am pretty good at over thinking things ??
Forum: Plugins
In reply to: [Event Page Plugin] Display featured imageOr show the image that is in the post in the “excerpt” mark-up.
Forum: Plugins
In reply to: [Event Page Plugin] Display event infoWell that was easy… The answer was in the FAQ’s. Sorry about my lack of attention.
Anyone come up with anything in the modding of catchbox_sliders() fuction??
Im trying to set it up with a custom post from the “Events Manager” plugin.
If you guys have ideas, throw them out there!
Let me know what you come up with.
I noticed that myself, and I didn’t know if it was just me thinking of that. Like you say it isn’t a big thing, so it wasn’t very pressing for me.
Genius!
cant believe I didn’t try changing it to span.
Great work!Hey Adam! Great widget!
One thing I though of to add was a “target=’blank'” tag to open twitter in a new window, because I would think that people should keep my site open ?? haha.
-
LINE 37:
echo '<a href="https://www.twitter.com/'.$twittername.'" target="blank" ><h2 id="twitname">'.$twittername.'</h2></a>';
One thing I am trying to accomplish though is changing the header to say something like “Follow $twittername On Twitter” but I can’t get it to display inside the h2 tags without breaking it.
Any ideas?