Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Issues with padding and marginHi dresstive,
It looks like the URL styling / content has shifted since you posted this. Are you still having these issues at this point on a different URL?Forum: Fixing WordPress
In reply to: Navigation menu for scrollHi Harvey,
This would be something that would be either theme-specific or perhaps something that could (potentially) be achieved using a plugin (https://wordpress.org/plugins/). Do you know what theme you’re currently using? You would want to search for sticky or mobile navigation and read reviews to see which one might be able to achieve what you’re looking for.Forum: Fixing WordPress
In reply to: Social Icons blocked by blue bar1. The cowboy hat logo is appearing alright on my end in the header.
2. This logo (MAC) is also currently appearing on my end.
3. I see your “social” section but don’t see a blue bar that icons should be appearing within, could you be more specific re: the name of the section (ie: footer, etc.)?Forum: Fixing WordPress
In reply to: Featured image – Wrap textHi Lisa,
When I add extra text to the content so it’s longer than the image, it does seem to wrap around beneath. Did you get this sorted or am I misunderstanding what is the ‘featured image’ on the link from above?
Forum: Developing with WordPress
In reply to: Verifying whether stylesheet is enqueuedOne strategy would be to right click on your site and select “View Source” after you’ve enqueued your style and see if it’s listed.
Forum: Fixing WordPress
In reply to: custom css not workingAre you sure you’re targeting classes that exist within your theme? Could you give an example of the code being used and where you’re adding it in as well as the code it is targeting?
Is the site live somewhere?
Forum: Fixing WordPress
In reply to: Unable to customise my wordpress site@izookimz, I would recommend starting a new thread for your issue to get better focussed assistance.
Forum: Fixing WordPress
In reply to: theme default layoutI would recommend asking in their specific support forums for additional guidance as to settings within their theme: https://premium-themes.forums.wordpress.com/forum/entrepreneur
Forum: Fixing WordPress
In reply to: Text not wrapping after saving to live webpageFor the post that you linked to, the styling code applied to the first image is
alignleftand the second one isalignrightwhich is what it is doing. Are you adding different alignments than those on your dashboard? As far as wordwrapping, there isn’t enough space currently for words to wrap around the image (only about 10-15 pixels) for those image sizes.Did you add any plugins or adjust anything prior to the weirdness happening that could potentially be conflicting within your theme?
Forum: Fixing WordPress
In reply to: Hamburger Menu Does Not Stay Open In Mobile platformsWhat controls that functionality, a plugin / internal theme code or ?
Right now it looks like on toggle it’s applying a height of 0px to your <nav>. Also, #site-navigation is set to a height of 1px which could be another strategy (depending on what control you have over what code, if any).
- This reply was modified 9 years ago by Allison Tarr. Reason: clarity of CSS mentioned
Forum: Fixing WordPress
In reply to: Admin Bar White SpaceDo you have a link to the live site? It sounds like you would need to adjust the ’empty’ or white space with some custom CSS in those cases, but depending on your theme + particulars how you target it would be different.
Forum: Fixing WordPress
In reply to: Unable to customise my wordpress siteFirst, double check that the class-wp.php file is living inside the core files (wp-includes).
Second, I would troubleshoot to see if it is potentially being caused by plugins. Does the site exist solely as the “live” version or do you have a local version to test on as well?
Forum: Fixing WordPress
In reply to: How to Modify Archive Page for Custom Post Type?Does the archive page code you patterned the CPT archive page after include a loop with template part(s) to bring in that content?
Forum: Fixing WordPress
In reply to: need to change title tag and header differentWhat theme are you using? Is it live somewhere?
This would be controlled within your theme &/or it’s files.
Forum: Fixing WordPress
In reply to: page not aligned center on small deviceDid you get this squared away? Is there a specific section that was not aligned?