Forum Replies Created
-
AuthorPosts
-
burnettsboardsMember
Yes i have followed those but they assume demo content import... was hoping to do it without importing demo content and plugin settings.
burnettsboardsMemberso there is no way to distinguish the secondary nav from the primary?
burnettsboardsMemberand where would i put that? custom CSS? or in functions?
burnettsboardsMemberAloha - it fixed it. However, weird thing is - the way it looked during the change totally grew on me. Any idea how to change font size of sub nav?
burnettsboardsMemberFigured it out! it was just a matter of adding before=" "] inside the [post_categories] in simple edits.
burnettsboardsMemberok so the issue seems to be that the genesis simple edits plugin is overwriting anything I add to the functions php.
any idea of a way around this without losing the genesis simple edits plugin?
burnettsboardsMemberHm - it worked on my test site but not on my live site... what is the 'bb' in the code?
burnettsboardsMemberThanks! Where do I add this?
burnettsboardsMemberPasted that on my test site and it did this: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home3/burnett/public_html/SparkleAndLight.com/wp-content/themes/pretty/functions.php on line 105
burnettsboardsMemberIt's working! Mahalo & thank you so much for all your help!!
burnettsboardsMemberSort of....
Except seriously after the f-up today that they caused I don't know how valid this is. Plus I was told in here earlier that wordpress does support javascript which is why I didn't really follow these instructions that closely:Please note that unlike Blogger and Tumblr, WordPress does not support javascript.
Since our ad call requires javascript, a 3rd party plugin is required for WordPress. You
may use any plugin that enables the addition of javascript. If you don’t currently have a
plug-in, either of these may be of use. Please refer to their respective urls for usage
instructions.
The wp_enqueue_script() codex: http://codex.wordpress.org/Using_JavascriptThe CSS & JS Toolbox: http://wordpress.org/extend/plugins/css-javascript-toolbox/
Insert HTML Snippet: http://wordpress.org/extend/plugins/insert-html-snippet/
The basic steps for coding ad calls with any of these plug-ins is roughly the same:
1. Log into WordPress.
2. From your Dashboard, navigate to the plugin’s settings or toolbox that enables the
addition of javascript. Please refer to the plugin’s reference page noted above for
instructions on using the selected plugin to edit HTML or add javascript.
3. Copy and paste the ad calls in the HTML after the <body> tag in the appropriate
locations on your blog. Typically the 728x90 is placed at the top of the page and the
300x250 in the right rail.
Here is the ad call code with the substitutable variables in bold:
<script type='text/javascript'>
var atwMN='[Magic Number]', atwWidth='[Width]', atwHeight='[Height]'
</script>
<script type='text/javascript' src="http://o.aolcdn.com/ads/adsWrapper3.js"></script>
[MagicNumber] Identifies the magic number for the ad space
[Width] Defines the width of the ad space
[Height] Defines the height of the ad space
4. When the ad calls are pasted in, click "Save" to save your updates.
Please note that ads may not be initially flying when implemented. This does not mean
the ads aren’t work. Ads will be flying shortly upon implementation verification by
XXX.
5. Please submit your page url(s) and magic numbers to XXX to verify
implementation.burnettsboardsMemberThank you!
Ok I added the widget area - then went to widgets - added 'text' widget and pasted the ad code. Still seems to not be showing up. Is there a different widget I should be using in that new above header widget area?
Mahalo again,
SaraburnettsboardsMemberWhich functions php? Gensis or the child theme I'm using?
burnettsboardsMemberThanks - that's sort of what I thought but this is coming to be from a tech team over at AOL so had to check.
Mahalo!
burnettsboardsMemberWhere should I put that? If in the functions.php file - does it go in the genesis functions or the child theme, and once there - where abouts in there?
Mahalo!
burnettsboardsMemberYea I definitely replaced the favicon in all three places...
burnettsboardsMemberCan I just replace the favicon image in the genesis image folder with my own & not edit the php file?
burnettsboardsMemberDo we make these edits in the Genesis functions.php or the child theme? And where should they go within that file?
burnettsboardsMemberIt was a script conflict with a plugin I was running so I removed the plugin and the fancy drop downs starting working. The plugin I was using that caused the conflict was WP Float.
-
AuthorPosts