This plugin and block is just brilliant. Thx. In your faq you state:
Why is my icon not changing color?
The Icon Block includes controls for the icon’s color and background. However, if your SVG icon has hard-coded color/fill values, the plugin will respect those instead of any applied custom colors.
I am kind of new to playing with svg on WP, since it is so restrictive. However, a year back, I designed some icons, that are missing everywhere such as payment methods etc. I did fix the upload, so I have the icons in media library. I have also managed to add the icon to my site. But color is not changing in your block.
I get the faq comment, so excuse me for asking. I reallise it is outside the scope of the block, but how do I not hard code color? I will be making mine in PS, so if you know the answer, it sure is a great help to get this workflow smooth… finally!
Thx
]]>Let me explain you my expectations. I got 100s of videos about mathematical exercises. An exercise can have a question A, a question B, a question C and sometimes a question D. Now I want a post for every exercise and in each post I want to put in 5 Tabs (4 for the Questions A, B, C,D and one for the embeded pdf if possible). As I got 100s of exercises, there will be a lot of posts and I want to dublicate the tab I got and simple change the vimeo embed code. Can I do this without clicking through each tab? I mean is there a possibility to hardcode this, so I simply need to change the URLs in a textfile? I hope you understand what I am asking for. I simply want to generate a code for each exercise and copy paste it in each post instead of creating a new tab for each exercise. Is this possible?
Thanx
]]>any help from any one .
Regards
Gaurav
i have blog which have newsfeed on my home page.
I want to insert some tag to give native ads between one post to another post.
How i can do that with hardcode ? which one file which i should edit ?
]]>Search the plugin directory for “wp-content” to find all instances. This post provides the breadcrumbs necessary for others to fix while we await the next update.
In most cases, I swapped plugins_url() for clarity and brevity. Take Post.php for example, line 295.
Current:
$("#libsyn-player-settings-page-dialog").load("<?php _e(get_site_url()); ?>/wp-content/plugins/<?php _e(LIBSYN_DIR); ?>/admin/views/box_playersettings.php", function() {
Mine:
$("#libsyn-player-settings-page-dialog").load("<?php _e(plugins_url( LIBSYN_DIR . '/admin/views/box_playersettings.php')); ?>", function() {
I’m open to better code, but this is working at the moment. Cheers!
https://www.ads-software.com/plugins/libsyn-podcasting/
]]>I love this theme! It’s simple, clean, and beautiful. However, Is it possible to make edits to the theme via hard code?
1. Rather than adding side bar widgets I would much rather add items via side bar.php file. I add the code, but nothing shows up.
2. I also, wish to add a top navigation menu. The code is correct and has been tested, but doesn’t appear properly when add to this theme.
3. I also wish to add a floating footer bar… it only takes three sets of code. 2 in the footer.php and one in the style.css. I add this code also, but nothing appears. :/
Whatever you can do to assist me would be greatly appreciated. My website is
]]><?php the_widget( ‘WP_Widget_Recent_Posts’ ); ?>
to only display a certain category?
]]>I am creating my portfolio website, so I have a lot of posts to be included. Once I choose (plugin or hardcode) is there a way to transfer my posts to a different post type later? Or would I have to enter in all of the info again?
]]>I’m (obviously) not amazing with PHP and basically I want to display the word OPEN if the shop is open, and CLOSED if it is closed based on the opening hours I’ve put in. Preferably in <span>
classes so I can style them with CSS. This is currently hardcoded within my template file but if there is a way to do it via shortcode, then please tell me!
I’ve tried using your is_open() tag but I’m unsure how to actually get this working. At the minute I’ve been doing <?php is_open() ?>
and it’s not showing anything. I’ve tried within an if/else statement and it throws me a load of crap.
Could you please provide the PHP/Shortcode to get this working?
Thanks
https://www.ads-software.com/plugins/wp-opening-hours/
]]>