Forum Replies Created
-
AuthorPosts
-
Hi Jas,
In most cases parallax sections do not work on mobile and are very hard to be adjusted. I would recommend, hiding them and building a section to show on mobile without parallax, just image, text and button if you need. This can be done with a color section, or some slider.
If you need further assistance please let us know.
Best regards,
VictoriaHi timahe,
There is no short answer on what to do here. Somebody has to sit down and fix this. The thing is, it in not really universal, so the script has to be kind of tailored to each specific situation.
Best regards,
VictoriaHi verena,
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 ChrisSchutte,
Thanks for the log :)
The file config-bbpress/config.php is missing, that’s why it fails. Please, get a fresh copy and put it /wp-content/themes/enfold/config-bbpress/.
If you need further assistance please let us know.
Best regards,
VictoriaHi Bert2,
At that point the script tries to write some session data to a file in /tmp and it cannot. That’s why it fails. You can do it via FTP or cPanel.
Best regards,
VictoriaHey ttnka,
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,
VictoriaJune 14, 2017 at 7:55 pm in reply to: Problem with anchor links and scrollTop animation in Firefox #808179Hi Florian,
You’re right, totally missed it :)
Can you try without the :not and the :animated parts, also dofunction(e)
and check for the event. And look at the target var in FF.
Best regards,
VictoriaHey mleite1,
This is not Enfold. Not our Masonry. Not sure we can help you with this.
Best regards,
VictoriaHey typhonconsulting,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which code have you added? Yeah, the texts from posts are not there.
Best regards,
VictoriaJune 14, 2017 at 7:28 pm in reply to: Enfold Fullwidth Sub Menu doesn't work unless 'Sticky submenu' is activated #808170Hey forde,
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,
VictoriaHey melanie_erfrischt,
This requires customization that is out of the scope of our support. You could hire a freelancer to do it for you.
Best regards,
VictoriaHi cnovey,
Could add the link to your website as well, please? :)
If you need further assistance please let us know.
Best regards,
VictoriaHi raslade,
If it’s a font icon it can be added via css, but it has to be added in such a way so that it does not make the element bigger.
If you need further assistance please let us know.
Best regards,
VictoriaHi web4smallbusiness,
I don’t have an answer to that question. We need to investigate a bit further.
If you need further assistance please let us know.
Best regards,
VictoriaHi wdcreations,
You might be using some plugin that has the Vimeo Frogaloop API for videos and they may be in conflict.
Best regards,
VictoriaHi tlchase,
I see your credentials, but I don’t see the link to the website. Can you send it to us?
Best regards,
VictoriaHi Mdmoisell,
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 aaholguin28,
You can upload screenshot to a service like http://imgur.com/ and give us a link here.
Best regards,
VictoriaHi,
It did not work because of the single quotes used. http://imgur.com/a/rRCNW
You can try the code below:#full_slider_1 .avia-caption-title { font-family: 'HelveticaNeue', 'Roboto', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 100; color: #000; }
If you need further assistance please let us know.
Best regards,
VictoriaHi cm-arq,
So you can do your code like this:
.page-id-321 #av-masonry-1 .av-inner-masonry-content-pos { ... }
If you need further assistance please let us know.
Best regards,
VictoriaHi LOTUSPAPOU1,
It’s not an easy thing to do via css and once the screen gets smaller, at least a little bit, there will be no more room for the menu and the logo.
If you need further assistance please let us know.
Best regards,
VictoriaJune 14, 2017 at 6:24 pm in reply to: Editing Post w/ Avanced Layout Editor – missing 'Format' #808141Hey sbrenca,
When you’re making posts with Advanced Layout Builder they become more like pages and will be rendered via Advanced Layout Builder templates and not really classified according to formats any more.
Here is a similar discussion:
https://kriesi.at/support/topic/format-box-not-showing-in-post-enfold-version-3-1-5/If you need further assistance please let us know.
Best regards,
VictoriaHi mleite1,
I’m confused as to what you mean. Do you have a mockup of what you’re trying to achieve?
Best regards,
VictoriaHey waveseven,
For better search results, you should use some plugin. Here is an overview:
http://www.wpbeginner.com/showcase/12-wordpress-search-plugins-to-improve-your-site-search/If you need further assistance please let us know.
Best regards,
VictoriaHi S4racen,
Thank you for the explanation. Was not really clear before :)
You could try this code:.wc-nested-category-layout-category-title { margin-top: 40px; } h2.wc-nested-category-layout-category-title + img { display:none; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Sergej Rube,
I checked and the code works on your website now. I did not give you any rule for “like avia-menu-fx”, don’t know what you’re talking about, I did not address any spans. The underline was there before, but it was light grey, so it was almost invisible. It works with top level menu.
Best regards,
VictoriaJune 14, 2017 at 5:43 pm in reply to: Issues after upgrade to Enfold 4.0.5 – Continuing an old tread #808113Hey AnineOlsen,
Here is the code you can put in in your child theme style.css
.woocommerce-loop-category__title { font-size: 18px; } .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Where did you apply the fixes before?
If you need further assistance please let us know.
Best regards,
VictoriaHey Abigail,
For the thumbnails to be square, the original images also have to be square. You can adjust settings here and then you need to regenerate thumbnails.
If you need further assistance please let us know.
Best regards,
VictoriaHi bakbek,
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,
VictoriaHey clairemartindigital,
Please refer to this thread for a possible solution.
Or you could add this in your functions.php
add_filter( 'woocommerce_product_description_heading', 'remove_product_description_heading' ); function remove_product_description_heading() { return ''; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts