Forum Replies Created
-
AuthorPosts
-
Hey!
You’re welcome, I’m not really sure about that since facebook description is this:
The verb to display on the button. Can be either like or recommend
For more information refer to this https://developers.facebook.com/docs/plugins/like-button but maybe it’s worth a try :)I apologize for some of the delays but we’d like to thank you for using Enfold and for your patience :)
Regards,
NikkoHey Helle,
Yes, it’s me who’s replying :)
I have added this code in header.php after the < body > tag:
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
And have added this code in functions.php:
function add_custom_header_script(){ ?> <script type="text/javascript"> (function($){ function insert_to_header() { jQuery('<div class="fb-like" data-href="https://facebook.com/mywebsite.com" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>').insertAfter(jQuery("#header_meta").find(".social_bookmarks")); } insert_to_header(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_header_script');
I have added this style to Quick CSS (located in Enfold > General Styling):
#header_meta .fb-like.fb_iframe_widget { margin-left: 10px; }
I have checked it and it seems to be good. Let us know your feedback :)
Regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko. Reason: hide website name
Hi Helle,
I’ll close this thread now and answer you on the other thread :)
Regards,
NikkoHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest.
Thank you for using Enfold :)Best regards,
NikkoHey!
Thanks for providing the link. I have replaced this code:
.sidebar_left .menu li a { border: 1px solid #e1e1e1; border-right: 0; border-left: 0; margin: 0 0 -1px; padding: 12px 16px !important; text-align: left; } .sidebar_left .menu li:first-child a { border-top: 0; }
to this one:
.sidebar_left .widget_nav_menu ul li a { border: 1px solid #e1e1e1; border-right: 0; border-left: 0; margin: 0 0 -1px; padding: 12px 16px !important; text-align: left; } .sidebar_left .widget_nav_menu ul li:first-child a { border-top: 0; }
This should be good now. Let us know your feedback :)
Best regards,
NikkoHey Webfixers,
When you login to the support forum, you should be directed to this link: https://kriesi.at/support/ below the Forum you should see lists of Themes, you just need to click on one of the theme and just scroll at the bottom and you should see the form to start a new thread (this is arranged in this manner so the thread will automatically be listed within a specific theme). The link you posted just directs you instantly to create a new thread under Enfold.
Best regards,
NikkoNovember 26, 2016 at 11:30 am in reply to: Gallery images 80px even if medium size is selected #717192Hey bluecafe,
Can you try to give us a link to page mentioned? so we can inspect further. Place it in the “private content” when you reply.
Best regards,
NikkoHi,
I tried checking your site but it seems that you have removed it since I am just seeing this:
Index of / Apache/2.4.10 (Debian) Server at website.com Port 80
I just change you real site url to website.com.
Best regards,
NikkoHi,
What Yigit suggested should be available when you use Advance Layout Builder, if you are using WordPress Default Editor then you couldn’t see it since it’s a shortcode. I noticed you are not using the latest version of Enfold, try updating it to the latest version, if you can still see the option, can you give us temporary admin access? so we can check your backend :)
Best regards,
NikkoHi,
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.
- permission to deactivate plugins if necessary.
Also give us ftp access, so we can also check the files.
Best regards,
NikkoHi,
Glad that the issue is fixed :)
Best regards,
NikkoHey frifoto,
Yes, Try adding this code to your Quick CSS (located in Enfold > General Styling):
.html_header_sidebar #header .av-main-nav, .html_header_sidebar #header .av-main-nav-wrap { width: 70%; }
Let us know if it works :)
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest.
Thank you for using Enfold :)Best regards,
NikkoNovember 25, 2016 at 9:28 pm in reply to: Weird gaps and pagination problems with WooCommerce grid display #717098Hi Craig,
Glad we could help and thanks for using Enfold :)
Cheers!
NikkoNovember 25, 2016 at 8:19 pm in reply to: Weird gaps and pagination problems with WooCommerce grid display #717045Hi!
Thanks for providing the screenshot :) This should be fixed now, it’s not gaps the products per page is only set to 15, I have changed it to 16. You can see it by going to Woocommerce > Settings > Products (tab) > Display (tab) > Product Count (at the bottom).
Cheers!
NikkoHey!
You’re welcome. We’ll leave this thread open until you confirm it’s working properly :)
Cheers!
NikkoHey!
Glad we could help :)
Cheers!
NikkoHi!
Glad we could help :)
Regards,
NikkoHi!
Try adding this code to Quick CSS:
@media only screen and (max-width:960px) and (min-width:768px) { #top.page-id-193 #av_section_2 .content { margin: 0 !important; width: 100% !important; position: static !important; } .page-id-193 #av_section_2 .av_one_fourth { display: block; float: none; margin: 0 !important; width: 100%; text-align: center; } }
Let us know if it works :)
Best regards,
NikkoHey!
I was also uploading an image which is 200+ kb in size. I have added this code at the bottom of your functions.php and it seems to be working properly now:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) {return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );}
Let us know if it works on your end. :)
Cheers!
NikkoHey!
Glad we could help :)
Best regards,
NikkoHi gerardbao!
Yes, there is way however, you might need to use some html codes and add some styling in Quick CSS. We can do that for you in that page, will you give us a temporary admin access? after doing it we will give you details on what was changed.
Regards,
NikkoHey thepeagreenboat!
Can you tell us what slider you are using? Easy Slider doesn’t have any option and is aligned left by default, Fullscreen and Fullwidth Easy Slider have options like Left without frame or Left Framed. As for yoast, it doesn’t recognize images in the Advanced Layout builder since the plugin does not see the shortcodes (this is true for all themes that uses shortcodes or visual composer), however the search engines will still see your images in the frontend since it is already rendered, though the page analysis of yoast couldn’t detect it but it wouldn’t have any adverse effects to the SEO of the site.
Cheers!
NikkoHi ping-pong!
I think this is outside the scope of our support, since the issue is on redirection when using the Sidebar Login plugin. I think you might want to try out membership plugins since I think that’s the kind of plugin that would serve what you need.
Cheers!
NikkoHey!
Try adding this code in Quick CSS (located in Enfold > General Styling):
#wrap_all { box-shadow: 0 0 20px #000; }
Just adjust the values. Hope this helps.
Best regards,
NikkoHi!
Sorry for the delayed response and glad that you found the solution. However, it’s not possible to add multiple videos to open in lightbox as you have setup, I can only suggest to you to create a separate portfolio item for the additional video and possibly add a title like Job 1 part 2. Hope you find this helpful.
Regards,
NikkoNovember 25, 2016 at 1:15 pm in reply to: Masonry gallery shortcode doesn't work on further blog pages #716807Hey!
Thanks for using Enfold also :) we will keep this thread open until this issue is resolved.
Regards,
NikkoNovember 25, 2016 at 12:41 pm in reply to: Masonry gallery shortcode doesn't work on further blog pages #716796Hey!
Sorry for the delayed response. I have checked this issue and can confirm that this is a bug. I have reported this to our devs, hopefully this will be fixed soon. Thanks for using Enfold :)
Regards,
NikkoNovember 25, 2016 at 12:28 pm in reply to: Weird gaps and pagination problems with WooCommerce grid display #716788Hey!
Thanks for providing the login and sorry for the delayed response. I have checked the 3 files that are outdated but I don’t think it’s causing the issue. I am a bit curious if the white gaps you are referring are the ones I have marked in red in this screenshot: http://imgur.com/a/Pg0Aw
If yes, then the white gaps is caused by the product images (example of the image is in the private content below) you should see the image itself has white spaces left and right.Best regards,
Nikko -
AuthorPosts