oneruffryder
Forum Replies Created
-
Forum: Plugins
In reply to: How to call custom single post?If anyone is looking for this just add new file and name it single-yourcustompostname.php
Forum: Hacks
In reply to: Image uploader inside custom post widgetOk, I managed to get it working, but now the issue is, it doesnt save it. So what now?
Forum: Hacks
In reply to: Image uploader inside custom post widgetHi Bruler, what problem do you have?
Forum: Hacks
In reply to: Image uploader inside custom post widgetHi Cristine,
So you want to add an image in the widget or in a post?
I want to add image in my situation small logos inside custom post, and those images (logos) will be shown on the frontend of widget.
Now i have a normal widget (i registered custom posts inside function.php and i added score.php widget) and a plugin (mix of previously explained two). With both way i cant figure it out which uploder doesnt pop up.
So let me explain, i registered custom posts called score. Inside those custom posts i have fields to enter stuff like team name, team 1 score, team 2 score. There i want to add team logos (images) as well and that’s why i am seeking for – image upload option.
So inside custom score post i would call twice logos for both teams. And i tried many codes, button shows up, but it doesnt offer image uploder. Like it doesnt work.
This is my code of the plugin
And again the code with which i am trying to solve this
I think i tried every solution i could found, but no luck.
Just starting to learn wordpress.
Kind regards, any help really appreciated
Forum: Hacks
In reply to: Image uploader inside custom post widgetThis is a pastebin url with the code i am trying to use
Same here
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Multiple authorsYea it does, but there isnt option only for single post. There is option only for the page. Does page here means single post also ?
Because on this way i am not sure what would be shown on the homepage..
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Default HtmlOk , i figure it out. I was confused. In case that anyone is looking on how to add icon
Default example of one fontawesome icons usage are
<i class=”fa fa-comments-o”></i> or class=”fa fa-comments-o”
from here we just rip out this part comments-o
and add inside icon so like this [tabby title=”My Tab” icon=”here to insert”]
Like this [tabby title=”TAB3″ icon=”comments-o”]
Regards,
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Default HtmlHi, thanks for quick reply.I am using fontawesome, unlucky 😀
So what is a proper approach with this ?
1. [tabby title=”My Tab” icon=”any name here and then target in css”]
2.[tabby title=”My Tab” icon=”<i class=”fa fa-comments-o”></i>”]
3. [tabby title=”My Tab” icon=”fa-comments-o”]
4. some other ?
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Default HtmlYea i gave up on this, i’v made a simple html for sidebar and i am using yours like a built in for my theme.
Another question : inside php i see this
if ( $icon ) {
$addtabicon = ‘<span class=”fa fa-‘ . $icon . ‘”></span>’;
}So inside post how we can add icon for the tab title ?
[tabby title=”<span class=”fa-thumbs-o-up”></span> First Tab”] wont work ?
[‘<span class=”fa fa-comments-o”></span>’ tabby title=” Second Tab” ] shows icon but breaks tab..etc..
I tried targeting css as well.
Forum: Hacks
In reply to: Custom tab shortcodeWell as i said, i tried many solutions, and simple one i could manage, but for some reason i got lost in this. I just started to learn php.
This is what i’v done but it breaks page http://pastebin.com/zWEmXTnr
Anyway i read lot of tuts and i know where to find it, but neither is close to my situtation.
Perhaps someone will have time to take a look and fix my error which i’v made
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Default HtmlForgot to add, i want to run loops on sidebar with it (like recent posts, comments..etc..) , and i placed a shortcode in function.php
Forum: Plugins
In reply to: [Default Featured Image] Featured image inside post issueHey, What i want is this : If no thumbs are generated show default image like a thumb, but dont insert that thumb inside post.
Forum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeThanks for explaining. I Will see with them if there is any way to fix this.
Kind regardsForum: Plugins
In reply to: [Squelch Tabs and Accordions Shortcodes] Tabs issue with iframeHey, I’m sorry i dont understand where is conflict in javascript. In video, inside my theme or ? I unchecked minify jave in cloudflare and w3 total cache, but still the same , so dont understand where should i look for the problem ?