Forum Replies Created
-
AuthorPosts
-
December 9, 2017 at 8:36 pm in reply to: Add Polylang language swith next to burger menu icon #886966
Hi,
Thanks for the feedback, I see that I missed that, and with using the “Display as icon” setting the Extra Elements > Header Secondary Menu is also hidden. Which now makes sense.
You can add a widget to the header, see here.
Or how about setting the menu back to display as text and using this code to show the burger menu:@media only screen and (max-width: 1990px) { .av-burger-menu-main { display: block!important; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none!important; }}Then the Extra Elements > Header Secondary Menu will show, which has the language switcher in it.
Best regards,
MikeDecember 9, 2017 at 8:10 pm in reply to: Add Burger Icon next to menu item rather than the down arrow #886961Hi,
Try:.responsive #top #header .av-main-nav > li > a:hover { color: #8dc63f!important; }Best regards,
MikeHi,
Please try this code”@media only screen and (max-width: 766px) { .responsive #top #main {margin-top: -80px!important;} #top #wrap_all .av_header_transparency {background-color: transparent!important;} div#header_main > .container {display: block !important;} }I think you’ll get what your looking for, please see screenshot in Private Content area
Best regards,
MikeHi,
I stand corrected, well done :)
Thank you for sharing your solution, shall we close this then?Best regards,
MikeHi,
The image hotspot is different on mobile device because of the following reasons:1.) Mobile devices don’t support hover state so it’s not going to work as it should.
2.) There is not enough space to accommodate the tool tip especially when you use long text.
3.) There no on click script currently availability.
Forcing it to display on mobile devices will either break the shortcode or it will just look crappy. You can try this in the Quick CSS field@media only screen and (max-width: 767px) { .responsive .av-mobile-fallback-active.avia-tooltip { visibility: visible!important; } .av-hotspot-fallback-tooltip { display: none !important; } }Best regards,
MikeHi,
I researched further and found that You will want to enter the API details in the parent theme, then you can just switch back to continue working on the child.
Hope this helps :)Best regards,
MikeDecember 9, 2017 at 6:47 pm in reply to: Add Polylang language swith next to burger menu icon #886942Hi,
I see your flags are showing in your burger menu, and your main menu is disabled.
The option is to put the language items in the secondary menu and set the secondary menu to the top of the page, which I did.
But it is not showing as it should. Also your theme options don’t show the “Menu Items for mobile” option and I see no css to set your burger menu to always on. So there is a conflict somewhere.
Did you make changes to the parent theme? Perhaps try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise I would recommend re-uploading the parent theme to correct any broken files.Best regards,
MikeHi,
Sorry, my mistake. As for doing this with the Full-Width Submenu element, it’s not a feature at this time. The site they were working was Version: 3.4.7 and the menu structure has changed since then.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeDecember 9, 2017 at 3:55 pm in reply to: Add Burger Icon next to menu item rather than the down arrow #886865Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav>li.current-menu-item >a .avia-menu-text {color: red !important;} #top .header_color.av_header_transparency .avia-menu-fx {background: red !important;Best regards,
MikeHi,
Did you want to use the mobile burger menu? It looks disabled.
It looks like you are using Enfold v4.0.7, did you know we are now up to v4.2?Best regards,
MikeHi,
If I understand correctly you want the hotspots to be blue in the backend for only you, not in the front end where visitors will see it. In that case, Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('admin_head', 'custom_hotspot'); function custom_hotspot() { echo '<style> #wpwrap .av-image-hotspot_inner {background: blue!important;} </style>'; }Best regards,
MikeHi,
Try adding this code:.page-id-3644 div .av-flex-placeholder { width: 12px!important; } .page-id-3644 .flex_column_table.av-equal-height-column-flextable.-flextable { margin-top: 12px!important; margin-bottom: 12px!important; }Best regards,
MikeDecember 9, 2017 at 2:30 pm in reply to: Add Polylang language swith next to burger menu icon #886831Hi,
First you will need to remove the code you added to the functions.php via FTP.
Then can try to understand why you are getting the error, do you have more that one custom widget?Best regards,
MikeHey valcov,
Is it the homepage that your are talking about?
The login doesn’t work please check.Best regards,
MikeHey i am a iranian,
If I understand correctly, you are asking about using the Visual Composer page builder plugin with Enfold. Visual Composer page builder will not work correctly with Enfold because Enfold has it’s own Advanced Layout Builder. Please uninstall Visual Composer page builder and use ALB.Best regards,
MikeDecember 9, 2017 at 1:59 pm in reply to: Anchor link / Section ID for Revolution Slider and Widget in footer #886819Hi,
Try this code in the General Styling > Quick CSS field:.page-id-1360 #after_section_4 {display:none!important;}Might I suggest creating your menu links to target #werkwijze instead of your full url, your page seems to be reloading on every anchor click.
Best regards,
MikeHi,
I’m sorry, I read it as under the title and image, as in my screenshot, which is a blog post using the default editor. But now that I look closer, it looks like you are using the advanced editor for your posts. Is this true?
This solution won’t work for you because when you use the advanced editor none of the template is used, a blank template is used so we can’t target the title.
So in this case you will need to edit each page, adding the Adsense code in a code block element under the title.
Or you can edit each page and add the widget element under the title so in the future you will only need to edit the one widget to change all of the pages.Best regards,
MikeHey James2200,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_schema(){ if( is_page( 123 ) ) { ?> <script> //Your Script Here </script> <?php } } add_action('wp_header', 'custom_schema');where “is_page( 123 )” please change to your page id number
Best regards,
MikeHi,
To change your header logo so you have a dark one & light one, first add your light one at Enfold Theme Options > Header > Transparency Options > Transparency Logo
Also set you menu link color there.
Then add your dark logo to Enfold Theme Options > Frontpage Settings > Logo
add set your dark menu link at Enfold Theme Options > Advanced Styling > Main Menu LinksBest regards,
MikeHey aisukei,
We don’t have a built in hook for under the image on blog posts, but I can show you how to add one. You should be using a child theme so that on your next theme update you won’t loose this change. We will edit enfold/includes/loop-index.php so add a copy of this to your child theme folder.
First add this code to the end of your functions.php file in Appearance > Editor:add_action( 'ava_after_post_image', 'enfold_customization_post_widget_area' ); function enfold_customization_post_widget_area() { dynamic_sidebar( 'postwidget' ); }And then navigate to Dashboard > Appearance > Widgets and create a new widget area named postwidget and add your widget to it.
Then go to enfold/includes/loop-index.php line 204 and add:do_action( 'ava_after_post_image' );
It should look like this:

We can’t place it inside a color section, but you shouldn’t need that to have the width, nor should you need any css, but if you do just let us know.Best regards,
MikeHi,
I found an extra 40px margin, Try this code in the General Styling > Quick CSS field to remove:@media only screen and (max-width: 767px) { .page-id-1336 .avia-content-slider .slide-entry-wrap { margin-bottom: 0px!important; } }Best regards,
MikeDecember 9, 2017 at 11:03 am in reply to: LayerSlider: automatically scrolling down after the last slide #886759Hey auserde,
Sorry, that feature is not available yet. But you could create a large button on your last slide to encourage visitors to go to the next section.Best regards,
MikeHi,
Your error is that “Your site URL is not authorized” you will need to go to your Google Map API settings and enter your correct url. Or try setting your restrictions to none temporary to get your map working then retry setting you url restrictions.
Note that it can take an hour for your changes to take effect, so only make one change and save, then clear any cache plugin and wait.
I also see you have the “Google Maps API warning: RetiredVersion” because you are using Enfold v4.0.3, please update to v4.2 to solve.Best regards,
MikeDecember 9, 2017 at 10:37 am in reply to: Adding padding to move burger menu on mobile phone #886755Hey vic98,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #wrap_all .main_menu { top: 15px!important; }}adjust the number to suit.
Best regards,
MikeDecember 9, 2017 at 10:34 am in reply to: Anchor link / Section ID for Revolution Slider and Widget in footer #886753 -
AuthorPosts

