birdrockdesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Social Icons] PHP to put in a template, or..?Yup, that worked!
Forum: Plugins
In reply to: [Simple Social Icons] PHP to put in a template, or..?I just thought of something. Maybe I can register a new widget area, and style/code the container – then add this plugin to that widget area – which will also be in the sidebar.
I will let you know if this works.
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel not showing, it used to workThank you so much. My eyes were getting tired.
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel not showing, it used to workThe CSS file is fine (using custom.css), but it seems that it’s not displaying images even thought in the source code, it shows the images are loaded.
Please help.
Forum: Plugins
In reply to: [WP Posts Carousel] Carousel not showing, it used to workI tried that. Did not work.
So strange how it would not work all of a sudden. Any other ideas? Script conflicts? Were you able to see the site>?
Forum: Plugins
In reply to: [WP Posts Carousel] PHP Error, Carousel not showingFor some reason if you are using WR Page Builder for your client, using the ‘add widget’ feature messes with the file hierarchy.
Forum: Plugins
In reply to: [WP Posts Carousel] Remove text and image underlineHope this helps someone, but I figured out the CSS to remove the underline.
.wp-posts-carousel-container a, .wp-posts-carousel a img { text-decoration:none !important; border-bottom:none !important; }
This is what I did:
When you’re editing on of your post grids, in the tab titled ‘Post Source’, check the box next to ‘Taxonomy’. Below it you will then see an option to check the ‘Category box’, then enter the name of the category, not the ID. If you check the ‘Order’ box, then you can select the order by ID, Title, Author, etc.
Forum: Fixing WordPress
In reply to: New Posts Not Showing, I'm at a LossI had the same issue, and reset the plugins folder – the problem was that W3 Total Cache was in a separate folder. Even though it was deactivated, with the update to WP 3.9.1 it must have done something wrong.
I deleted W3 Total Cache and all is good. What a crock.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Does this plugin employ 'iframes'?Simply brilliant! Just some CSS tweaks and this works perfectly. Thank you for this plugin premium version.
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Does this plugin employ 'iframes'?Just received my premium plugin. Thanks, I will install and see if the issue is fixed!
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Does this plugin employ 'iframes'?Where do I put the PHP code to fix this?
For example, I created a page template, where do I put the PHP code for the plugin? The shortcode breaks my page.
<?php echo TCHPCSCarousel(); ?>
and where does this go?
<?php wp_reset_query(); ?>
I purchased the premium but still have not received any email notification about it.`
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Does this plugin employ 'iframes'?I tried the plugin with default theme like Twenty Fourteen and Twenty Thirteen. It breaks the page and the footer disappears.
Forum: Fixing WordPress
In reply to: Menu flyouts not working in wp-admin for 3.8I use the W3 Total Cache plugin. There is a section in the plugin where you can choose minify the CSS/Javascript or HTML for faster page loading. I went to the minify section for Javascript and turned off minify. Now the admin flyout menus and the ‘screen options’ dropdown work fine.
Forum: Fixing WordPress
In reply to: Menu flyouts not working in wp-admin for 3.8Ah, found it! I had to de-minify the javascript in the W3 Total Cache and re-minify it. Admin works fine now.