Forum Replies Created
-
AuthorPosts
-
Hi blafoley,
You can make a custom form and code that would handle that form submit. You might want to hire a freelancer to that for you.
Here are some threads to consider
https://kriesi.at/support/topic/enfold-removing-the-search-magnifying-glass-and-adding-in-the-search-field/
https://kriesi.at/support/topic/searchbox-in-header-menu/#post-267356Best regards,
VictoriaHi mlkg,
Kriesi has been notified of your request.
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2017 at 12:56 pm in reply to: really massive troubles with slider at enfold theme – please help #790218Hi Alexander,
You need to go to Layer Slider and give an id to that layer or image, so that we can target it specifically via css. Then we’ll adjust this code and hopefully make it close to what you want.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #layerslider_7 { height: 170px !important; } .ls-wrapper.ls-in-out { width: 200.756px !important; height: 165.504px !important; margin-left: 50px !important; } img.ls-layer { width: 280.756px !important; height: 165.504px !important; } }
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2017 at 12:38 pm in reply to: Height of text block in color section (no parallax on mobile) #790209Hi,
The face shows when you scroll, if you want to show it at the top, you need to have a taller image and the face should be towards the bottom of the image, but then again it will have to be adjusted to desktop screens.
Best regards,
VictoriaHi sifupeter,
Yes, if you use Advanced Layout Builder you need to recreate all the things you want there manually, but as Nikko suggested you can use Default Editor and use Enfold shortcodes to have some elements from Advanced Layout Builder.
If you need further assistance please let us know.
Best regards,
VictoriaHi PJ,
Could you please enable the Advanced Layout Builder debug so that we can check the shortcodes on the page.
Best regards,
VictoriaHi mikkijack,
I found a better spot for your social icons. Try this code and let me know how it works for you :)
@media only screen and (max-width: 767px) { .inner-container { min-height: 280px; } #main .inner-container .social_bookmarks { left: 26% !important; width: 100%; top: 87% !important; margin: 0 !important; } } @media only screen and (max-width: 479px) { .responsive.html_top_nav_header .social_bookmarks { display: block !important; } #top .social_bookmarks li { width: 38px; } #main .inner-container .social_bookmarks { left: 5% !important; width: 100%; top: 89% !important; margin: 0 !important; } .inner-container { min-height: 240px; } }
Best regards,
VictoriaHi adriennerussel1,
You are getting the error (screenshot in private), here is a thread you can look at:
https://wordpress.org/support/topic/websocket-connection-to-wsspublic-apiwordpresscompinghubwp-failed-403/page/2/Try disabling all plugins and turning them on one by one, to see which one is causing this.
Best regards,
VictoriaMay 8, 2017 at 6:52 pm in reply to: Height of text block in color section (no parallax on mobile) #789773Hi timahe,
You can remove Sarah’s code and you should clear the cache on your iPad or test on another iPad to see if the changes had effect.
Best regards,
VictoriaMay 8, 2017 at 6:49 pm in reply to: really massive troubles with slider at enfold theme – please help #789770Hi Alexander,
I see that you’ve made great progress! Good job! Looks like you got it all done or do you have any more questions?
Best regards,
VictoriaHi laptophobo,
When I tried to edit the contact form or even before that there was an error in console admin-ajax.php 404 (Not Found)
Here is what you can do:If you need further assistance please let us know.
Best regards,
VictoriaMay 8, 2017 at 6:23 pm in reply to: HELP!!! URGENT CLIENT DEMAND !!! – Theme crashed and does not reload! No Restore #789761Hi ingozen,
The correct shortcode for Layer Slider is [layerslider id=”5″]. Please try to recreate the page again, just use this shortcode for Layer Slider.
If you need further assistance please let us know.
Best regards,
VictoriaHi pete4u,
Do you mean that you want the style to work just for that masonry for that page?
if so, you can use this code:.page-id-2 #av_section_2 .av-masonry-entry .av-masonry-entry-title { color: #fff; }
This code will not affect any other page or element. Let me know if I understood you this time :)
Best regards,
VictoriaMay 8, 2017 at 6:09 pm in reply to: Captions for the full width easy slider Bottom with out frame center. #789751Hi srinagasai,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.slideshow_align_caption { vertical-aligh: bottom; } h2.avia-caption-title { font-weight: normal; }
If you need further assistance please let us know.
Best regards,
VictoriaHi mirkorau,
Try clearing your browser cache and deleting cookies.
Best regards,
VictoriaHi Marc,
To change the event that the captions show to, you need to edit the avia.js file find there this line $.AviaTooltip = function(options) and in defaults change event from mouseenter to click.
This will affect the whole website and the changes will be lost unless you move avia.js to a child theme.If you need further assistance please let us know.
Best regards,
VictoriaHi mkdreirad,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 8, 2017 at 5:40 pm in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #789733Hi Minxywitch,
Thank you for sharing!
Best regards,
VictoriaHi losting,
I tried adding it to a single product page and it did not show up. So I would suggest switching to a default theme and checking if the that widget would show up then, if not, you should write to WooCommerce support.
Best regards,
VictoriaHi creativeyes,
1 and 2, no they don’t. When you create a post with Advanced Layout Builder, it is rendered using different templates and it acts like a page. You need to add everything you want to show via Advanced Layout Builder or by customizing templates and writing code.
These are threads on category layout:
https://kriesi.at/support/topic/category-page-and-layout-builder/
https://kriesi.at/support/topic/changing-the-layout-for-post-categories/3 I agree the breadcrumbs are really weird, need to investigate a bit more. Is this a new post or a duplicate?
Best regards,
VictoriaMay 8, 2017 at 2:05 pm in reply to: How to remove background of quantity section on WooCommerce-Product Pages #789586Hi Frank,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .variations_form { border: none; background-color: transparent; }
Don’t forget to flush the cache or disable cache until you get the issue resolved.
If you need further assistance please let us know.
Best regards,
VictoriaHi Ralf,
I am pretty sure, you’re aware that those are two most common ways to change something in WordPress. If you don’t want to use either, you can edit theme framework files and you must know that those changes will be lost with the next them update. So I ask the question again, how do you expect to get this fixed?
Here are some threads that might give you an idea:
https://kriesi.at/support/topic/edit-autoresponder-message/
https://kriesi.at/support/topic/can-i-change-the-contact-forms-autoresponse-reply-to-email/
https://kriesi.at/support/topic/change-text-auto-response-contactform/#post-392414Best regards,
VictoriaHi boethius,
As you can see on the screenshots in private, it looks ok now. I would make the icons smaller though.
@media only screen and (max-width: 350px) { .av-catalogue-image { width: 40px; margin-right: 20px; }
Best regards,
VictoriaMay 8, 2017 at 1:43 pm in reply to: really massive troubles with slider at enfold theme – please help #789566Hi diefleischerei,
The Layer Slider that you created is id=”7″ not 5 :)
Check that page now.Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hey sasha,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 8, 2017 at 1:36 pm in reply to: Testimonial Circle Images Rotating Sideways on Mobile (safari) #789561Hi scottgroves73,
Did you try the 270? I think 450 was wrong and I edited the code in a minute from posting it.
Yeah, if you don’t mind, you can create a temp admin role and post credentials in private box below. You can use any email for that :)Best regards,
VictoriaHi Abbe,
You can place your request here:
Unfortunately, I cannot tell you why Polylang is not supported, I just don’t know the story. I saw people using Loco Translate as well.
And since you’re developing, I’m pretty sure that your developers will be able to come up with a solution for the issue.Best regards,
VictoriaHi Peter,
I am not sure what do you mean by that. Could you explain a bit more or attach a screenshot here of what you meant?
Best regards,
VictoriaMay 8, 2017 at 1:09 pm in reply to: How to remove background of quantity section on WooCommerce-Product Pages #789533Hey force-media,
Could you please give us a link to your website, we need more context to be able to help you.
Thank you for the compliment :)
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi,
@Guenni007 thank you :)
@mkdreirad does this kind of explanation work for you?If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts