Forum Replies Created
-
AuthorPosts
-
Hey newpappa,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #after_section_2 { border-color: transparent; }
Hope this helps :)
Best regards,
NikkoHey!
Glad we could help :)
Cheers!
NikkoHi,
Sorry for the late response, try change the Flaticon to flaticon, so this:
<span class="av-icon-char" style="font-size:15px;line-height:20px;" aria-hidden="true" data-av_icon="uf10a" data-av_iconfont="Flaticon">
should be this:
<span class="av-icon-char" style="font-size:15px;line-height:20px;" aria-hidden="true" data-av_icon="uf10a" data-av_iconfont="flaticon">
Hope this helps :)
Best regards,
NikkoHi,
That doesn’t seem possible. Both shortcodes and comments form come directly from wordpress, and comments form doesn’t process the shortcode being submitted.
Regards,
NikkoHi,
Unfortunately, there’s no way to disable all as far as I know, except disabling it individually, all php files inside wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/ represents the layout elements in Avia Layout Builder, try to look for this code in the items:
$this->config['preview'] = "large";
and replace it with:
// $this->config['preview'] = "large";
that should disable it.Best regards,
NikkoHey,
Are you using a Portfolio Grid? try to check out it’s settings, it should have an Order by which you set if it’s arranged by Date, Title, Page Order, etc and Order by to order it in ascending or descending mode.
Cheers!
NikkoHi,
Oh I see, I think it’s possible unfortunately, it can’t be done with just few tweaks and that customization would take some time to do and outside the scope of our support. I can only suggest to hire a developer or try to contact our partner Codeable http://kriesi.at/contact/customization
Best regards,
NikkoHi,
Please remove the code I gave, just to clarify is the issue on the homepage? or the other pages?
Best regards,
NikkoHi,
I have tested this on my end and it works. Can you give us temporary admin access as well as ftp access? just post the details in Private Content so only moderators see it.
Best regards,
NikkoHi,
Seems like the issue appears on ios devices only since it’s working fine on an android phone. Can you try to disable all plugins and check if the issue still persists? or if you have caching plugins try to clear cache and disable it (some caching plugins leave some files that causes issue which you might need to delete).
Regards,
NikkoHi Alistair,
You’re welcome :) Have a great day as well :)
Cheers!
NikkoHey franktw,
Try adding this code at the bottom of functions.php:
function change_logo_link(){ ?> <script type="text/javascript"> (function($){ function change_logo_link() { jQuery("#header_main").find(".logo a").attr("href", "http://www.google.com/"); } change_logo_link(); })(jQuery); </script> <?php } add_action('wp_footer', 'change_logo_link');
Hope this helps :)
Best regards,
NikkoHi,
This bug is already reported to Kriesi and our devs. This happens when using layerslider on a boxed layout, hopefully this will be fixed soon.
Best regards,
NikkoHey schlauchius,
Haven’t heard of that and tried to check on it but I don’t see anything like you have mentioned. You might want to ask on other forums like https://stackoverflow.com/ the idea seems interesting but I’m not sure if it’s existing.
Best regards,
NikkoHi,
Can you post the link of the page/post? the one that in the screenshot.
Best regards,
NikkoHey Fiorilla,
I have checked it and I don’t see the white margin on top and also I don’t see it getting cropped based on the logo uploaded on the site (logo image used in private content as well as screenshot on my end).
Best regards,
NikkoHi,
Yes, I see your post, I forgot to mention the code there only applies to text block. Can you check the text block if Element Preview is still there?
Regards,
NikkoHi,
The code I posted should work on text block element preview but not on other modules/elements. Can you check if it’s still there on your text block?
Regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_stretched #wrap_all { height: auto !important; }
Hope this helps :)
Cheers!
NikkoHey Nisha!
Can you tell us what theme are you using?
Cheers!
NikkoHi,
When you are referring to :active do you mean the current page should be color blue (in sidebar of sitemap)?
Best regards,
NikkoHi,
You’re welcome and thanks for using Enfold :)
Best regards,
NikkoHi,
Is this already resolved? I checked your site and it seems you have already done this, hovering on the product images shows up a blue balloon or circle with some text.
Best regards,
NikkoHi,
Glad that you fixed it. Let us know if we can close this thread or you need more assistance? :)
Best regards,
NikkoHey jennifertch,
What IE version are you using and what version of windows?
Best regards,
NikkoHi supermario4,
Can you post a link to your site? so we can see how it looks and try to give you a solution.
Best regards,
NikkoHey Richard,
Go to Enfold > General Styling and add this css code in Quick CSS:
#socket .social_bookmarks { margin-left: 0 !important; text-align: center; } #socket .social_bookmarks li { display: inline-block; float: none; }
Hope this helps :)
Best regards,
NikkoHey Kevin,
I don’t really think it would work and Enfold doesn’t offer such feature also wordpress doesn’t do it (Category description is from WordPress). I think you might want to check out some plugin for example https://wordpress.org/plugins/allow-html-in-category-descriptions/ which allows html codes, I think you can use iframe to embed video using that plugin.
Best regards,
NikkoMarch 24, 2017 at 4:09 am in reply to: Way to show differnent page when viewed on mobile and tablet? #765837Hi,
You can do this by adding 2 menu items for Find Your Home (one to show on desktop and hidden on mobile, the other one shows on mobile and hidden on desktop). To add class on menu item, check this post: http://presscustomizr.com/snippet/adding-css-classes-wordpress-menu/
On you desktop link put this class show-desktop and for mobile show-mobile. Then add this css code in Quick CSS (located in Enfold > General Styling):.show-mobile { display: none !important; } @media only screen and (max-width:767px) { .show-mobile { display: block !important; } .show-desktop { display: none !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Sorry for my mistake. Setting up the background, border and font color for buttons affects the whole theme, to modify only the button you would need to add few css codes, try adding this code in Quick CSS (located in Enfold > General Styling):
#times .avia-button:hover { background: #aa483d !important; } #times .avia-button:hover span { color: #fff; }
Let us know if this helps :)
Best regards,
Nikko -
AuthorPosts