Forum Replies Created
-
AuthorPosts
-
Hey Darren,
Apologies but I’m having a little trouble understand exactly what you are looking to do. Perhaps if you could try explaining once more I’ll be able to give you some direction.
Best regards,
Jordan ShannonHey nazortho,
Please see the following doc on adding a widget area to the header.
This should get you where you need to be
Best regards,
Jordan ShannonHi,
This would have to be done via the forum. It seems to be a class conflict to me. The styles applied to the main menu seems to have been applied to the submenu items which explains the “box” around the sub-menu items. If possible please share admin info so I can log in and look into this further.
Best regards,
Jordan ShannonHi,
Thank you for sharing this suggestion.
Best regards,
Jordan ShannonHi,
Do you have the following code block in your functions.php file:
function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');If so please comment it out or remove it. Then, retest of course.
Best regards,
Jordan ShannonHi,
I understand the issue and I see the boxes. But, what I am asking is for you to put the menu back to default so we can work this from the beginning and get it set up properly.
Best regards,
Jordan ShannonHi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 25, 2017 at 2:40 pm in reply to: Paragraph beginning with an icon, 2d line position #856484Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Add this to quick css to remove the space on mobile on the contact page only:
@media only screen and (max-width: 767px) { .page-id-339 .avia-builder-el-0 , .avia-builder-el-1{ display:none!important; }}Best regards,
Jordan ShannonHi,
Is there a widget provided for this function? If so you can add a widget area to the header and style as you need. If it is a script tag, try adding it to the text widget.
or
If it’s just raw code you can use one of our header hooks to add it:
add_action( 'ava_after_main_title', 'add_my_custom_code' ); function add_my_custom_code() { ?> <p>My custom code here…</p> <?php }Best regards,
Jordan ShannonHi,
Great! I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey splashmediagroup,
The previous thread has been re-opened. Please continue corresponding there.
Best regards,
Jordan ShannonSeptember 22, 2017 at 9:13 pm in reply to: Footer Menus disappear after activating Flyout Menu #855583Hey jmoeser,
Are you saying the links in the footer disappeared? I’m still able to see the headers.
Best regards,
Jordan ShannonHi,
I’m glad you were able to formulate a solution. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 22, 2017 at 9:09 pm in reply to: White Screen after re-installing latest version of ENFOLD #855576Hi,
Do you have a back-up of the site? If so you can run WP-Importer.
Best regards,
Jordan ShannonHey norbou,
Click the Toolbar Toggle icon for more options. Regretfully, we cannot provide support for third party plugins or scripts. Please contact the plugin author.
Best regards,
Jordan ShannonHey therzig,
Please try disabling all active plugins and seeing if the issue resolves itself. Other things to be aware of:
Please be sure you’re running the most up-to-date version of Enfold.
Make sure there are not obvious console errors on the page.Best regards,
Jordan ShannonHey jlesuis,
Unfortunately we’re limited to the support we can provide on third-party plugins used within our theme. If you’re needing to get this resolved we do offer freelance services that can be used to complete this task: http://kriesi.at/contact/customization
Best regards,
Jordan ShannonHey (Email address hidden if logged out) ,
Is a script provided? If so you can try and copy the code and paste inside a Tab Element created in Advanced Layout Builder. Also try putting it into a CodeBlock element within the tab as well. I can’t guarantee it will work, but those are your options for trying.
Best regards,
Jordan ShannonHi,
I’m glad this issue was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey rescott72,
If you are familiar with creating links via JQuery or JavaScript this is possible. Essentially what you would want to do is find the class or id of the widget and wrap it within a link tag. You could then style and color it via css. This should be enough info for an experience developer to get this going.
Best regards,
Jordan ShannonHey tsdesigns,
Please refer to the following thread for a possible fix as this was an issue we had seen a few times this year:
https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
Best regards,
Jordan ShannonSeptember 22, 2017 at 8:49 pm in reply to: Problem adding MixCloud icon while following instructions to add social icons #855563Hi,
I’m glad you were able to get this issue resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey wiserealities,
Have you attempted to contact your hosting provider for a possible solution to this issue?
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonSeptember 22, 2017 at 8:35 pm in reply to: Paragraph beginning with an icon, 2d line position #855555Hey newki75,
If you can wrap part of that sentence in a span tag and then add a text-indent style to it you should be fine.
Best regards,
Jordan ShannonHey newtonlinchen,
Did you try setting up the css for this on your own? If so please comment it out so we can see if there is a class conflict.
Best regards,
Jordan ShannonHey newtonlinchen,
Add this to quick css:
#header{ background: rgba(35,40,45,0.5)!important; }Best regards,
Jordan ShannonHi,
If you remove or replace that file within the structure does the issue still occur?
Best regards,
Jordan ShannonHey newtonlinchen,
It may have to be applied via css. What color are you looking to apply to the submenu?
Best regards,
Jordan Shannon -
AuthorPosts
