iamdanbarrett
Forum Replies Created
-
You can easily do this by going into the plugin settings and turn off seeing related products if there are no related products.
Hi, I am tryning to get WP All import to work with this plugin, I notice you are able to get it to loads in the products? Could you explain to me how you are doing this as when I go to the uploads tool and drag in my CSV headers there is no ‘related products’ field available only ‘Up-sell’ and ‘Cross-sell’? I can see the Related products field from the plugin if I go int the products manually.
Forum: Themes and Templates
In reply to: Where to customize the templateDo you have any understanding of Theme customization? Which theme is it you are using?
Can you provide a link to the problem?
Forum: Themes and Templates
In reply to: How to enigma theme slide show(slider) title font size change ?You need to alter this manually in the style sheet:
yourwebsite.com/wp-content/themes/enigma/style.css
Find the class
.carousel-text
this will get you going!Forum: Themes and Templates
In reply to: [Ultra] How to hide title grey area on blog postsCan you provide a link to your theme please so I can see what it looks like?
Forum: Themes and Templates
In reply to: [SociallyViral] Disable Menu bar in mobile?You need to find the class #wpadminbar in youwebsite.com.yourwebsit.e/wp-includes/css/admin-bar.min.css?ver=4.4
As mentioned above, create a media query in there to be something like:
@media (max-width: 450px){ #wpadminbar: display: none; } @media (min-width: 451px){ #wpadminbar: display: block; }
Forum: Themes and Templates
In reply to: [Gridsby] disappeared button "close" in gallery imageWhich theme is this? Also should there be a ‘close’ button – is this a plugin or what?