arioman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: extrenal video player or default insert embede media in tinymcethanks , seems default WordPress video player nice for me .
Forum: Fixing WordPress
In reply to: extrenal video player or default insert embede media in tinymcethank you so much both Dear James and Evan
——————————————
only one question : it seems WordPress have all options for add video , so why the video player plugins are still produced and created ??
did they have any advantage at all ??
Forum: Fixing WordPress
In reply to: extrenal video player or default insert embede media in tinymcethanks so much , seem really cool
but i cant understand the way to define some option like preloaded , poster , width and height ?
can you explain me on shortcode ?
[video mp4="source.mp4" ogv="source.ogv" mov="source.mov"]
Forum: Fixing WordPress
In reply to: what Format is really need for Video Players?thanks so much for give me these useful info
just another Question :
do you have any idea what codec is better ( in quality and size ) between Ogv and WebM ??
when i convert my video to these formats it take 3x more space on my host and i have only 1 GB host at all !
——————————-
what about Flv formats ? is this support all browsers that have flash player ??cause seems stream player plugin recommended to use flv for main video link source and set other formats for another devices
Forum: Plugins
In reply to: [Parsi Date] ????? ??? ?? ??? ??????mamnoon
Forum: Themes and Templates
In reply to: image and shortcode not show in shortpost categorywell this tip help me :
If you want to show the full posts instead of just the excerpt, find the file responsible to render the category loop (probably: category.php), and in that file where it says the_excerpt();replace that with the_content();
but still not success to show video shortcode in shortposts
i try to put : add_filter(‘the_excerpt’, ‘do_shortcode’);
in my function.php but no change
Forum: Themes and Templates
In reply to: how remove googleapis sans font from wordpressohhh i forget to say this , i search in internet and found these code and put in function but problem still exist
function remove_inline_style() { remove_action('wp_head', 'framemarket_header_style'); remove_action('wp_head', 'framemarket_admin_header_style'); remove_action('wp_head', 'gridmarket_fonts'); } add_action('init', 'remove_inline_style');
Forum: Plugins
In reply to: [Logo Slider] How to add padding between logos?well i dont know why this topic mark as Resolve when i don`t see any useful code to solve it ?!
anyway :
you must add this css :
.logo-img {
}
or add this :
#logo-slider-wraper img {
}
simply add a margin you want .
hi thanks for reply
sorry i don’t get it , magnifier icon is enabled by this plugin ? or you say this for my css ??
cause i check https://wpdemo.web-dorado.com/gallery/
and there is not any magnifier
am i must use z-index for solve this ??
+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+
another important Question is about Pro version :is Pro version only work for 1 domain ?? i ask this cause i design and run most of sites in local and test it
sometimes i buy a plugin that must license only with one Domain , and they store my domain in their Host so if their host going down or i go to local plugin not work any more !!
Forum: Themes and Templates
In reply to: how inspect and tracing internal embed css & Html in php filesAppearance > Editor section
Is very nice but it`s more like other Text editors or Web Designer Tools .
I seeking for a third party tools or extension in Firefox or chrome that can trace codes source ( show the codes where came from )
cause View source and other Firebug only show the generated source and only specify the External Css Link
So you know what code must change and you can change it , but you don’t know which file must open and edit and force to open and check and search all php files one by one to find it !!
Forum: Themes and Templates
In reply to: how inspect and tracing internal embed css & Html in php filesthanks Dear Andrew
well Child Theme seems very interesting but i never test or use it till now , i should spend a time for learn it
——————————————
what u mean about decent text editor ?can you give a example editor or sample to made it more clear for me ?
cause third party tools install on Firefox or Chrome and from them i can inspect and view source or edit codes directly ( of course cant save but good for test and design)
the only problem is tracing some codes that put inside some php files and the source file cant reconize by this tools !!
damn !! video_id change every time i refresh the page !!
i use to define a CSS ID when put a video and then put this css in main template , i don’t know why but putting in video-js.css not work !!
well i try to edit Css and find how can i solve this problem :
seems when i Disable >> position: relative; in >> .video-js
my problem solve but the weird thing is i try to remove position: relative in both of these files :
video-js.css and video-js.min.css
but after do this i have position: relative; still in my generated css !! seems it generates dynamically or get this properties from some where else
here screenshot of disable position: relative; with firebug in Firefox :
1
2=================================================================
for now i get my video ID and put this css and it work but not nice cause i must do this for every video separately#example_video_id_15626 {
position: static;
}
Forum: Themes and Templates
In reply to: how backup Theme setting and widgetsthanks for reply
yes i have
it`s strange cause all image , links and … work well and have correct address , The problem is on widget and Some setting of panel , specially on themeforest themes
Forum: Themes and Templates
In reply to: where is theme info in WordPress 3.8well it seems i found this by myself
Just found style.css and open and edit it !!