Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Something has changed in linksHave you made any other adjustments (ie: installed new plugins, changed something in the CSS) that could have affected the site somehow?
Forum: Fixing WordPress
In reply to: user to sort and filter custom post listHave you come across this link for a video tutorial on creating an archive using a custom field as the filter?
https://www.advancedcustomfields.com/resources/creating-wp-archive-custom-field-filter/
Forum: Fixing WordPress
In reply to: portfolio no longer workingSometimes that sort of thing can be added if you use a gallery plugin that has transition effects, but otherwise – not sure! Glad you got it sorted. Remember to mark the thread as ‘resolved’ 🙂
Forum: Fixing WordPress
In reply to: Twentysixteen menu/nav problem – styling disappearIf styling isn’t being applied to that section across the board, maybe the stylesheet isn’t being enqueued properly? Are there any errors in the console?
Forum: Fixing WordPress
In reply to: Bold was working but now it's notHow are you adding your FAQ items?
However it’s currently entered there are tags wrapped around them, so hopefully that would be enough.
Forum: Fixing WordPress
In reply to: portfolio no longer workingIt looks like the CSS for the .fusion-image-wrapper is set to 0 (rather than not have opacity set or having it set to 1) which causes it to essentially hide your images.
Forum: Fixing WordPress
In reply to: .zip fileThe .zip file that you downloaded? Where do your downloads normally go to: your downloads folder? Your desktop?
Forum: Fixing WordPress
In reply to: Cannot upload images on WP from my computerWhat browser are you using? Does it give an error message or just stall out?
Forum: Fixing WordPress
In reply to: Bold was working but now it's notNo worries – everyone starts somewhere!
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications (put your CSS code in)
- Save
Your CSS code should be something like:
strong { font-weight: 600; }You might have to use a different “CSS selector” in place of strong if that isn’t specific enough (or something else in your theme is overwriting it.)
Forum: Fixing WordPress
In reply to: Upload/View Media IssuesWhat version of WordPress are you using? Do you use any plugins for media?
Forum: Fixing WordPress
In reply to: how to find the location to put this codeThat link 404’s / doesn’t seem to exist on your site currently.
I would ask your developer for the location. Without being able to see your theme / php files, it is difficult to say where the correct location would be depending on the template and how things are set up.
Forum: Fixing WordPress
In reply to: Bold was working but now it's notYour normal styling for your ‘strong’ tags (what is added to make them a heavier font-weight or bold) might not exist in the way you’d like or could be overwritten by other styling. Do you have any experience adding/customizing the CSS of your site?
Forum: Fixing WordPress
In reply to: Admin page editor not working correctlyWhat theme and version of WordPress are you using? Did you update any plugins recently?
Forum: Fixing WordPress
In reply to: aligning imagesDo you have a link to the page this is occurring? It could help others troubleshoot.
Forum: Fixing WordPress
In reply to: Resizing ImageWhat do you mean when you say ’email header’? Do you have a link to the site + image in question?