silentblossom
Forum Replies Created
-
Forum: Plugins
In reply to: product gallery pluginForum: Plugins
In reply to: WP Simple Rss Feed Reader-I was able to remove the url by commenting out the following code under the “short tag function”
/** $return = "<a href=\"".$xml->channel->link."\" class=\"wp-simple-rss-feed-url\" target=\"_blank\">".$xml->channel->link."</a><hr />";*/
still need help on the rest though
Forum: Fixing WordPress
In reply to: How do I add a new menu using a child theme?I realized what i was doing wrong!! In the new functions.php file, i needed to remove the
'primary-menu' => __( 'Primary Menu' ),
as it already existed in the main functions file. It works now!Thank you all for support!
Forum: Fixing WordPress
In reply to: How do I add a new menu using a child theme?Thanks so much! I tried the code above but for some reason, the code shows above the website as text. I am also getting this error in wordpress
add_action( 'init', 'register_my_menus' ); function register_my_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ), 'secondary-menu' => __( 'Secondary Menu' ), 'tertiary-menu' => __( 'Tertiary Menu' ) ) ); } Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/o/m/companyserver/html/rajwa2/wp-content/themes/ChildOfChameleon/functions.php:11) in /home/content/c/o/m/companyserver/html/rajwa2/wp-admin/theme-editor.php on line 103
Any suggestions?
Forum: Fixing WordPress
In reply to: Page description in google displays widgetHello can someone assist with this please? thanks!
Forum: Fixing WordPress
In reply to: site broke overnight – Please helpYeah, i checked the validator as soon as i saw the problem but surprisingly it did not catch it.
Forum: Fixing WordPress
In reply to: site broke overnight – Please helpfound the issue! i had an open css tag!
Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please HelpHi Kmessinger I tried that but it just shifts the background and therefore does not look the same as the design in browsers. I noticed that when i take out the slider the background does not shift so i am thinking it has something to do with the slider. any ideas?
Forum: Fixing WordPress
In reply to: Featured imagethanks Josh! that worked!
Forum: Fixing WordPress
In reply to: Featured imageHi Josh,
thanks for responding! the thing is that i set the featured image to show on all the page.php pages so there is a div above the content are in the php for it. Is there a way to exclude the image from showing on certain pages?Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please HelpI see. question though, will the new positioning affect the other browsers that show the homepage background correctly? for example, it shows fine on safari, ff, ie 8, ie9 etc
Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please HelpHello Kmessinger, i updated the body to background-position-x: center; but it did not work. can you please review?
Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please Helpi uploaded the background with the upload media tool so i do not see it in css. Where would i change this? Also, this issue is only happening on the home page
Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please Helpyou can also see it at https://www.grapevineoutreach.org
Forum: Fixing WordPress
In reply to: Background shifting on IE7 – Please Helpoh i think we are looking at a different website. that domain name is their old site and is probably still propagating. Please see
https://www.antheasefaboakye.com/grapevine
My appologies for the confusion