Forum Replies Created
-
AuthorPosts
-
Hi wva28a57,
Here is the setting that does that
https://cl.ly/3c1U2O1W1720
Here is the textSince you selected to display submenu items on click, the parent menu item does no longer navigate to the URL it contains, but toggles the visibility of its submenu items. If you want users to be able to open the parent menu URL the theme can create a clone of that item in the submenu
If you need further assistance please let us know.
Best regards,
VictoriaOctober 9, 2017 at 11:42 am in reply to: Blog post – no space between image and text in body #861849Hi Kali,
There is no css code that will work for all images, on another website could be different container different html structure and so the css rules applied are different.
If you need further assistance please let us know.
Best regards,
VictoriaOctober 9, 2017 at 11:40 am in reply to: didn’t send any data. ERR_EMPTY_RESPONSE on brand new install…. no custom.. #861847Hi Lindsey,
Yes please, send us the video, that would be very helpful. I was able to edit the page and it was saved. Are you having issues with the new pages or with old pages? Which version of php are you running?
Best regards,
VictoriaHi Siegfried,
That notice shows up usually when a plugin needs an update, in this case, it is Layer Slider, you’re right. You will be still seeing the notification until Enfold incorporates the Layer Slider update in its next version. If you’re not using Layer Slider you can deactivate it. Here is how to do it:
If you need further assistance please let us know.
Best regards,
VictoriaHi samvasgr,
No, you can put the icon next to the title, but not change the accordion icon. Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaOctober 9, 2017 at 11:26 am in reply to: Items with zero price or out of stock still showing the buy button #861838Hi Duncan,
This code should work, have you tried it?
Or try like thisfunction remove_add_to_cart_on_0 ( $purchasable, $product ) { if( $product->get_price() == 0 || '' !== $product->get_price() ) { return false; } return $purchasable; } add_filter( 'woocommerce_is_purchasable', 'remove_add_to_cart_on_0', 10, 2 );Best regards,
VictoriaHi,
Here is a thread for you to consider
Best regards,
VictoriaOctober 9, 2017 at 11:16 am in reply to: Forbidden H1-Keywordstuffing and double h1-Usage due Breadcrumbs #861834Hi Hokuspokus,
Thank you for bringing this up, I relayed your concern to Kriesi.
If you need further assistance please let us know.
Best regards,
VictoriaHi netzhautflimmern,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaOctober 9, 2017 at 9:43 am in reply to: Customize archives and tags pages and get rid of social share link… #861797Hey!
I am using Safari 10 so far, below is what it looks like. 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 Elena,
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
.page-id-3338 <---you home page class .av-burger-menu-main { display: block; }If you need further assistance please let us know.
Best regards,
VictoriaHey NummerElf,
Sie können einen Widget-Bereich in der Kopfzeile hinzufügen und das Bild dort platzieren. Hier ist, wie es geht.
(You can add a widget area in the header and place the image there. Here is how to do it.)Best regards,
VictoriaHi Günter,
That’s great! Thank you for sharing!
Best regards,
VictoriaHi micropoleinstitut,
Could you please attach a mockup of what you’re trying to achieve? I do not see any green square and it’s not very clear to me what you’re trying to achieve.
Best regards,
VictoriaHi Angela,
Credentials did not work for me. Could you please update the credentials. Can you also specify the page on which this is happening?
Best regards,
VictoriaOctober 6, 2017 at 1:34 pm in reply to: Tablet/iPad hamburger navigation issue in landscape (only) #861009Hey Jason,
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 (min-width: 991px) and (max-width: 1024px) { nav.main_menu { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaHey Darryl,
Right click on the element and click “Inspect element”, there you will see the element and classes in the DevTools console.
Fo the images the code is
.av-tab-section-image { width: 40px; }If you need further assistance please let us know.
Best regards,
VictoriaHey wva28a57,
The warning on the menu page could be the reason the menu is not functioning properly. Could you delete that item and see if the issue remains?
Best regards,
VictoriaHi waterwalk,
One thing, still left to do is to check the server log for the error, to see what the cause is.
Best regards,
VictoriaHey pddcoms,
Which elements exactly do you mean? Some of h1s on your page are added as special headings, those are headings and you cannot make them links. You need to consider a text block and add a link with heading with it.
Actually, you can add HTML in the text field https://cl.ly/2W0M321U2q3t, so you can try that.
Best regards,
VictoriaHi epaz,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Carolin,
Most of the space is created by the elements above, not any margin or padding, but the code below can reduce at least the top margin.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.cssIf you need further assistance please let us know.
Best regards,
VictoriaHi Hannes,
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 xuamox,
YOu could try the code below, but with different screen sizes and different amount of text, yuo can never be sure like that.
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-masonry-entry .av-inner-masonry-content { min-height: 60px; height: 100%; }If you need further assistance please let us know.
Best regards,
VictoriaHi,
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) { .html_header_top.html_header_sticky #top #wrap_all #main { margin-top: -189px; } #top #wrap_all .av_header_transparency { background-color: transparent; } }But then your logo and the burger menu become almost invisible.
If you need further assistance please let us know.
Best regards,
VictoriaHi MabelB28,
Looks like your website has been hacked, do you still have access to it?
Here are some things you can do:
https://codex.wordpress.org/FAQ_My_site_was_hackedBest regards,
VictoriaHey mariom44,
There are errors in JavaScript and the map error says that the API is not activated, here is the doc
https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-errorIf you need further assistance please let us know.
Best regards,
VictoriaOctober 6, 2017 at 12:29 pm in reply to: Change the default featured image size of a post on archive pages #860973Hey tobuff85,
Here is what I am seeing
https://cl.ly/3O3E2P013O0XLooks like you got it figured out.
Please let us know if you have any more questions.Best regards,
VictoriaOctober 6, 2017 at 12:27 pm in reply to: Disable box that is above image on scroll of gallery #860970Hi extraeyes,
The grey box, the img alt showing up is the default HTML mechanism, but here are some things you could try
https://stackoverflow.com/questions/36305805/how-to-hide-alt-text-using-css-when-the-image-is-not-presentIf you need further assistance please let us know.
Best regards,
VictoriaOctober 6, 2017 at 12:22 pm in reply to: Show portfolio excerpt under next to thumbnail (instead of under thumbnail) #860967Hi emielvanwegen,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
