Forum Replies Created
-
AuthorPosts
-
Hi!
I see. Please see here, https://kriesi.at/support/topic/add-social-media-icon-to-header/#post-222806.
Regards,
ElliottHi!
Try this instead.
<style type = "text/css"> @media only screen and (max-width: 767px) { .responsive td { width: 100% !important; } } </style>Regards,
ElliottHi!
It’s kind of bordering on custom work. I recommend just setting a minimum height in the shortcode options.
You could try doing something like this. (add it to the bottom of functions.php)
add_action( 'wp_footer', 'enfold_customization_grid_height' ); function enfold_customization_grid_height() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.av-layout-grid-container .flex_cell').css({ 'height' : jQuery(window).height() + 'px' }); }); </script> <?php }But it’s probably not going to work in all browsers / devices.
Best regards,
ElliottHi!
I just checked your site again today but the LayerSlider seems to be loading fine. Did you get this fixed?
If not then send us a link to the exact page and take a screenshot highlighting what is going on so we can get a better idea.
Regards,
ElliottHi Harris!
You would just need to do the edit again, https://kriesi.at/support/topic/share-this-entry-4/. If you update then the customizations you do will be gone.
Try using a child theme, http://kriesi.at/documentation/enfold/downloads/, and copy the loop-index.php file into your child theme folder and then do the edit. That will save it between updates.
Cheers!
ElliottFebruary 11, 2015 at 5:56 pm in reply to: Enfold theme Option and Media uploader is not working #394527Hey katalogcom!
You did not have Enfold activated so I did that and then checked your settings and uploaded a file to your media library. Everything seemed to be working fine except you have some warnings on your frontend regarding the font manager class.
Let’s try the following.
1. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
2. Hit the “Reset All Options” button in your theme settings page.
Let us know if that fixes the errors.
Regards,
ElliottHi pooz!
Did you turn off the Schema.org HTML markup settings in Dashboard > Enfold > Theme Options?
Regards,
ElliottHey Amanda!
It looks like this widget is from a plugin correct? It looks like it’s going to use a lot of scripting. Are you sure you can use it twice on the same page? What happens in the default theme?
EDIT: While I was looking at your page I hit the refresh button and now I’m getting a 503 service unavailable error in regards to your widget.
"NetworkError: 503 Service Unavailable - https://edshelf.com/collection-widget?id=&type=collection&format=grid&same_window=false" collect...w=false Blocked loading mixed active content "/error.html"Contact the plugin authors and let them know about this.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi GeorgLudwig!
What are the exact errors your getting? Copy and paste them here please.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi ts1812!
Make sure WordPress is updated to the latest version and then deactivate all plugins.
Also make sure your using the latest version of Enfold, 3.0.8.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi paso70!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Regards,
ElliottHi shaft74!
Try adding this to your custom CSS.
@media only screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Cheers!
ElliottHi csavalas!
We do not use prettyPhoto. We use magnific popup. You can find a sample for how to do that here, http://dimsemenov.com/plugins/magnific-popup/.
Cheers!
ElliottFebruary 11, 2015 at 5:21 pm in reply to: Problem with injected links using classes aviablank" and "avia-testimonial-link #394485Hey Elizabeth!
Where do we login at? When I try and view the login page it gives me a server error.
The testimonials have a “website link” option and that is what is being used on your page. If you did not add the links yourself then it’s most likely another user for your site did.
Regards,
ElliottHey ftt123!
I’m sorry but I’m not sure I understand. Are you trying to make a separate menu for mobiles? If so then see here, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.
Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottFebruary 11, 2015 at 5:11 pm in reply to: MultilingualPress language switcher in secondary header #394474Hey!
It looks like you have a lot of customization going on. Let’s try the following.
1. Create a backup.
2. Update WordPress.
3. Deactivate all plugins.
4. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing this you should be using Enfold 3.0.8 instead of 3.0.4.
Cheers!
ElliottHi!
Why not use the plugin that you listed? http://getkiwi.org/plugins/logo-carousel/
The only script that I know of that does what your wanting is the jCarousel. There are lots of WordPress plugins out there based off that script.
Best regards,
ElliottHi!
For that I would consider just uploading an image instead of using the header background. You could do this to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Or you can use this CSS as a quick fix.
.header_color .header_bg { background-position: right top !important; }Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey dwebprojects!
That would take a lot of time and code to add in so it would have to be considered custom work. Consider requesting this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
ElliottFebruary 10, 2015 at 11:00 pm in reply to: Images Load Extremely Slowly Under All Conditions #394067Hey davevi!
Your page is loading for me in 3.3 seconds so it’s pretty fast. Perhaps it’s your internet connection?
One thing you will want to do though is optimize your image sizes. You have them in a one fourth column so you could really use a thumbnail version instead. The garden image is almost 1MB itself. I would aim for around 100 – 200KB.
Cheers!
ElliottHey renekokabovo!
That would take a lot of time and code to complete so it would have to be considered custom work. You might be able to find a plugin that does this, perhaps the jCarousel, https://wordpress.org/plugins/jcarousel-post-slider/.
Best regards,
ElliottHi eaglehood!
You would create some portfolio posts and then edit one of your pages and drag the Portfolio Grid element to your content. You can then edit the portfolio grid element and select which categories to display.
Cheers!
ElliottHey!
Where are you finding this /kontakt/feed/ url? You shouldn’t have that displayed anywhere because it’s not an actual feed.
Please read this, http://codex.wordpress.org/WordPress_Feeds, the actual WordPress feed is yoursite.com/feed/.
If you activate the default WordPress theme then you’ll see it does the same there.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 10, 2015 at 10:49 pm in reply to: "Special heading" – H1 – is now BOLD instead of the thin font #394053Hi t3lgroup!
The weight is set to 300 and the size to 1em so everything looks ok. What are you trying to do with it? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHi Eventmakers!
Try adding this to your custom CSS.
#wrap_all { position: relative !important; }Best regards,
ElliottHi!
@FabelMedia, That’s how it’s displaying on my end. Can you take a screenshot and highlight what your trying to do so we can get a better idea?Regards,
ElliottFebruary 10, 2015 at 10:39 pm in reply to: Layer slider images not showing up only on home page #394045Hi torndownunit!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing this you should be using Enfold 3.0.8 instead of 3.0.5.
Best regards,
ElliottHi daveralph!
It sounds like your wanting to use two color sections. They will display on top of each other with no margins so you can add the image to the top section and the bottom section set to white.
Cheers!
ElliottHey nachocristal!
Add this to your custom CSS.
#wrap_all { position: relative !important; }Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
