apollo789
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: svg in postsi made this:
<img class="alignnone wp-image-186" src="../svg-icons-1.svg" alt="" width="283" height="226" /> <?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="facebook-wrap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1280 1024" style="enable-background:new 0 0 1280 1024;" xml:space="preserve"> <style type="text/css"> .st0{fill:#969696;} .st1{fill:#F0F0F0;} </style> <g> <path class="st0" d="M120.1-119.4h1143.4V1024H120.1V-119.4z"/> <path class="st1" d="M750.9,1024c-2.9-443.5,0-452.2,0-452.2h-97.9V407.7h97.9c-1.4-4.6-1.7-162.1,0-167 C786,139.6,873.3,98.1,889.1,90.9c73.4-11.5,143.7-12.1,210.2,0v167L998.5,255c-32.3,9.5-49,26.2-50.4,50.4l-1.4,96.5l152.6-2.9 V569H949.6v455H750.9"/> </g> </svg>but i want:
<?xml version=”1.0″ encoding=”utf-8″?> <!– Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) –> <svg version=”1.1″ id=”facebook-wrap” xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink” x=”0px” y=”0px” viewBox=”0 0 1280 1024″ style=”enable-background:new 0 0 1280 1024;” xml:space=”preserve”> <style type=”text/css”> .st0{fill:#969696;} .st1{fill:#F0F0F0;} </style> <g> <path class=”st0″ d=”M120.1-119.4h1143.4V1024H120.1V-119.4z”/> <path class=”st1″ d=”M750.9,1024c-2.9-443.5,0-452.2,0-452.2h-97.9V407.7h97.9c-1.4-4.6-1.7-162.1,0-167 C786,139.6,873.3,98.1,889.1,90.9c73.4-11.5,143.7-12.1,210.2,0v167L998.5,255c-32.3,9.5-49,26.2-50.4,50.4l-1.4,96.5l152.6-2.9 V569H949.6v455H750.9″/> </g> </svg> <?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="facebook-wrap" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1280 1024" style="enable-background:new 0 0 1280 1024;" xml:space="preserve"> <style type="text/css"> .st0{fill:#969696;} .st1{fill:#F0F0F0;} </style> <g> <path class="st0" d="M120.1-119.4h1143.4V1024H120.1V-119.4z"/> <path class="st1" d="M750.9,1024c-2.9-443.5,0-452.2,0-452.2h-97.9V407.7h97.9c-1.4-4.6-1.7-162.1,0-167 C786,139.6,873.3,98.1,889.1,90.9c73.4-11.5,143.7-12.1,210.2,0v167L998.5,255c-32.3,9.5-49,26.2-50.4,50.4l-1.4,96.5l152.6-2.9 V569H949.6v455H750.9"/> </g> </svg>showing svg picture + code + secure/safe
Forum: Fixing WordPress
In reply to: How to comment text code transfer free without any changesim looking something https://wordpress.org/plugins/basic-comment-quicktags/ or like this comment form with b, i, link, b-quote, del, ul, ol, li, code, close_tags
Forum: Developing with WordPress
In reply to: text value to phpthanks a lot
Forum: Developing with WordPress
In reply to: text value to phpalmost working. How to put $meta to <options> now? How to put $meta in to page-template without using get_post_meta($post->ID, ‘apo_runes’, true);?
CodeForum: Developing with WordPress
In reply to: text value to phpI was looking, but i couldnt find. I have 4options in metabox that I wanted. But i cant save, getting error. I want fix this and add that saved options go to page-templates! Could u help with this?
Code Metabox- This reply was modified 9 years, 2 months ago by apollo789.
Forum: Developing with WordPress
In reply to: text value to phpI want transfer value from created meta box, selected element go loop as a $tags
Link CodeForum: Plugins
In reply to: [Rating-Widget: Star Review System] loaded post dont have ratingthanks, it is working,
P.S. <?php wp_footer(); ?> code put before this not working
after fine, sorry stupid question….Forum: Plugins
In reply to: [Rating-Widget: Star Review System] loaded post dont have ratingbut script not working for rating
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] loaded post dont have ratingIT is THE SAME GUIde
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] loaded post dont have ratingThat isn’t working for me. I’m using .load jquery, more simple for me. i dont understand ajax
- This reply was modified 9 years, 3 months ago by apollo789.
Forum: Fixing WordPress
In reply to: custom comment change p.form-submit linkthanks
Forum: Fixing WordPress
In reply to: How to get element from loop?!thanks, working. Can u check it? Did i correctly modify?! And more way to do that? I want increase knowledge.
CodeForum: Fixing WordPress
In reply to: How to get element from loop?!Can i get simple example doing that?
- This reply was modified 9 years, 4 months ago by apollo789.
Forum: Fixing WordPress
In reply to: How to get element from loop?!But first i need all element ;(
Forum: Fixing WordPress
In reply to: How to get element from loop?!