Forum Replies Created
-
AuthorPosts
-
February 19, 2015 at 7:18 pm in reply to: Google maps in layout builder not appearing properly #399179
Hey Torlock!
It sounds like you need to update Enfold to the latest version, 3.0.8.
I tried viewing your link but it keeps redirecting me to a temporary domain placeholder.
Be sure to deactivate all plugins while testing.
Regards,
ElliottHey MoniqueMartens!
I’m sorry but I am having trouble understanding. It sounds like this plugin is creating a new post type named events and your wanting to change the sidebar for these posts?
If so then try this out, https://kriesi.at/support/topic/overriding-functions-in-a-child-theme/#post-167093, and change “mycpt” with the slug of your event post type. This will add all of our post settings to the events so you can change the sidebar, etc etc.
Regards,
ElliottHi Olivier!
I’m sorry but I’m not sure I understand. Go ahead and send us a link to your page and take a screenshot highlighting the changes your wanting to do and we’ll give you some CSS to use.
Cheers!
ElliottHi jellemampaey!
Try adding this to your custom CSS.
.av-menu-button > a .avia-menu-fx { display: block !important; bottom: 20px !important; background: red !important; }Cheers!
ElliottFebruary 19, 2015 at 7:06 pm in reply to: Contact form Issue when submitting by Mobile (cell) device #399167Hey Gwellins!
I sent you a test email. Double check that your address is correct and check your spam folder as well.
This is usually a problem with the server though so I would contact your hosting provider and let them know about this. You can also try installing this plugin, https://wordpress.org/plugins/wp-smtp/, and send a test email with it to see if it works.
Best regards,
ElliottHi Lev!
What mobile device and browser are you using there?
Can you send us a link to your site?
Cheers!
ElliottHey!
1. It looks fine to me. Can you take a screenshot and highlight what your trying to do?
2. You cannot hover on mobile devices because there is no mouse or cursor. You can try and simulate a hover by doing a “long tap” or holding your finger over the link for a second or two.
Regards,
ElliottHey!
Hmm, are you sure you have not done any customizations? What happens when you slow the transition speed on line 3730 in /enfold/js/shortcodes.js?
transitionSpeed:1800,Best regards,
ElliottFebruary 19, 2015 at 6:14 pm in reply to: Layer Slider real Full-Width / Rev. Slider alternativ #399107Hey!
I set your layers container a bit wider to 1270px. It should line up with the rev slider now.
Best regards,
ElliottHey Gal763!
Remove this from your custom CSS.
body .container_wrap .avia-builder-el-last { float: right !important; }Or try adding this instead.
#top .avia-progress-bar-container { float: none !important; }Best regards,
ElliottHey!
It’s some pretty advanced scripting. You can learn how to do it here, https://developers.google.com/youtube/js_api_reference. It would be best to hire a freelancer out if you have troubles though.
If your trying to do something specific then let us know and we may be able to offer some alternatives.
Best regards,
ElliottFebruary 19, 2015 at 5:54 pm in reply to: LayerSlider in the Enfold Theme not working for WP Multisite #399075Hi lukeskybaker!
LayerSlider has an export feature you can use for this. Navigate to Dashboard > LayerSlider > All Sliders and there will be a small section near the bottom where you can select the sliders you wish to export and then click on the Export button.
If you would like us to try and move it into your plugins folder then create a backup first and let us know when your done and we’ll take a look.
Cheers!
ElliottFebruary 19, 2015 at 5:46 pm in reply to: Portfolio Item: link to selfhosted video displaying in lightbox overlay #399070Hi!
That’s a vimeo video on our demo. You can use youtube or vimeo there and it will open up in the magnific popup. Unfortunately I do not think the magnific popup accepts custom video files.
You could try creating an HTML file on your server and use a flash player to display your video. You could then create a link to this HTML file and add an ?iframe=true to the end so it open up in the magnific popup.
If it was me though I think I would just upload the video to youtube or vimeo and use that.
Cheers!
ElliottFebruary 19, 2015 at 5:40 pm in reply to: Full width easy slider does not autoplay in Explorer #399069Hey!
Hmm, I created a test page and it only seems to happen when a vimeo slide is added. It could be a bug.
I’ll go ahead and flag this for the rest of our team to confirm.
Cheers!
ElliottFebruary 19, 2015 at 5:28 pm in reply to: Change the order of sort options, they appear by alphabetic order now #399059Hi itziarsolla!
Are you trying to change the order of the category sort tags? “Destacados / Spots Internet, etc etc”?
Best regards,
ElliottFebruary 19, 2015 at 5:25 pm in reply to: LayerSlider demo content not showing and how do I make it really full width? #399053Hi!
I think it’s a problem in the page. Try creating a new page and add the slider to it and then add your other elements to it and keep checking on the front end to see what is causing the mishap.
If the problem doesn’t appear on your new page then just delete the old page and use the new one.
Regards,
ElliottHi!
1. We already include the meta viewport tag so I’m not sure what to tell you here.
2. Can you paste the exact errors your getting?
4. Try adding this to your custom CSS.
.cart_dropdown { left: auto !important; right: auto !important; display: none !important; visibility: hidden !important; }Best regards,
ElliottHi!
Hmm, not sure what’s going on there. I tested it out on my XAMPP setup and I’m not getting the same behaviour. Your using just the easy slider there correct?
Best regards,
ElliottHi!
I think I see it on my end. After the slider rotates a few times the images start to appear cut off at certain parts correct? Your using quite a few images there, 22? Perhaps that has something to do with it. Try creating a new page and use just 2 – 3 images to see if the problem happens there as well.
Also be sure to deactivate all plugins while testing and let us know of any customizations that you have done.
Cheers!
ElliottHey Michael!
You can find that CSS around line 1115 in /enfold/css/layout.css.
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }You could remove the :hover part and add an !important; like so.
#top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500 !important; }If you want it to be a solid color all the time.
Regards,
ElliottFebruary 18, 2015 at 10:56 pm in reply to: Blog Posts Element Pagination Broken When Offsetting Posts #398522Hey BMart!
Yes that’s expected behaviour. WordPress queries and pagination does not work well with offsets.
I found this which explains it a bit, http://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination, though it looks like it may be pretty complex to get it added to our framework. We’ll see if we can get something worked out in the future.
Cheers!
ElliottHi scottmlogan!
Not sure if it’s possible to do it on the Masonry element but if you use 1/3 columns and add a link and image then you can do it by setting the link to the image and add a class of “avia-gallery” to the link. You could then add extra links somewhere in your page content like so.
<a href = "URL to the image" class = "avia-gallery" style = "display:none;">Click me</a>And they should open up with the other images as a gallery.
Cheers!
ElliottHey emin!
Can you send us a link to your page so we can see it in action? You can set your reply as private if you wish.
Cheers!
ElliottFebruary 18, 2015 at 10:42 pm in reply to: Layer Slider real Full-Width / Rev. Slider alternativ #398514Hey cberentz!
Go ahead and send us a WordPress login and we’ll try playing around with the settings a bit to see if it’s possible.
Regards,
ElliottHi webstrats!
Try adding this to your custom CSS.
.avia-builder-el-16 { top: 40px; z-index:10; } body #gform_wrapper_2 { padding-top: 40px; } section.avia_codeblock_section.avia_code_block_1 { top: -20px; position: relative; z-index: 0; }If you add more elements to the sidebar though then you may need to update the CSS class numbers used in the code provided.
Cheers!
ElliottHi Andy!
Hmm, let’s try the following first.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then send us a WordPress login and we’ll take a look.
Cheers!
ElliottFebruary 18, 2015 at 10:32 pm in reply to: URGENT help please: Although logged in – I cannot access any of the data #398509Hey rhysbowen!
EDIT: Sorry, I misunderstood. Can you send us a WordPress login so we can take a look?
Be sure your using the latest version of the theme, 3.0.8, and deactivate all plugins while testing.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey mberschens!
1. What I would do is just add links to the PDFs. Most users prefer this as it will open up the PDF in a new tab (depending on the browser) where they can read it or download it if they want.
You could also zip up the PDFs and link to that if you want to have them download it automatically.
Or you could try creating the links like so,
<a href = "http://www.yoursite.com/sample.pdf?iframe=true">Click to view PDF</a>If you want the PDF to open in a popup but I think the first option is best.
2. I do not know of any that I can recommend. If anyone know of any then please share.
3. Due to themeforest licensing requirements, yes, I believe you need to purchase a license for each site.
Cheers!
ElliottHey littleJ!
That code is not part of our framework. If your not sure where it came from then someone has access to and is editing the files on your server.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
