Forum Replies Created
-
AuthorPosts
-
July 7, 2015 at 11:42 am in reply to: Enfold Portfolio Categories Not Showing in Sorting Menu #469556
Hi!
login details are not working for me. Please check.
Cheers!
AndyHey!
as Rikard already asked you: can you please include a link and/or screenshots showing what’s going on? quite difficult to imagine for us what you need, because we can’t see anything. You can use imgur or dropbox.
You can try to use the shortcodes and just duplicate them. Have a look at this to activate debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Hope this helps.
Regards,
AndyJuly 7, 2015 at 11:35 am in reply to: Full width easy slider disappearing when I update the page #469551Hey!
you need to access your functions.php via ftp to delete the lines again. We recommend to use a child theme, instead of the parent functions.php.
Try this code instead:add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom, avia-layout'); return $excluded; }
Best regards,
AndyHi!
you are welcome. Let us know when you have some more questions or issues related to the theme. We are happy to assist you.
Best regards,
AndyHi!
there is no padding anymore, as it is set to “0”, but you can control the margin with this:
#map { margin-bottom: -10px; }
Hope this helps!
Cheers!
AndyHi!
as I said in my previous post images are better to control responsiveness. That is why I activated your “sc.main-4r2″ instead of your “sc.main-4r″ slider. Your images used as headlines should be controllable via CSS as I showed you in my previous post.
Clear browser cache if necessary and refresh your website a few times.
Regards,
AndyHi!
ein Tutorial wie du Kategorien bei WordPress mehr kontrollieren bzw. verstecken kannst, findest du hier: http://www.wpmayor.com/how-to-hide-or-remove-categories-from-a-wordpress-homepage/Du kannst für diese Funktion auch auf ein Plugin setzen: https://wordpress.org/plugins/ultimate-category-excluder/
Gruß,
AndyHey!
I put “testamonial” as section ID inside of the color section Elliott built and then used this code:
#testamonial { background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important; }
I hope it looks good to you now.
Cheers!
AndyHey!
could you try to deactivate all other plugins please? to check if one is causing this issue.
Please contact the plugin’s author to check if they can see how to solve this issue.Cheers!
AndyHi ACNLatitudes!
you don’t have Enfold activated on your page. We need to inspect the Enfold elements to provide you some CSS code. Let us know when you are ready. Admin access would be helpful to us as well. Post login details here as private reply.
Regards,
AndyHey jrose!
this is happening because those two images have an image height of 269px while the others have 187px. Please use same image height to make sure they look the same.
Best regards,
AndyHi!
not sure if I understand and please open a new ticket for new questions.
Autoplay video is set to off by default for mobile, as it would need too much traffic (which costs lots of money in different countries).
Cheers!
AndyJuly 6, 2015 at 2:28 pm in reply to: Template (Vorlage) function not transferring custom classes #468933Hi tinip!
hm it is working for me! so please post admin access here as private reply, so we can take a closer look into the issue. Make sure to use newest theme version and try to deactivate all plugins while testing.
Cheers!
AndyHey!
please not that we have a weekend as well, as written in our support policy :).
Not sure about which images and which titles you are talking about, but if I have to guess then I would say you mean the ones in your masonry gallery, right? if yes try this code:
figcaption.av-inner-masonry-content.site-background { top: -172px; } .av-masonry-image-container { top: 38px; }
Regards,
AndyHi JustinGreis!
thanks for opening a new ticket!
can you show us a precise link where we can see the issue with your vimeo background not working? because we need to inspect the elements. We would also need admin access, to have a deeper look into it. Post admin login here as private reply. Make sure to use newest theme version (Enfold v.3.2.2.).
Cheers!
Andy@JustinGreis and @Peter_Thomas
Please open a new ticket for your issue, because it gets too confusing for us moderators and for other readers as well to follow this thread. Include a link to your website and admin access as well. You can post login details as private content. Try to delete all theme files and get a fresh copy from your themeforest account.
@ankeee
You are using an old version of the theme. Please upgrade to Enfold v.3.2.2.Regards,
Andy@vic98
Thanks for helping out!
@jjdenmark
Let us know if you have some more questions related to the theme. We are happy to assist you.Cheers!
AndyHi!
you can hide it using this code in Quick CSS field:
a.avia-post-nav.avia-post-next.with-image { display: none; }
Hope this helps.
Regards,
AndyJuly 6, 2015 at 1:54 pm in reply to: Code To Insert In Order To Show Blog Meta Elements In Blog Posts Using Avia #468901Hey!
yes, when using ALB for posts you have all the freedom to layout the way you want, but you need to use this freedom as well, so you need to change it for every post you create. You could try to use plain text instead, but I hink the html code Elliott provided to you is just a little bit more precise.
Cheers!
AndyHi!
not sure if it’s possible for us, as I think it might need a lot of work and time to implement a feature like this, so you might need to hire a freelancer for this job. However, maybe these answers can help you:
https://kriesi.at/support/topic/change-floating-navigation-to-the-next-or-previous-portfolio-items/#post-438283
https://kriesi.at/support/topic/next-and-previous-portfolio-items/#post-423878Regards,
AndyHi!
use this code to display it 100% on mobile devices:
@media only screen and (max-device-width: 736px) { li.av-single-slide.slide-1.active-slide { background-size: 100% 100%; }}
Hope this helps!
Regards,
AndyHey DROR!
you can control it using this code in Quick CSS:
img.mfp-img { width: 110%; max-width: 110%; }
Adjust as needed.
Regards,
AndyHey!
use this code to control position of the logo:
strong.logo { left: 500px; }
and adjust as needed.
Best regards,
AndyHi!
your text look good to me on mobile devices now. Could you fix it? Please clear browser cache and hard refresh your site a few times.
Cheers!
AndyHey!
I can’t see any conflict with Javascript and your form looks good to me. What are the changes you want to achieve? please provide us screenshots of it (imgur, dropbox).
Cheers!
AndyHi OneClickTech!
please use a child theme, so changes in functions.php do not get overwritten when updating. We can’t provide support for any 3rd party plugins. Please contact plugin’s author for support and/or hire a freelancer for this job.
Cheers!
AndyJuly 6, 2015 at 1:06 pm in reply to: how to disable the title link in the Ajax portfolio preview? #468851Hi decode!
can you show us the issue providing us a link where we can see it? post it here as private reply if you wish.
Cheers!
AndyHey!
currently there is no such function, but you can make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Regards,
AndyHi harald!
ich denke das löst du am Besten mittels einem Plugin:
https://codex.wordpress.org/Custom_Headers
https://wordpress.org/plugins/custom-header-extended/Gruß,
Andy -
AuthorPosts