Forum Replies Created
-
AuthorPosts
-
BelindaParticipant
Thanks Brad. So i found the front-page.php file and copied the code in for the 2 column option but nothing is showing on my site. Do I need to add something into the static page for it to display?
BelindaParticipantNo i haven't resolved this.
As an example, on page http://www.thetraininglady.com/microsoft-windows/ i have a post titled "Create a custom toolbar menu in Windows". On that post i selected the first image displayed in the post as the "Featured Image" but on the above page it is showing the second image from the post (shows a keyboard shortcut key combination) instead. Then when I shared the URL for this post on my facebook page is shows the 3rd image from the post as the thumbnail.
I'm confused on how WP is picking which image from the post is being displayed as the thumbnail when it doesn't appear to pay any attention to the image I've chosen in the Featured Image section of the actual post.
BelindaParticipantHow do I do that?
BelindaParticipantI already have them moderated so I'll just leave it as is for the time being.
Just confused as to why the comments have more information than what the comment form has on the site.
BelindaParticipantNo i haven't. What is the status of the ad in Google adsense dashboard? Do the ad's show as Active?
Has the client's adsense account been completely activated?BelindaParticipantHi Phil,
I've got mine in a text widget and I pasted the Synchronous code into it. It did take about 10-15 mins once I'd pasted the code in for any ad to actually appear on the page so maybe give it a little while and refresh the page.Did you add a title to the text widget? If so can you see the title on your page and then it's just the actual ad that isn't showing?? If so then yep wait a little while and refresh your page, mine did the same thing.
BelindaParticipantIf anyone ever has this issue, SP have helped me fix it.
It was that the following code is in both the genesis framework and also in my child theme (Focus). So i just had to remove this from the child theme functions.php and now I'm getting the Recent Posts only showing once.Had to remove this..
> //* Hooks after-entry widget area to single posts add_action(
> 'genesis_entry_footer', 'focus_after_post' ); function
> focus_after_post() {
>
> if ( ! is_singular( 'post' ) )
> return;
>
> genesis_widget_area( 'after-entry', array(
> 'before' => '<div class="after-entry widget-area"><div class="wrap">',
> 'after' => '</div></div>',
> ) );BelindaParticipantI'm on an iphone
BelindaParticipantI just tried putting in a facebook like box widget which showed up empty on the desktop. I've removed it again now and the old text widget is still there and showing on desktop but not on mobile.
BelindaParticipantOpps sorry it's http://www.thetraininglady.com
BelindaParticipantThank you Tony you made that super easy to follow.
All fixed now and looks great on my iphone now. 🙂BelindaParticipantI've just finished copying all the files and unfortunately nothing has moved over. The plugins are all there but not active. No content is there. I'm assuming i need to copy the database over as well for that to happen.
August 19, 2014 at 7:37 am in reply to: Header image is not transparent and shows white box around #119755BelindaParticipantI must be doing something wrong then when I create the image as it says it has a transparent background but it looks as though it is turning white when I save the image.
BelindaParticipantThank you for all the responses.
Yes this is a new site. I've been working on it for about a month now and I'm about 98% ready to start letting people know it exists but it's definitely still a work in progress. I just have a little more tweaking to do initially but I know I'll continue evolving the site as I go.
I have setup a sub-domain which is password protected and I am in the process of copying all my current WP files from the main WP site to the new subdomain. Fingers crossed it goes smoothly.
Still not sure of the best way to apply any layout or plugin changes from the sub-domain to the live site so I'll just have to play with some options till I find one that provides the easiest method.
BelindaParticipantI did this, put some code in which ended up with the WP "white screen of death". I used an FTP client to login to the site, navigated to the functions.php file and downloaded a copy, edited the file with Notepad and removed the incorrect code, and then saved and uploaded it back to the site again and refreshed browser and it worked.
Now whenever I make any code changes I firstly go and FTP a copy of the functions.php and the style.css files. Make copies of them and i edit the copies leaving the originals in-tact on my local system so that if something goes wrong i can just upload the original from that day.
Hope you've been able to rectify.
BelindaParticipantI'm not really sure what options I have..
BelindaParticipantIt is in the images folder now although I had used a WP article to do it before and it didn't mention the images folder. I've added to that folder now. I'm still seeing the G logo though.
BelindaParticipantI had followed an article on the WP site about adding a favicon and it said to upload to the root directory which I did and also to the child theme root but I've now just added it to the images folder also and renamed the old one. Still seeing the G though.
Article was http://codex.wordpress.org/Creating_a_Favicon
BelindaParticipantDoes that mean i need to install WordPress to a second location on my domain?
BelindaParticipant -
AuthorPosts