Forum Replies Created
-
AuthorPosts
-
Hey Norie,
Variations work only with the WooCommerce gallery, not with the Enfold gallery or mot with the custom product page.
If you need further assistance please let us know.
Best regards,
VictoriaHey ClimbingSocks,
These are the step you gave to follow from the thread above to stop the video form looping in the video element:
Best regards,
VictoriaHi snitt,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi Basti_DLK_23,
I added the code for you in the functions.php from here:
https://kriesi.at/support/topic/sticky-posts-in-b-og-grid/#post-692059Please check, if the correct posts are shown.
Best regards,
VictoriaApril 26, 2020 at 12:34 pm in reply to: Contact Form 2 Questions – Return Name and Making a Form Field Optional #1207240Hi Charissa,
https://share.getcloudapp.com/E0ubnQbn You can choose the degree of validation when you click on the phone in the contact form element.
Best regards,
Victoria-
This reply was modified 5 years, 11 months ago by
Victoria.
Hi Illingco,
Best regards,
VictoriaApril 26, 2020 at 12:24 pm in reply to: Anchor link in footer does not work right, please help? #1207237Hey Morticka,
There is no id “contact” on the page, the form widget has a different id. Please add the proper id and see if the issue persists.
Best regards,
VictoriaApril 26, 2020 at 12:17 pm in reply to: 2 posts pages with different categories, menu indicator doesn't work correctly #1207235Hey Empatica,
Technically when you go to the blog page, you’re not on the Notícies pages and so it does not become active. So it is the correct behavior.
A better solution here would be to display breadcrumbs on the page for the users to know where they are at.
Best regards,
VictoriaHi,
Did you add this code for the post slider?
https://kriesi.at/support/topic/sticky-posts-in-b-og-grid/#post-692059You’re using post slider on the front page and so the code has to be added too.
Best regards,
VictoriaHey minogig,
No, it should not be like that. Please delete all enfold folders and upload a fresh enfold folder without the enfold subfolder.
Best regards,
VictoriaApril 26, 2020 at 12:04 pm in reply to: My shop page changes design when I activate it as my shop page #1207227Hi Humle,
Well, if you did not activate the custom shop page, then WooCommerce takes over and renders its elements instead of what you added.
Here are the docs for you:
Best regards,
Victoria-
This reply was modified 5 years, 11 months ago by
Victoria.
Hi meccabooks,
You can try to enable the Really Simple SSL plugin and see if the issue persists.
Best regards,
VictoriaHi vegaspro,
On the live site, you can remove the Enfold folder and upload a fresh one over FTP.
If you need further assistance please let us know.
Best regards,
VictoriaHey ChichesterDesign,
You can try using the option to build your custom blog page with the Advanced Layout Builder, this way you will have more control over what is shown on your blog page and its design.

If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 5 years, 11 months ago by
Victoria.
Hey NewbieEnfold,
The code shared here adds an attribute to the submit button of the contact form. So it will track the contact form submissions.
https://kriesi.at/support/topic/tracking-contact-form-in-google-tag-manager/#post-429580You can try adding the code for the submit event instead:
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ $att = "onsubmit =\" dataLayer.push({'event': 'form-submission'}); \""; return $att; }Best regards,
VictoriaApril 26, 2020 at 11:26 am in reply to: Products do not get added to cart (again) and they will not update while in cart #1207210Hi harrysdk,
Sorry for the late reply.
Credentials did not work for me. Could you please update the credentials?
How did you move the website?
Best regards,
VictoriaHey Obrmarketing,
Yes, the function has been replaced by the load more button. Looks like you were using a very old version of the theme.
Best regards,
VictoriaApril 24, 2020 at 6:45 pm in reply to: after complete crash – whats the best to update to the last WP 5.4 / Enfold x.x #1206916Hi Robert,
Well, we do not have an ETA yet. The Layer Slider works as it is, so it should not be an issue that it is not updated yet. Are you using the Layer Slider? Is it causing any issues?
Best regards,
VictoriaApril 24, 2020 at 6:45 pm in reply to: after complete crash – whats the best to update to the last WP 5.4 / Enfold x.x #1206915Hi Robert,
Well, we do not have an ETA yet. The Layer Slider works as it is, so it should not be an issue that it is not updated yet. Are you using the Layer Slider? Is it causing any issues?
Best regards,
VictoriaApril 24, 2020 at 6:42 pm in reply to: Getting Fatal error: Maximum execution time of xx seconds exceeded #1206913Hey chaussetoibien,
You need to have this increased:
php_value max_execution_time 300Please write to your hosting provider.
Best regards,
VictoriaHi apremierdj,
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.page-id-64593 p, #top.page-id-64593 b { color: #fff; } #top.page-id-64593 .big-preview.single-big { pointer-events: none; }If you need further assistance please let us know.
Best regards,
VictoriaHi Oref,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
VictoriaHi siljerang,
Most users are using WooCommerce.
Here are the docs for you:
You can export products and import them to another website.
Best regards,
VictoriaHi pippylu,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi cmeurer,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi jmbernstein,
You added it in the 1/1 element, please try using the color section instead.
If you need further assistance please let us know.
Best regards,
VictoriaApril 24, 2020 at 6:25 pm in reply to: How to hide child categories from showing in parent category in "blog posts" #1206896Hi codyw,
Well, this will require a custom query, something like in this thread:
If you need further assistance please let us know.
Best regards,
VictoriaHi apremierdj,
Please attach the screenshots of the result that you’re getting. Did you clear the cache on the devices?
Best regards,
VictoriaHey MikeTandySwag,
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
#av-layout-grid-1 .flex_column.av_one_half + .av_one_half { margin-left: -60px; margin-top: 40px; } #av-layout-grid-1 .flex_column.av_one_half + .av_one_half h2 { text-align: left !important; }If you need further assistance please let us know.
Best regards,
VictoriaHi Matt,
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: 989px) { #top .avia-slideshow-arrows a { font-size: 26px !important; } }If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 5 years, 11 months ago by
-
AuthorPosts

