Forum Replies Created
-
AuthorPosts
-
Hey Level777,
Do you mean you would like to see the mobile menu button on your desktop?
Then size your browser down to a mobile size.
If not, please elaborate a little further.Best regards,
MikeMarch 4, 2017 at 8:09 pm in reply to: remove date from enfold pages showing in google search #755682Hey VJLoops-GT,
The easy answer is to use a popup contact plugin, there are a few.
Yet you can do this within Enfold by following the steps in these posts:
Modal Popup > https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173
Get contact form shortcode > https://kriesi.at/support/topic/shortcode-contact-form-for-sidebar/#post-507669
I did a quick test on my end, and this is the result:
Please note to do this 3 times for 3 buttons, you may want to choose the plugin option.Best regards,
MikeHi,
To change the gap on only these two buttons you will need to enabled custom css classname support.
in the link above: https://kriesi.at/support/topic/section-button-alignment/#post-721210
the post points to: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
to show you how to enabled custom css classname support.Best regards,
MikeHey alexandervellguth,
When I tested your code it made the empty box at the end, can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey AC19,
Are you adding/editing in code in the text tab? The Visual tab may change the code.Best regards,
MikeHey navindesigns,
The most reliable one I have used is: https://wordpress.org/plugins/duplicator/Best regards,
MikeHey ingozen,
When you are looking at the LayerSlider from the back end, there is a drop down to choose which slider is active.
Best regards,
MikeMarch 4, 2017 at 6:06 pm in reply to: Modify the fade effect transition time in full screen slider #755639Hey architchandra,
Copy the modified shortcodes.js to your_child_theme_folder/js/shortcodes.js and add this at the very end of your child theme functions.php file:function change_aviajs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 3, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );
Best regards,
MikeHi,
@spavli2, Your welcome and Thank you for using Enfold.
@guenni007, Thanks for helping :)Best regards,
MikeHi,
The @import is one way to tell your theme where to get your font, but since you are using “src: url” in your @font-face you wont need to use @import.
If you are still having trouble please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field to replace the first code block:.widget.widget_nav_menu{ background-color: #557519; padding-left: 0px !important; } .widget.widget_nav_menu li { border-bottom: 1px solid #fff !important; } .widget.widget_nav_menu li a { font-weight: bold; color: #fff !important; } #top .widget_nav_menu .nested_nav { padding-bottom: 0px !important; } div .widget_nav_menu{ padding-bottom: 0px !important; }
Best regards,
MikeMarch 4, 2017 at 4:58 pm in reply to: Transparent menu settings interfering with non-transparent pages #755622Hey marcellovoc,
Try to clear your cache and cookies, if that does not help, include admin login details, in the private area, so that we can have a closer look at your installation, and include what your trying to save in the layerSlider.Best regards,
MikeHi,
It looks like some of those plugins have broken the shortcodes in your posts which are messing with everything else.
Try deactivating the plugins & fixing your content, then test one plugin at a time.
Hope this helps.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.container.av-logo-container { background-image: url(https://-your-image-url-here.jpg); background-size: cover; }
Go to Header > Menu and Logo Position > Logo center, menu below. No Sticky Header
You may need to upload a transparent image so the default logo wont show. The image in the code is set to cover, so if your image has text, try to center it. Hope this helps.
Best regards,
MikeHey Dwimmer,
Try this code in the General Styling > Quick CSS field:#top .av_header_transparency #header_main { background-color: rgba(208,208,208,0.5); }
I was not sure how gray you wanted to go, but here is a list of color codes to choose from: https://www.w3schools.com/colors/colors_shades.asp
Best regards,
MikeHallo,
Sie können nicht einen Tisch in einen Textblock setzen, aber Tabellen können in Elemente oder auf den schwarzen Hintergrund gesetzt werden. Auf dem Hintergrund sind Tabellen voller Breite. Ich hoffe die Bilder helfen dir, bitte vergib mein Deutsch.
Vielen Dank für die Verwendung von Enfold.
MikeFebruary 27, 2017 at 2:08 am in reply to: Sidebar losing the styling after being used as a widget #752103Hi,
Try this code in the General Styling > Quick CSS field, I have changed it to allow sub-menus on phones:@media only screen and (min-width: 768px) { .sub-menu { display: none !important; } }
Best regards,
Mike -
AuthorPosts