dnk3232
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Images not showingI got it, never mind!
Forum: Fixing WordPress
In reply to: Trying to center the logoWonderful, thank you so much!! I feel foolish for not even looking at the float: left!
Forum: Developing with WordPress
In reply to: Having issues displaying loop on homepageThank you, that isn’t working either. I’m not quite sure why nothing is working for me…
Forum: Developing with WordPress
In reply to: Having issues displaying loop on homepageYes, here you are: https://hastebin.com/udeyasaziq.xml
Forum: Developing with WordPress
In reply to: Having issues displaying loop on homepageAlso this is the website I am working on if you’d like to take a closer look.
Forum: Developing with WordPress
In reply to: Having issues displaying loop on homepageThanks again Patrick!
I’m not getting this to work for me though..this is creating pagination on the actual blog (i.e. if you click on the blog, once you get to the end there is a next/previous page link).
What I’m looking for is to add page numbers to the bottom of my home page like this: https://imgur.com/xvESdix
Currently mine looks like this: https://imgur.com/bjuDWQo aka nothing is there.
I can figure out how to style everything later, but even a simple “More Posts” link would be beneficial, I just can’t seem to figure it out!
Let me know if you know of a solution, greatly appreciate it.
Forum: Developing with WordPress
In reply to: Having issues displaying loop on homepageThank you Patrick, I have got the loop working now.
The last piece is adding pagination to my loop – is that something that can be done easily or should I open a new thread in regards to that?
From what I’m reading, I will need to use JQuery or AJAX and I haven’t gotten into either languages yet so I’d like to find an easier way (preferably with PHP).
If anything, even just a “load more posts” link would work.
Forum: Developing with WordPress
In reply to: Creating a post loop on homepage?Thank you. In order to echo the shortcode in the proper place, would you mind explaining where I would do that/how? I am very to to PHP so I apologize!
As it stands, I included the shortcode on the actual page (not in any php files).
As well, I was trying to figure out how to add pagination to the loop – everything I have tried is resulting in an error so I would really appreciate some direction with that.
Forum: Developing with WordPress
In reply to: Adding header image to WordPress theme.Hi Steve,
Thank you – the / was exactly what I needed. I appreciate the help!
Forum: Developing with WordPress
In reply to: Adding header image to WordPress theme.I also noticed I had an extra set of quotations, which I have no got rid of.
I got rid of the .. like you advised but still the same problem. My code is now:
<div id="header-image"> <img id="topL" src="<?php echo get_stylesheet_directory_uri(); ?>images/simply-elle-header.jpg"/> </div>
Forum: Developing with WordPress
In reply to: Creating a post loop on homepage?Thank you! This is exactly what I am looking for.
Forum: Themes and Templates
In reply to: Updated Sydney and now my header text is messed up?Figured it out. Cleared my cache!
Forum: Themes and Templates
In reply to: [Sydney] Multiple Call to Action Buttons on Slider PageIf you wouldn’t mind posting your solutions I would be very happy!! Currently trying to do the same thing ??
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyThank you,
That helped to get rid of the top/bottom padding but I still can’t get rid of padding on the right/left sides. For example, if I put a background image in one of the widgets that I want to span across the whole page how would I do that?
Forum: Themes and Templates
In reply to: [Sydney] White space on pages above & below header! New to this!Hi, i see you’ve resolved this. Did you find a solution? I would love to know how you fixed it!