yvs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP LinkedIn] Profile displays but not recommendationsThanks for the info!
Forum: Plugins
In reply to: [Google AdSense] Blank Ads Not DisplayingThanks galeksic!
How come you can see where the ads are positioned when you do CTRL+A and I don’t?
Why are they transparent boxes and not showing up? The settings for the colors of the ad should match the site.
Forum: Plugins
In reply to: [Google AdSense] Blank Ads Not DisplayingNo, I don’t see any blank ads when I do that. Does that mean I didn’t set the ad correctly?
From the plugin, I have two ads defined on the home page and select the Ad type and Ad format on each of them. Hit Save & activate.
I click on Preview and don’t see any blank ads or ad positions.
We’re at 3.5.1.
Yes, it does say Authenticated.
What version of wordpress should we be at? Does this matter? I see we have an older version.
Here are the ones I put wanted: B001R2POHE, B0002CZUV0, B00FXKIG5I.
I verified that the Category option is set to ALL and not items in the whitelist and blacklist.
Thanks for all your help!
It says the same on the post – No products found.
Here’s the link to the post – http://morethanguitar.com/amazon_auto_links/favorites/.
I also have it in the widget right below the social media icons and you’ll see the same.
The other images below are ones I entered manually so don’t look at those.
I turned off Duplicates and still get the same thing – No products found.
Is this the correct process if I just want to display specific products?
Add Unit by Search
Search type is Item Lookup
Add ASIN#s
Change image size to 250
Everything else I left defaultThe widget is working. I did select the unit.
It’s the data that it’s trying to display is not showing up.
I specified 3 different products with the ASIN# so not sure why it’s saying “No products found”.
Forum: Themes and Templates
In reply to: [Customizr] Change Order of Options on Home PageI figured out what I did wrong.
When I created the child theme, I didn’t specify the correct template in the style.css file.
Everything is working now.
Thanks for all your help!
Forum: Themes and Templates
In reply to: [Customizr] Change Order of Options on Home PageI do have the
<?phpand the
?>is not at the end of the file.Any other suggestions? Wondering if there is something wrong with my code.
Forum: Themes and Templates
In reply to: [Customizr] Change Order of Options on Home PageSorry, the add_action part is after the function section.
Forum: Themes and Templates
In reply to: [Customizr] Change Order of Options on Home PageThanks rdellconsulting!
I created a child theme with a functions.php in it and still having problems.
Here’s the code I put in there:
add_action ('wp_head' , 'move_my_fp'); function move_my_fp() { //we unhook the featured pages remove_action ( '__before_main_container', array( TC_featured_pages::$instance , 'tc_fp_block_display'), 10 ); //we re-hook the block. Check out the priority here : set to 0 to be the first in the list of different actions hooked to this hook add_action ( '__after_main_container', array( TC_featured_pages::$instance , 'tc_fp_block_display'), 0 ); }When I do a Live Preview on the child theme, I get a blank white screen. Is my code correct?
Thanks!
We are using the 1 Pixel Out audio player in the plugin. Should be using another audio player to support the mobile devices? Which one do you recommend we use?
Also updated to 1.4.2 and it fixed my problem now. Thanks for the quick fix!