Forum Replies Created
-
AuthorPosts
-
September 30, 2020 at 4:49 pm in reply to: Template adaptation for PlugIn WP Job Openings in Enfold #1249700
Hi InnovationCity,
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
ul { list-style: disc outside; }
If you need further assistance please let us know.
Best regards,
VictoriaHi KateProudman,
Images added to the library should be of the same size, it’s not going to work properly when they have different sizes and aspect ratios.
Best regards,
VictoriaSeptember 30, 2020 at 4:41 pm in reply to: Underlined H1 // Not possible to take away the Underlined grey color #1249698Hey Shaddowpain,
I did not find any css that can add this underline. Can you please delete those blocks and add them again?
Best regards,
VictoriaHey Shaddowpain,
Please install the plugin from this article and see if the issue gets resolved.
Actually, you need to update the theme to the latest which 4.7.6.3.
If you need further assistance please let us know.
Best regards,
VictoriaHi Cecile,
Thank you.
Can you please tell us how to reproduce the issue step by step?
Also, you need to update php to at least php7.2.
Best regards,
VictoriaHi irxcommunicatie,
https://share.getcloudapp.com/yAulxeLm You need to choose bigger image size for the gallery, 300×300 or bigger. 180×180 gets stretched and loses quality.
If you need further assistance please let us know.
Best regards,
VictoriaHi ReinaSmallenbroek,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey ottwebtech,
Can you please check the server log for error?
Best regards,
VictoriaHey lpkm,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaHi Piamq,
Best regards,
VictoriaHi lkoloseus,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
VictoriaHi Sachs,
Did you add the custom class to those sections or just the css?
Best regards,
VictoriaHey alquadrat,
Best regards,
VictoriaHey lpkm,
Which upload buttons are you referring to?
Could you please attach some screenshots of the issue?
Best regards,
VictoriaHey debra15,
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,
VictoriaSeptember 30, 2020 at 3:25 pm in reply to: Getting 409 ERR_ABORTED conflict on forms – messing with css & JS #1249676Hey ianhayes94,
Could you please attach some screenshots of the issue?
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 Ganubis,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaHey jonhedges,
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 janton1,
Those warnings are about the jQuery library, we still use this code, but it will be removed sometime in the future. You can disregard them for now.
Best regards,
VictoriaHi syltzuhause,
Those warnings are about the jQuery library, we still use this code, but it will be removed sometime in the future. You can disregard them for now.
Best regards,
VictoriaHey Nieck Jan Boschman,
With what name or email did you try to register at the forum?
As for the theme options, here is a thread about it:
Best regards,
VictoriaSeptember 30, 2020 at 3:16 pm in reply to: Chor-Websites mit Enfold / Websites of choirs with Enfold #1249668Hey Michael Knödler,
Thank you for your interest in Enfold. I have not seen any choir websites but I am sure it can be built :)
Here are some websites built with Enfold:
———Translated with Deepl
Vielen Dank für Ihr Interesse an Enfold. Ich habe keine Chor-Webseiten gesehen, aber ich bin sicher, dass es aufgebaut werden kann :)
Hier sind einige Websites, die mit Enfold erstellt wurden:
If you need further assistance please let us know.
Best regards,
VictoriaHi Lene,
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 .av-main-nav ul a { padding: 1px 15px; }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 30, 2020 at 2:49 pm in reply to: burguer menu on lansdcape orientation ipad and tablets #1249662Hey Ramiro,
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: 1024px) { nav.main_menu, #menu-item-search { 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,
VictoriaHi MichaelNickel,
Here is the code you can put in your funtions.php
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
And then you can make changes in the files that you added to the child theme.
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 30, 2020 at 2:43 pm in reply to: Fullwidth easy slider: text alignment (caption position) #1249658Hi Lene,
Thank you.
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 .slideshow_align_caption { text-align: right; }
Where can I see the 3 lines of text? Please share the link.
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 30, 2020 at 2:38 pm in reply to: Blog Widget, Grid Layout show author and date/time #1249656Hi OverlapAT,
Well, you will need to modify the post slider file.
Here is a thread about it:
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 30, 2020 at 2:36 pm in reply to: Problems with Accordeon Slider – Images have no link to lightbox #1249655Hi Chris_85,
Please check the page now. Images open in the lightbox on my end. I went to every image and resaved the settings.
Best regards,
VictoriaSeptember 30, 2020 at 2:29 pm in reply to: Categories not showing in "blog post slider" and "show blog posts" #1249653Hi Ursula,
You need to edit the post slider file, in this thread, you can see where to add the code:
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts