Amanda
Forum Replies Created
-
Forum: Plugins
In reply to: [Reseller Store] New space for the Reseller community!JOINED
Forum: Plugins
In reply to: [Reseller Store] Adding products to Divi with Visual BuilderI believe you need to use the shortcodes when you are building with Divi..
Forum: Plugins
In reply to: [Reseller Store] Some options missing in WPBakeryOkay. Then the options available to you on the Product Widgets is what WPBakery give you. If you choose to have the same options as the Reseller Team, then you need to use Beaver Builder
Forum: Plugins
In reply to: [Reseller Store] Some options missing in WPBakeryIt’s going to depend on what Building tool your using. The reseller team uses Beaver Builder. I built http://www.cre8myhosting.com with a Builder called Elementor. You will just need to search around and play with different options.
Forum: Plugins
In reply to: [Reseller Store] Search Domain not Working.search-field{ height: 40px; }This should help with the Height.. you may say to consider adding
.search-form{ display: flex; }That should help your alignment issue
Even if Mobile View..Forum: Plugins
In reply to: [Reseller Store] Cannot add domain searcher to divi theme layoutsCan you take a screenshot and show me?
Forum: Plugins
In reply to: [Reseller Store] Cannot add domain searcher to divi theme layoutsThat’s odd, cause you don’t have Markup. Try copy and pasting my code into your CSS and see what it says..
/*DOMAIN SEARCH REG*/ .search-form{ display: inline-flex; width: 100% } .search-field{ background-color: white; display: flex; font-family: "Architects Daughter"; font-size: 20px; font-weight: 900; border-top:1px solid #5cb85c; border-left:1px solid #5cb85c; border-radius: 5px 0px 0px 5px; } .search-submit:hover{ opacity: 0.75; } .search-submit{ background-color: #5cb85c; font-size:20px; font-weight: 300; width: 25%; color: white; border-top: 1px solid black; border-left:1px solid black; border-radius: 0px 5px 5px 0px; transform: 1.5s; text-shadow: 0 0; }Forum: Plugins
In reply to: [Reseller Store] Cannot add domain searcher to divi theme layoutsAre you adding your code to the “Additional CSS” section from your WordPress Dashboard?
On the “Appearance” section select “Customize”, “Additional CSS”. Then paste your code there. You shouldnt need the<style></style>brackets..rstore-domain-search input.search-field { border: 0; height: 46px; font-size: 1.5em; } .rstore-domain-search input.search-field { font-size: 1.0em!important; margin-right: 10px; border-radius: 3px; } .rstore-domain-search input.search-field { border: 0; height: 46px; font-size: 1em; width: 70%; padding-left: .5em; background: #ddd; }See what happens!! Let me know. I don’t use the Divi Theme anymore, but still may be able to help!
Forum: Plugins
In reply to: [Reseller Store] Cannot add domain searcher to divi theme layoutsHello Stark.. I am still seeing the Small HTML button.. Did you get it resolved??
Forum: Plugins
In reply to: [Reseller Store] Cannot add domain searcher to divi theme layoutsYou have to customize your CSS from your WP dashboard..
Where are you adding the name Spans though?? In the shortcode??
Forum: Plugins
In reply to: [Reseller Store] Add login Shortcode to WP MenuSee, I never even got that to work..
Forum: Plugins
In reply to: [Reseller Store] Add login Shortcode to WP MenuYeah, I looked at the screenshots for the plugin, and the Full HTML output is not an option. But the plugin hasn’t been updated in a year, so maybe that’s why. Not compatible with newest versions of WP..
Forum: Plugins
In reply to: [Reseller Store] Does this plugin provide a functionaing storeThe plugin gives you all the Products available with the “add to cart” buttons, and descriptions. It is up to you to build a unique store on WordPress using these products.
Forum: Plugins
In reply to: [Reseller Store] Add login Shortcode to WP MenuI tried this option, and got the link in the menu, but it never showed the Welcome back message with names, or the log out option.. It just stays log in.. Did I miss something. What did you mean by
“put the short code in the URL and
FULL HTML OUTPUT as the Navigation Label.”