Allison Tarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: link with two optionsIf I’m understanding correctly, I think what you want is possible but it would require some coding / developer knowledge.
I think the https://developer.wordpress.org/reference/functions/is_user_logged_in/ could be of use to you here in a conditional.
Forum: Fixing WordPress
In reply to: admin bar is not showingAre all the plugins you do utilize updated? (Contact Form 7, etc.)?
Forum: Fixing WordPress
In reply to: Featured Image No Longer CroppingHm, very odd – I’m still not seeing it. Are you viewing in a particular browser?
Forum: Hacks
In reply to: Use CSS to "echo" timetable dataHow are you planning on filling the data via that CSS once implemented?
I think for it to be dynamic, you would have to be appending something to that :after pseudo-element via a php template-tag or something similar, depending on where it would be drawing that information from for the current DJ.
Forum: Fixing WordPress
In reply to: Select Menu and ResultsIf I’m understanding correctly, it sounds like what you want to accomplish is a conditional within a form-type structure. There are a few different ways you could accomplish that: plugin, CSS or JavaScript – depending on what your level of comfort is.
Forum: Fixing WordPress
In reply to: Blank space in the footerIt looks like there is a pseudo-element (:before / :after ) in place for when something does not have the class of :custom-background-image (ie:
body:not(.custom-background-image):after)Forum: Fixing WordPress
In reply to: wp 4.5.2 Insert Link not workingWhat theme are you using? Are you using a Visual Composer element of some sort?
Forum: Fixing WordPress
In reply to: Search engine deleted on the websiteAh okay. Here are two links that might be of use to you. Also, you might contact WooCommerce directly – they’ll have more specialized insight into your issue (https://support.woothemes.com/hc/en-us)
https://docs.woothemes.com/document/woocommerce-product-search/
https://docs.woothemes.com/document/overriding-the-product-search-box-widget/Forum: Fixing WordPress
In reply to: Featured Image No Longer CroppingI’m not seeing this issue on your page currently; did you get this squared away?
Forum: Fixing WordPress
In reply to: Submenu arrows aren't showing as it shouldThe arrows appear alright to me, did you get this squared away?
Forum: Fixing WordPress
In reply to: admin bar is not showingWhat version of WordPress are you utilizing?
Do you have Yoast installed/enabled at all?Forum: Fixing WordPress
In reply to: Search engine deleted on the websiteAre you utilizing a plugin for the catalog itself? Is it a custom post type?
Because there’s https://developer.wordpress.org/reference/functions/get_search_form/ but not sure if that is what you’re looking to re-implement.
Forum: Fixing WordPress
In reply to: Additioanal Menu to Any wordpress themeThis link from the Codex might clear up some of your confusion (https://codex.wordpress.org/Navigation_Menus).
Do you have any experience editing php files? Basically, you register a ‘new’/additional menu and then need to ‘call’ it in to the area you would like it to appear within that specific page template or area. If you already have a theme, you would want to do this within a child theme. Otherwise, any changes you make will be erased when your theme releases its next update.
Since you’re new, this might be too complicated to tackle all at once. I’m not familiar with metromenu customizer so can’t offer up any assistance there or alternative plugins that could allow you to do something similar.
Forum: Fixing WordPress
In reply to: Insert logo into post textIf I’m understanding correctly, it sounds like it would depend on the styles that are applied to the text as well. You would be going about it the right way, but you would want the size/height of your image to match the height of the text that it is next to. (which might be as straight-forward as increasing/decreasing the text in your visual editor)
Forum: Fixing WordPress
In reply to: how to change drop down button color in contact formJust to clarify, you’re utilizing a plugin for your contact form? If so, it iss possible that it has built-in styles that are overriding your custom ones.
Is your site live somewhere?