Forum Replies Created
-
AuthorPosts
-
Hey haydaw,
I couldn’t find out how why there’s a 1px space in between them but try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #wrap_all .av-layout-grid-container { margin-top: -1px !important; } }
Hope this helps.
Best regards,
NikkoDecember 14, 2016 at 11:11 pm in reply to: Limit the product description length in the Overview Product Page Woocommerce #724628Hi,
Try adding this code at the bottom of functions.php:
function short_product_titles_chars( $title, $id ) { if ( ( is_shop() || is_product_tag() || is_product_category() ) && get_post_type( $id ) === 'product' ) { if ( strlen( $title ) >= 75) { return substr( $title, 0, 75 ) . '...'; } else { return $title; } } else { return $title; } } add_filter( 'the_title', 'short_product_titles_chars', 10, 2 );
Just change 75 (limit to number of characters). Hope this helps.
Best regards,
NikkoHi Slade,
Try using
\n
instead of
<br>
Hope this helps.
Best regards,
NikkoDecember 14, 2016 at 10:58 pm in reply to: How do I change the hover colour of an accordion? #724624Hey billysbuddies,
Try adding this code to QUick CSS (located in Enfold > General Styling):
#top .single_toggle:hover p { background: #ebc728; }
Hope this helps. :)
Best regards,
NikkoHey siteraum,
Sorry for the delayed response, I checked your site and it seems you have done this already.
Best regards,
NikkoHey,
I can’t remember where I’ve seen something like that but if you’re masonry gallery is like this: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ I think you can just add this css code to Quick CSS and it should center the text:
#top .av-masonry .av-inner-masonry-content { align-items: center; background: transparent; display: flex !important; justify-content: center; height: 100%; text-align: center; width: 100%; }
You might want to change a bit of that code to make it more backward compatible. Just let us know if it’s up and we’ll try to help you as long as it’s under our scope :)
Regards,
NikkoDecember 13, 2016 at 5:14 pm in reply to: HOWTO: Enable advance layout editor on more than one type of page? #723834Hey!
You’re very much welcome. Thanks for using Enfold :)
Regards,
NikkoHi thanp73,
It’s okay if you put it after the
<head>
or before
</head>
as long as it’s in the head. Just to clarify you’re statement above, do you mean it executes the gtm code twice? try to deactivate all plugins and check if it still does that, if yes, can you give us a link to your site, a temporary admin access and ftp access? so we can check it further.Cheers!
NikkoHi!
Thanks for giving the information but no, you don’t need to use 2016 when uploading, I was just trying to confirm as I said in my post before. Can you give us ftp access as well as temporary admin access? so we can inspect this further. Please post the details in the “private content” so only moderators can see. Also give us permission to deactivate plugins if necessary.
Regards,
NikkoHi,
The fix is not switching between Enfold and twentysixteen, we are trying to find out what is causing the issue, if it works in twentysixteen and not in Enfold then there’s a high probability that the theme may have some files corrupted, if it’s not working on twentysixteen theme then the issue is probably in the host and might need to increase memory.
Best regards,
NikkoDecember 13, 2016 at 1:10 am in reply to: Change the captcha note: Please prove that you are human by solving the equation #723479Hi!
Can we request for your ftp access and also temporary admin access? so we can inspect this further. Just place the details in the “private content” so only moderators can see.
Regards,
NikkoHi,
Yes, you can request it here: https://kriesi.at/support/enfold-feature-requests/
If I copy the header.php into the child theme, wont I have to copy it again and re-insert this code once Enfold has a new update?
No, the purpose of child theme is to override the parent theme and if there’s a theme update it won’t be lost, the only time you need to re-insert this is when there’s a change in header.php and you need update the header.php of your child theme. Though I would agree that the best solution is to use hooks especially if your not using a child theme.
Regards,
NikkoHey marketingvarsityfs,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
Best regards,
NikkoDecember 13, 2016 at 12:50 am in reply to: highlight current menu item for single posts and archive pages #723470Hey sky19er,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.single-post #avia2-menu .menu-item-1580 > a, .archive.category #avia2-menu .menu-item-1580 > a { color: #6786a1; }
Hope this helps.
Best regards,
NikkoHi thanp73,
Since you are using child theme, you can copy header.php of the parent theme (Enfold) and paste it in your child theme. Edit header.php in your child theme.
1. Find this line of code (line 48):
</head>
and place the googletagmanager script above it, the code should look something like this:<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’: new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src= ‘//www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f); })(window,document,’script’,’dataLayer’,’GTM-XXXXXX’);</script>
2. Find this line of code:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
it should just below the head tag. And place the code that looks like this:<noscript><iframe src=”//www.googletagmanager.com/ns.html?id=GTM-XXXXXX” height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe></noscript>
Hope this helps.
Regards,
NikkoHey jdannay,
Have you tried using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
NikkoHey LHSpin,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoDecember 13, 2016 at 12:23 am in reply to: How to have a full width submenu automatically display on all pages #723462Hey m,
Try to add/execute the fullwidth submenu shortcode in footer.php.
Best regards,
NikkoHey Scott,
Probably you have some columns, try to edit it and there’s an Animation tab, just set it to None. You might also want to try using this css code snippet:
.avia_transform .av-animated-generic { -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; opacity: 1 !important; }
Hope this helps.
Best regards,
NikkoDecember 13, 2016 at 12:09 am in reply to: Limit the product description length in the Overview Product Page Woocommerce #723458Hey fluidsuccess,
I checked the page and I think the description isn’t really the problem but some images needs to be adjusted, try to upload images with a width and height of atleast 300px.
Best regards,
NikkoHi,
I apologize for the delayed response. Are you referring on the 3 social icons on the footer?
Best regards,
NikkoHey!
Kindly add this code in Quick CSS:
.page-id-3650 .sidebar_left #nav_menu-4 { display: none; }
Hope this helps.
Regards,
NikkoHey cipriana,
Unfortunately that’s not available and it would really take a lot of time for that, sliders doesn’t normally work that way. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
NikkoHi,
Glad that you found the fix and sharing it here.
Best regards,
NikkoHi!
I have checked header.php and it is placed properly, try to check the solution in this thread: https://productforums.google.com/forum/#!topic/tag-manager/w9FeGSsLckY
Hope this helps.
Best regards,
NikkoDecember 12, 2016 at 11:34 pm in reply to: Fullwidth slider to set a minimum height for smaller devices #723444Hey Michael9001!
You can set it by adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top #main .avia-fullscreen-slider .av_fullscreen { min-height: 400px; } }
Let us know if this helps :)
Regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHi chill299!
Try adding this code in Quick CSS (located in Enfold > General Styling):
#header span.avia-menu-fx { display: none !important; }
Hope this helps :)
Best regards,
NikkoDecember 12, 2016 at 11:26 pm in reply to: Woocommerce shopping cart icon not displaying properly #723440Hi David,
Glad that it’s fixed :)
Regards,
Nikko -
AuthorPosts