Forum Replies Created
-
AuthorPosts
-
Hey jeremygall,
They don’t seem to be stretched to me, the screenshot are in private. If you’re seeing them different, please send us a few screenshots.
Best regards,
VictoriaHi Victor,
They look ok now, does this work for you?
Best regards,
VictoriaHi littlebookpress,
A link in the menu had an extra symbol and so it was breaking JavaScript. Seems to be working now. Please check.
Best regards,
VictoriaHi eriktobben,
You need to change logo here
http://imgur.com/a/kM3vF in theme options > header > transparency logoBest regards,
VictoriaHi eddygame,
Here is how you can get the categories
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { $category = get_the_category($id); if(isset($category[0])) { $args['title'] = $category[0]->cat_name; $args['link'] = get_category_link($category[0]->term_id); $args['heading'] = 'h1'; } return $args; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 4:07 pm in reply to: Image sizes-page settings-image text placement-google map #822715Hey salvatore,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here is how to change the marker:Best regards,
VictoriaHi twitchdevelopment,
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
#menu-item-31856 .avia_mega_div.avia_mega3.nine.units { left: -700px !important; } #menu-item-31794 .avia_mega_div.avia_mega2.six.units { left: -230px !important; }
If you need further assistance please let us know.
Best regards,
VictoriaHi Rainer,
Could this be a cdn issue?
https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712Best regards,
VictoriaHi draig,
You have to check what kind of page that is in a conditional statement before adding the script.
https://codex.wordpress.org/Conditional_TagsBest regards,
VictoriaHi,
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 PaddleSurfEs,
This line has to target the link, not the span and the function a() has to be :)
function a() { $('#top .logo a').attr('rel', 'nofollow'); }
If you need further assistance please let us know.
Best regards,
VictoriaHey Frederic,
Layer Slider has such functionality, but it’s a premium feature and for that you need to buy their license.
Best regards,
VictoriaHi draig,
The second item will require extensive customization and if the solution is available via plugin, I would suggest you use that.
As for the first, if you want to show the content below image in a lightbox as well you can do that via JavaScript.Best regards,
VictoriaHi Carolin,
Below is my suggestion for the iPad 768-1024 view
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: 768px) and (max-width: 1024px) { .avia-section-huge .content { padding-top: 50px; padding-bottom: 30px; } #top .no_margin.av_one_half { width: 100%; padding-top: 20px !important; padding-bottom: 20px !important; } #av-layout-grid-1 h3, #av-layout-grid-2 h3, #av-layout-grid-3 h3 { font-size: 24px !important; } #top .no_margin.av_one_half.avia-builder-el-25, #top .no_margin.av_one_half.avia-builder-el-28, #top .no_margin.av_one_half.avia-builder-el-30 { padding-top: 0px !important; padding-bottom: 0px !important; } #top .no_margin.av_one_half.avia-builder-el-16 { display:none; } }
Let me know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaHi Camilla88,
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) { .av-burger-menu-main { display: block; } .main_menu .menu-item { display: none; } }
If you need further assistance please let us know.
Best regards,
VictoriaHi Camilla88,
I don’t see a secondary menu on either of them.
Here are some threads to consider:
Best regards,
VictoriaHi Lara,
Like I said before, this is not something that can be done with a small code snippet, and so it is not covered by our support, but you could hire a freelancer to do it for you.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 2:57 pm in reply to: Enfold Version 4.1 Update troubles – Advanced Menu Toggle #822646Hi iclo,
Do you know why you have that file in a child theme? What modifications were made there? If you know that there were none, just delete this file from your child theme, then the child theme will use the parent theme’s one.
Best regards,
VictoriaHi YongyanLi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Could you disable caching for a while?
Best regards,
VictoriaJuly 17, 2017 at 2:44 pm in reply to: Events Calendar Individual events on homepage with featured image and excerpt #822633Hi thetshed,
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 mellypenny,
Could you please disable caching and minification, so that we can see in which script it the error in JavaScript.
Best regards,
VictoriaJuly 17, 2017 at 2:15 pm in reply to: Remove link and hover icon on single posts featured images #822616Hi,
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
.image-overlay .image-overlay-inside { display: none; pointer-events: none !important; cursor: default !important; }
Here is the code you can put in your funtions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { $(window).load(function() { jQuery(".big-preview.multi-big a").click(function(e) {e.preventDefault(); return false;}); }); })(jQuery); </script> <?php }
Could you disable cache for a while for us to be able to test css better.
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 2:08 pm in reply to: Avia Layout – Portfolio grid and Blog Posts no longer outputting – Enfold 4.1.1 #822611Hi None,
Thank you. Could you please check the server log for errors and enable the Advanced Layout Builder debug mode . Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Did you try disabling all the plugins and enabling them one by one to rule out the plugin conflict?Best regards,
VictoriaHi bluebubble,
Glad we got it woking for you :)
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 1:59 pm in reply to: URGENT!!!!!! —- Avira Layout Builder – Text Block Auto Erase #822605Hi Hardwire,
The debug mode is not on, the shortcodes do not show. I created a test page and inserted your html in a text block without the column container, it works and saves, and opens normally for edit. You can see a draft of a test page. I suggest you build a new page, and copy the code there.
Best regards,
VictoriaJuly 17, 2017 at 1:47 pm in reply to: Transparency for Promo Box or Text Block with slight transparency #822596Hi andreasjustesen,
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-585 .main_color.iconbox_top .iconbox_content { background: rgba(255, 255, 255, 0.3); }
If you need further assistance please let us know.
Best regards,
VictoriaHey Bergbursche,
I’m not sure I saw the behavior you’re describing. Seems to work normal. Could you post some screenshots of the issue?
Best regards,
VictoriaHi g7,
The error happens when selecting an option for the product in the WooCommerce JavaScript on a product page. There is no Enfold in the picture here.
I would say, you should try loading a fresh copy of WooCommerce.
Best regards,
VictoriaHi adrianwackernah,
Do you still get that after adding the css, I gave you? Well, menus rely on JavaScript, so disabling it is not a good idea.
Best regards,
VictoriaHey Mike3210,
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,
Victoria -
AuthorPosts