Archimedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] Age Gate hacked on multiple sites, multiple serversThanks for the update @philsbury
Got a customer who complained about the lost styling on the age verification page. Running Age-gate 2.18.4 but their styling is still broken. How to reset the styling options please? Nothing that I’ve tried worked.
Do you know what did the attacker change please? Just so we can double check manually if it’s. In this particular case the plugin was set to use a dropdown instead of “yes/no” buttons, hopefully this disabled any unwanted redirections. Thanks
Forum: Fixing WordPress
In reply to: WordPress 5.8 and Plugin Updates Slowing Down Sites – To A CrawlAre you using WooCommerce? If so, try updating it to v5.5.2.
Recently released security update (v5.5.1) caused some problems, details here:
https://developer.woocommerce.com/2021/07/23/woocommerce-5-5-2-fix-release/They will no longer push auto-updates to WooCommerce since v5.5.2 apparently.
- This reply was modified 3 years, 8 months ago by Archimedesign.
I’m wondering if it’s a conflict with old cache after the plugin update. Purging all cache could solve the problem if it is.
Forum: Plugins
In reply to: [WooCommerce] WP 5.0.1 breaks WooCommerce csv import?Renaming to .txt works for me, not sure why it didn’t work for @linuxhombr3
Make sure to rename the actual extension and not just the file name.
Under Windows isn’t very intuitive, google it.
The Comma separated .csv file is just a text file without any additions from the editor therefore it can be imported in Woocommerce.
WooCommerce is asking for a “CSV” file (not file with .csv extension) so in this case it means any format of file as long as it contains Comma Separated Values, I guess.
- This reply was modified 6 years, 2 months ago by Archimedesign.
Forum: Themes and Templates
In reply to: [Customizr] Front Page static page issueResolved
Forum: Themes and Templates
In reply to: [Customizr] Front Page static page issueMust have missed it before then. Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Move Slighter Closer to Menu BarIt seems that the images aren’t right size, I’ve had the best results with images 1170px x 435px for slider.
Forum: Themes and Templates
In reply to: [Customizr] WP 3.6 and Customizr: Experience? All OK?Here‘s my new thread, possible 3.6 issue.
Forum: Themes and Templates
In reply to: [Customizr] Remove top menu – replace with full width imageYou can disable them on the theme settings page.
Note, there will be white space where the top box used to be, logo will remain 250px wide.-
Tagline:
Go to Customiz’it > Site Title and Tagline
Leave tagline blank -
Social links:
Go to Customiz’it > Social Links
Disable “Social links in header” -
Menu:
Go to Appearance > Menus
Create a new menu named blankGo to Customzi’it > Navigation
Select blank for the main menu field.
Forum: Themes and Templates
In reply to: [Customizr] Hide "site path"?Disable “Display Breadcrumb” in Customiz’it! > Pages & Posts layout.
Forum: Themes and Templates
In reply to: [Customizr] Posts featured image shape/comments icon/@C editRe question 1, can you provide a link to your webstie?
Forum: Themes and Templates
In reply to: [Customizr] Change feature article's title font colorEdit: ElectricFeet was faster and his solution is better with the use of .marketing .
h2 { color: red; }
or if you want to play with the font size too it’s:
h2 { font-size: 20pt; color: red; }
Note, this will change all h2 text on your website.
Just check your pages in case the text is changed anywhere else.
Thanks for your inspiring work with colours!Forum: Themes and Templates
In reply to: [Customizr] Remove top menu – replace with full width imageSolution has been provided in this thread.
Forum: Themes and Templates
In reply to: [Customizr] Header image and menu widthsEdit: Ignore my answer, misunderstood your question, can’t help with this unfortunately.
—
I don’t know how to get them half/half but I’ve managed to get the background for menu.1. You need a background image in size 960×81 px (it’s a guess but looks fine)
2. Upload your file (Media>Add New)
3. In customizit!>Custom CSS (or in your child theme if you’re using one) add the following lines:/* navbar background */ .navbar .navbar-inner { -webkit-box-shadow: 0px 0px 0px; -moz-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; background-image:url('LINK TO YOUR FILE'); }
Replace “LINK TO YOUR FILE” with the actual link as shown in Media>Library
This background will not be displayed in mobile view.
I hope that someone more experienced can expand that and make the header size 50/50.
This was discussed in few other threads, here‘s the most info.