Forum Replies Created
-
AuthorPosts
-
September 28, 2015 at 4:15 pm in reply to: Unable to import sliders from one wordpress site to another #510221
Hi generatrorassociates!
Your exporting them in Dashboard > LayerSliderWP > Import/Export? I’ve never used that before. Perhaps it will work in the later versions of LayerSliderWP.
Try deactivating all plugins and make sure WordPress and Enfold are updated to their latest versions. You can turn on WordPress debugging and check your server error logs for any useful information in there.
Best regards,
ElliottSeptember 28, 2015 at 4:09 pm in reply to: Gallery Shortcode in Portfolio items – displays only micro thumbs #510210Hi!
We can give you CSS to make the first image look a bit larger but it’s not going to look good.
If you want it to display like our gallery then you will need to use our gallery element instead of the WordPress default.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
Switch it to this.
.social_bookmarks::before { content: "Volgen:"; position: relative; top: 5px; display: inline; float: left; font-size: 11px; font-weight: bold; }
Best regards,
ElliottHey!
Try adding this to your custom CSS.
a#advanced_menu_toggle { border: 0px !important; }
If that’s not what your trying to do then send us a link to your page and take a screenshot highlighting your intentions.
Best regards,
ElliottHey midischool!
Does it do the same in the default theme? If so then deactivate all of your plugins except Woocommerce to see if they are causing issues. If not then try contacting Woocommerce support to see figure out what’s going on.
Cheers!
ElliottHey jdrijver!
Add this to your custom CSS.
#mobile-advanced a::before { display: none; } .social_bookmarks::before { content: "Volgen:"; position: relative; top: 5px; display: inline; float: left; }
Regards,
ElliottHi!
The first line of my CSS code should be hiding it. Try clearing your browser cache and any caching related plugins you might have installed.
If not then go ahead and send us a link to the exact page and take a screenshot highlighting what your referring to so we can get a better idea.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
September 28, 2015 at 3:21 pm in reply to: How to get products to display with format of the rest of the site #510156Hey Taryn!
We recommend using Woocommerce. There appears to be an extension you can use to convert Jigoshop to Woocommerce, http://docs.woothemes.com/document/jigoshop-to-woocommerce/.
Cheers!
ElliottHey jesseaborden!
Currently our magnific popup is only setup to handle images, galleries, and iframe content. You can do single content but it would take a bit of customization. I would try a plugin out, https://wordpress.org/plugins/anything-popup/, there are quite a few out there on the WordPress plugin repository for popup content.
Regards,
ElliottHey!
Yes, you would most likely need to change the padding again.
Cheers!
ElliottHi!
You might be able to find a plugin that does that, https://wordpress.org/plugins/onclick-popup/. There are quite a few out there on the WordPress plugin repository.
Regards,
ElliottHey!
Did you try the code in my first post? https://kriesi.at/support/topic/styling-single-events-page/#post-509178
That will check for the single post view of a certain post type. I’m not sure of the exact slug. It might be something different such as tribe_event or tribe_events.
if ( is_singular( 'tribe_event' ) ) { }
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
September 28, 2015 at 2:58 pm in reply to: Category selector box.. I asked 2 years ago.. seems unimportant to the devs.. #510129Hey ianstudio!
Not sure what you referring to here. Your talking about one of the elements in the Dashboard? The category selection box where you check the categories to add them to the post? The theme does not style that. Can you take a screenshot and highlight what your referring to?
Cheers!
ElliottHey tremblayly!
Try adding this to your custom CSS.
.avia-promocontent h2 { margin-top: 15px !important; }
Regards,
ElliottHi gmmediadienste!
Thanks for sharing! It does seem like a useful plugin.
Best regards,
ElliottHey simonac!
Can you send us a link to your page so we can take a look? I didn’t see a link in the other thread. You can set your reply as private if you wish.
Cheers!
ElliottHi kaloraat!
1. Add this to your custom CSS.
.logo, .logo * { width: 100%; }
You may want to resize the logo so it’s height is around 116px. Or if you want to increase the header a bit so it still looks normal then you can do that in Dashboard > Enfold > Header.
2. Yes, your site is hanging up on something, took 20 seconds to load for me. I didn’t see anything out of the ordinary so I would say it’s something to do with the server. If your hosting provider doesn’t help you out here then I recommend trying out siteground, https://www.siteground.com/. I’ve been using them for about a year now, no problems so far, the support is very quick as well.
Cheers!
ElliottHi Aristidis!
You could add some CSS to the backend like so, https://kriesi.at/support/topic/hide-button-in-the-backend-disturd-image-upload/#post-497177.
Use this CSS instead though.
.post-type-product #avia-builder-button { display: none !important; }
Best regards,
ElliottHi Deekolme!
You can edit your menu in Dashboard > Appearance > Menus and just add two links to the sub menu item. If you click on the dropdown arrow of the link you can change it’s navigation label to say whatever you need.
If you only want to do this on certain pages then try this plugin out, https://wordpress.org/plugins/zen-menu-logic/.
Regards,
ElliottHey thatclick!
Add this to your custom CSS.
.sort-param { display: none !important; } @media screen and (max-width: 767px) { .cart_dropdown { display: none !important; } }
Cheers!
ElliottHey sgkeil!
Add this to a codeblock element in the page.
<style type = "text/css"> #after_full_slider_1 { padding-top: 50px; } </style>
Cheers!
ElliottHey Paul!
When you edit the special heading element it will have an option to change it’s style. Select the modern left style.
Regards,
ElliottSeptember 27, 2015 at 4:10 pm in reply to: How do I remove image title upon hover of a static image on a page? #509704Hey!
Your talking about the little yellow popup that the browser displays when the image has a title? I do not think there is a way to remove that, it’s just a browser quirk. You could remove the title on the image to get rid of it.
Regards,
ElliottHey!
Send us a WordPress login please.
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
Alrighty, let us know.
Regards,
ElliottHi!
I see, so it’s only a conflict with the WooThumbs plugin. Thanks for sharing.
Cheers!
ElliottHey Richard!
Add this to your custom CSS.
.av-image-caption-overlay-center { display: block !important; left: 0; position: absolute; text-align: left; vertical-align: middle; }
Cheers!
ElliottHi Neil!
Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea. Are these images your trying to insert?
You can set you reply as private if you wish.
Best regards,
ElliottHi RebeccaMaguire!
You can use this CSS to center the logo.
.logo { left: 50% !important; transform: translateX(-50%); }
Are you wanting to split the menu links around it? If so then let us know which link to split it at.
Regards,
ElliottHey vemaybayanz!
Go ahead and delete and then try the upload again, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Make sure your uploading the actual enfold folder and not the zip file, etc etc.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts