Forum Replies Created
-
AuthorPosts
-
Hi,
Edit the page then look for the Page Attributes box in the document sidebar. In that box you should see a Template dropdown where the “Blank – No Header, no footer” template can be selected.
Thank you for the update.
Best regards,
IsmaelHey Julie,
Thank you for using Enfold.
Try to adjust the font size of the menu items and the padding between them.
@media only screen and (max-width: 1300px) { #top #header .av-main-nav > li > a { font-size: 13px; padding: 0 10px; } }Best regards,
IsmaelHey datadirt,
Thank you for the update.
That is cause by the hidden category container. Please remove the following css code or just disable the top margin.
h3.slide-entry-title { margin-top -36px !important; font-size: 18px !important; }Then look for this one:
.blog-categories { visibility: hidden; }Replace that code with this:
.blog-categories { display: none !important; }Don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like the space is only visible on smaller screens. Please try this code in the Quick CSS field.
.avia-layerslider.container_wrap { min-height: 0px !important; }Best regards,
IsmaelHi,
Thank you for the update.
We used this css code to remove the default underline in the link tag.
#top .av_inherit_color a { text-decoration: none; }Are you trying to set the font family to Georgia? We applied the font to the list.
Best regards,
IsmaelHi,
Thank you for the update.
Try to remove the margin around the container on mobile view with this css code.
@media only screen and (max-width: 767px) { .wc_ps_sidebar_container { margin: 0; } }Best regards,
IsmaelHey brockwatson,
Thank you for using Enfold.
The beta version contains a patch for the revolution slider issue. Please check the private field. Make sure that you have an extractor software like WinRAR or WinZip installed in your local machine.
Best regards,
IsmaelHi,
Thank you for the update.
Can we reset the database? We can’t import the demo again without removing the existing content.
Best regards,
IsmaelJuly 23, 2019 at 2:39 am in reply to: Tab section titles with accents generate not-user-friendly slugs #1121081Hi,
Thank you for the update.
That’s not possible because encoded or special characters are NOT allowed in a URL, so the theme automatically removes them. You have to replace them with simple characters or consider using another element.
Best regards,
IsmaelHey marsh1984,
Thank you for using Enfold.
Could you give us a screenshot of the issue? Are you using the Fullwidth Slider before? Please make sure that the size of the images are exactly the same.
Best regards,
IsmaelHi,
Danke fur das Update.
The invitation link has already expired. Would you mind providing us with another account?
Best regards,
IsmaelJuly 23, 2019 at 2:12 am in reply to: Rev slider still not displaying after updating slideshow_revolution.php #1121074Hi,
Thank you for the update.
Did you install an extractor software like WinRAR or WinZip? A password prompt should appear when you try to extract the files. Extract the files in your desktop or any directory of choice, then upload it in your server via FTP.
Best regards,
IsmaelJuly 23, 2019 at 1:42 am in reply to: Hi! I'm also having troubles with revolution slider in front-end. #1121067Hi,
Thank you for using Enfold.
Do you have the latest version of the rev slider plugin? The latest version is v6.0.5. After upgrading the plugin, try to add the patch provided in this thread.
// https://kriesi.at/support/topic/new-revslider-6-breaks-enfold/page/2/#post-1120624
Best regards,
IsmaelHey!
Do you have the latest version (v6.0.5) of the rev slider plugin? Please let us know if the latest version of the plugin and the above patch fixed the issue.
Cheers!
IsmaelHi,
Danke fur das Update.
Das ist seltsam. Ich kann einen Parallaxbehälter innerhalb des Abschnitts sehen. Sie können diesen CSS-Code ausprobieren.
.avia_mobile #top .av-parallax-section { z-index: 10; overflow: visible; }Ich hoffe Sie haben nichts dagegen dass ich Deutsch übe. (using google translate :D)
Best regards,
IsmaelHi,
You’re welcome! Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey elbnetz,
Thank you for using Enfold.
You can find the beta version in the private field. Let us know if it helps.
Best regards,
IsmaelHi,
Thank you for the info.
We’ll forward your thread to Kriesi. Please wait for his response.
Best regards,
IsmaelJuly 22, 2019 at 4:22 pm in reply to: Fixing incorrect behaviour of custom colors on Accordion content element #1120926Hi,
You’re welcome. The actual fix is going to be included in the next update.
We’ll close the thread now. Have a nice day!
Best regards,
IsmaelHey signumsrl,
Thank you for using Enfold.
Yes, you can add the script alongside the Google Analytics code in the same field. The scripts will be added in the head tag using the “wp_head” hook.
Best regards,
IsmaelHi,
You’re welcome. We’ll close the thread. When you have the time, please register an account here in the forum using your purchase code.
// kriesi.at/support/register
Have a nice day!
Best regards,
IsmaelHi,
Where can we see the issue? Please provide the actual link to the page. Are you toggling the File Compression settings after adding the code?
Best regards,
IsmaelHey Sophie,
Vielen Dank, dass Sie Enfold verwenden.
Es scheint ein Problem mit dem Parallaxeneffekt zu sein. Haben Sie diese Option aktiviert?
Best regards,
IsmaelHey webworm72,
Thank you for using Enfold.
That is the default behaviour of opening a tab content — it makes certain that the tab title is visible in the viewport. It doesn’t really help in your case because of how the tab element is used in the page. If you want to change that behaviour, edit the config-templatebuilder > aviashortcodes > tabs > tabs.js file. Look for this code around line 144 and remove it.
if(win.scrollTop() > el_offset) { $(‘html:not(:animated),body:not(:animated)’).scrollTop(scoll_target); }Toggle the File Compression afterwards if it’s enabled.
Best regards,
IsmaelHi,
Thank you for the update.
The “ava_load_jquery_dep_script” function is causing an error. Please disable it temporarily. The datepicker should be visible whether you’re logged in or not.
Best regards,
IsmaelHi,
This should change the style of the wholesale price in the checkout page.
.wholesale_price_title, .wholesale_price_container { text-decoration: none; font-size:15px; line-height:24px; font-weight:600; color :#a9905a; }Unfortunately, we can’t style the text in the cart page and in the price total column because the regular price and the wholesale price is in the same container.
Best regards,
IsmaelHi,
Thank you for the update.
We don’t see any unusual space between the slider and the section in that page. Could you provide a screenshot? You can use imgur or dropbox.
Best regards,
IsmaelHey Luca,
Thank you for using Enfold.
We can’t really see the problem in that page. Could you give us a screenshot of the issue? You can use imgur or dropbox for the screenshot.
Best regards,
IsmaelJuly 22, 2019 at 11:58 am in reply to: Coding – Massive Duplicate Content & Unneded Inline Code / GDPR #1120815Hi,
Thank you for using Enfold.
Are you referring to the cookie consent message? Would it help if we remove the consent message container instead of hiding it with css? You can also disable the consent message from the Enfold > Privacy & Cookies panel if you don’t need it.
Best regards,
Ismael -
AuthorPosts
