Forum Replies Created
-
AuthorPosts
-
Hi dcarlsondesign!
I think there was a problem with the plugin not seeing images in our avia layout editor but there is really not much we can do about that. If it’s absolutely necessary then you can use the default editor and it will see the images in your content.
Regards,
ElliottHi SphereEvenements!
That’s going to take a lot of time and code so it would have to be considered custom work. If you want to try and get something worked out on your own then the code your wanting to look at starts on line 2765 in /enfold/js/shortcodes.js.
Best regards,
ElliottFebruary 20, 2015 at 9:23 pm in reply to: How do I have a codeblock full width of the boxed layout but not anything else #399880Hi DigitalEssence!
Try adding it inside a grid row element. Or a color section and then give the color section an ID and use this CSS.
#yourID .container { width: 100% !important; max-width: 100% !important; padding: 0px !important; }Best regards,
ElliottHey chriswp!
1. Add this to your custom CSS.
@media only screen and (max-width: 767px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }2. Try increasing the “responsive under” value in the LayerSlider settings.
Best regards,
ElliottFebruary 20, 2015 at 9:16 pm in reply to: Full Width Sub Menu more rows and mobile Menu on iPad #399877Hi Jan!
Try adding this to your custom CSS.
@media only screen and (max-width: 767px) { .responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{display: none;} .responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{display: block;} }Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi BrandonSample!
Add this to your custom CSS for the logo issue.
@media only screen and (max-width: 479px) { .responsive #top .logo img { max-height: 50px !important; top: 20px !important; } }1. I didn’t see the problem on this link. Can you take a screenshot?
2. I don’t think the code your using is going to be responsive. Have you considered using WooCommerce for your shop? We have made sure it’s compatible with our framework.
Regards,
ElliottHi fgrippe!
Add this to your custom CSS.
.single .big-preview { display: none !important; }That will hide the featured image on your single post view only so you can insert your own into the post content if you wish.
If that’s not what your trying to do then send us a link and take a screenshot highlighting your intentions.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey oestersund!
You can target that with this CSS.
aside .menu li { } aside .menu a { font-size: 16px !important; } aside .textwidget p { line-height: 20px !important; }Best regards,
ElliottHi ProAnts!
There is not really an easy way to go about this. To get extra images to display in the magnific popup then you need to create separate links to each image in the page content.
In this specific case I would recommend using the portfolio AJAX preview, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/.
That will make it a lot easier to display the images for each car separately.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey CAUM!
To get extra images to open up in the magnific popup you would have to add links to the images in the page but if your using a lot of images I think this would be cumbersome to always update them like that. I would consider using our shortcodes such as the Masonry Gallery to display the images, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/.
Or if you need them to be organized and categorized then you could consider creating post categories for them and display them with the regular Masonry shortcode.
Best regards,
ElliottFebruary 20, 2015 at 7:38 pm in reply to: ending .JPG cause > instead of open lightbox – open picture in browser (0 posts #399838Hey Tobias-B-Conrad!
Add this to your custom CSS.
.ulp-tab { z-index: 999 !important; }Regards,
ElliottHey Effektid!
I checked on a Nexus 7 but everything looked fine there. For the menu swiping issue add this to your custom CSS.
#wrap_all { position: relative !important; }Regards,
ElliottHey reddishpinkmedia!
That would take a lot of time and code and would have to be considered custom work for now.
If you’d like then create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in the future.
Best regards,
ElliottHey!
I’ll flag this for the rest of our team to see if they have any idea.
Best regards,
ElliottHey!
That specific element your using there was set to two post categories. I removed the categories and it’s working fine now. I’m guessing you do not have any posts assigned to those categories or they have not been published yet.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey dsharpe!
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.
I think that should fix it for you.
Best regards,
ElliottHi Peter!
Yes it sounds like you will want to contact the WooCommerce support about this, https://support.woothemes.com/hc/en-us. It doesn’t sound like a theme problem at all.
An easy way to troubleshoot if it’s a theme problem is to activated the WordPress default theme and see if it happens there as well.
Best regards,
ElliottHey pc37075!
Please see here, https://kriesi.at/support/topic/inline-content-in-magnific-popup/#post-289356.
Best regards,
ElliottHi adambot!
Please see here, https://kriesi.at/support/topic/contact-form-users-email-address-is-used-as-the-from-email/#post-328666.
Best regards,
ElliottFebruary 20, 2015 at 6:46 pm in reply to: when choosing boxed layout header and sidebar displayed wrong #399807Hi!
Try creating a backup of your settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see what happens.
Best regards,
ElliottHi!
It looks like you have the ID set to “optin11”. Add this to your custom CSS.
#optinll, #optinll .container { border-bottom: 0 none !important; max-width: 100% !important; padding: 0; width: 100% !important; }The margins are from the form your using. Try adding this as well.
#optinll div, #optinll form { margin: 0 !important; }Regards,
ElliottFebruary 20, 2015 at 6:35 pm in reply to: Frontpage showing latest post for several topics (eg Economy, Lifestyle)? #399803Hi!
Thanks for the help begrafiks.
@deadpeasant, Let us know if you have any other questions and we’ll be with you shortly.
Cheers!
ElliottHey!
Hmm, not sure what is going on there. It’s something to do with your first color section. I created a test page and it seems to be working fine there. Try adding your elements in piece by piece to the new test page I created and keep checking on the frontend to see which element is causing the problem.
Also try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottFebruary 20, 2015 at 5:43 pm in reply to: Password Protect an Hide My Site not working on Enfold #399772Hi!
I typed the password in and the homepage is displayed for me so it appears to be working. Not really sure what to tell you here. Are you sure caps lock is not on?
Try testing in a different browser to see what happens.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
Hmm, not sure what it could be. Sorry, have you tried contacting the plugin authors?
Best regards,
ElliottFebruary 20, 2015 at 5:28 pm in reply to: Enfold prevents WebGL to draw objects with right canvas resolution #399761Hey!
What happens when you create a new page and switch to the text editor (not visual) and paste the code there? Does it display 300 x 300?
Best regards,
ElliottHey mcraig77!
Add this to your custom CSS.
.slideshow_caption { width: 100% !important; }Best regards,
ElliottHi!
That’s from some custom CSS your using to push the logo down.
strong.logo { top: 30px; }Switch your code to this to target only pages.
.page strong.logo {Cheers!
ElliottHey!
From what I see on their site, http://wpmegamenu.com/, the mega menus are supposed to span the whole length of the menu. If your wanting to customize the plugin and have the mega menus shorter, etc etc, then I would try contacting the plugin authors first to see if that is possible.
Best regards,
ElliottHey!
You can add them to a codeblock element. You really shouldn’t be adding an extra copy of jQuery though unless it requires a specific jQuery version.
Cheers!
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
