232creative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sticky Header Staying at Top of PageThanks @varshil151189 ! That worked…there is a small gap above the sticky menu but right now I can live with that compared to the alternative!
- This reply was modified 4 years ago by 232creative.
- This reply was modified 4 years ago by 232creative.
Forum: Fixing WordPress
In reply to: Large White Space on Homepage in SafariThanks for the suggestions. I know the site is nuts right now. It needs to be cleaned up. So far I’ve:
– installed and activated the child theme
– Cleared the BB Cache
– Deactivated the Ubermenu plugin
– Optimized the imagesI’m not sure how to remove that tracking code.
One thing I’m noticing is that, even after doing all of that, the Safari page still isn’t showing any of the changes that I made. When I deactivated the Ubermenu and changed the theme, on Chrome it made those changes and they were visible, but even in private browser and cache/website data removed, it was still showing the same theme and ubermenu working unless I log in to WordPress.
Forum: Fixing WordPress
In reply to: Shopify or WooCommerce for WordPressThanks for the reply Steve.
That kind of was my idea actually haha was utilizing his site for a learning experience.
He sells a lot on Amazon and the website is sort of just a side aspect of it that’s he’s not super concerned about since most of his sales come from Amazon so I told him that I’d never done an e-commerce site but this would be a good learning tool. I run my own marketing agency and have developed more than enough WordPress websites for clients (which is one of the reasons I use Beaver Builder, along with Avado, so that when completed, it’s user-friendly enough to pass off if the client doesn’t want to utilize my company for updates) so not a novice in any sense.
It’s a situation where we’re helping each other out, I get the learning experience and he gets a new custom website.
Knowing that, would you still recommend sticking with a Shopify plugin and also, with that being said, what plugins would anyone recommend for utilizing Shopify or migrating Shopify?
Thanks txpmr…
The code to move to the bottom worked for a semi solution but Motopress Support got back to me…
Thank you for reaching us out. It looks like there is some style conflict caused by that plugin. As a temporary solution you can try to add the style below to style.css file of the Child Theme or Appearance>Customize>Additional CSS:
body.motopress-body #wpadminbar{
display: none;
}Motopress support got back to me…
Thank you for reaching us out. It looks like there is some style conflict caused by that plugin. As a temporary solution you can try to add the style below to style.css file of the Child Theme or Appearance>Customize>Additional CSS:
body.motopress-body #wpadminbar{
display: none;
}I’m now seeing that if I put a new field in the drop down but don’t provide a Value for it, on the front end, it doesn’t recognize “Select One” as a submittable option and says it’s still a required field…is this true?
- This reply was modified 8 years, 3 months ago by 232creative.
Forum: Fixing WordPress
In reply to: Navigation Menu ProblemI never thought of that Steve but I don’t hate the idea. I used it on another clients sites and this might work for this one too.
Appreciate the idea.
Forum: Plugins
In reply to: [WP Accessibility] Blocking “Open in New Window” OptionAlso just saw the “Remove target attribute from links” option in the Misc Settings…
Forum: Fixing WordPress
In reply to: Documents Not Opening in New TabIf anyone is using the WP Accessibility plug in…Just uncheck “Remove target attribute from links” under Misc Settings and you should be good!
Forum: Plugins
In reply to: [WP Accessibility] Blocking “Open in New Window” OptionForum: Fixing WordPress
In reply to: Documents Not Opening in New TabI figured out it was the WP Accessibility plug in that is causing the PDF’s to not open in new window/tab. I’m going to contact them to see what can be done. Thanks everyone for the help! I’ll keep you updated.
Forum: Fixing WordPress
In reply to: Documents Not Opening in New TabThe code is showing up for me and I’ve also checked all those boxes for each PDF as you can see by the screen shot below.
Forum: Fixing WordPress
In reply to: Documents Not Opening in New Tabyes, I looked and in the wordpress text that HTML is there.
On all the pages where they are linked, the PDF’s open in same window. But here is a page to get specific.
I was wondering if it was possible to have a column be a different color when alternating rows column is selected for a table?
I would like the middle column (column 4 or D) with the Descriptions to be #ddecf6.
It works when alternating rows aren’t selected but when it is, i can’t see it.
- This reply was modified 8 years, 6 months ago by 232creative.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center Text in Combined CellsThanks Tobias,
The theme was purchased from Templatemonster so any ‘really weird CSS’ was done by the creator haha not myself, I honestly don’t know much about CSS code, hence me being here.
The <i> tag in the HTML is from Motopress. The embed box feature puts <i> and obv </i> before and after but I inserted a wordpress text box I added the shortcode and it’s under the first table.
Your CSS code worked but I was wondering if there is code to widen it or shorten it more accurately. I think i remember a code from a previous post about padding? is that an option?