Hey!
Please edit your post and click “Screen options” on the top right corner and check “Discussion” then scroll below your post content and choose to enable discussion on your post
Regards,
Yigit
Hello,
Please see the attached link showing my shop page. I am going to change the top image and text (which it is now ” Welcome, This is the new Shop Banner”.
http://maktabchi.ir/shop/
Could you tell me how I can do it?
Thanks,
Hamid
Hi,
thanx Yigit! I also use new Icons for Facebook and Instagram. Unfortunately I now have 3 Snapchat icons.. could you please have an other look?
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons['icon-snapchat-ghost'] = array( 'font' =>'fontello', 'icon' => 'uf2ac');
$icons['icon-instagram'] = array( 'font' =>'fontello', 'icon' => 'uf2ac');
$icons['icon-facebook'] = array( 'font' =>'fontello', 'icon' => 'uf2ac');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons['Snapchat'] = 'icon-snapchat-ghost';
$icons['Instagram New'] = 'icon-instagram';
$icons['Facebook New'] = 'icon-facebook';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
I also increase the size of the icons with that snippet
#top .social_bookmarks li a {
width: 55px;
line-height: 32px;
min-height: 50px;
font-size: 35px;
}
#top .social_bookmarks li a {
width: 50px;
line-height: 32px;
min-height: 50px;
font-size: 30px;
}
#top .social_bookmarks li {
height: 100%;
width: 50px;
}
But the hover effect isn’t good as you can see.
Lastly I want to have a different color of the icons on all pages except the homepage (white). I their normal state they should be colored as their main color:
Facebook in #3b5998
Instagram in #8e24aa
Snapchat in #000
Is that possible?
Thx ahead!
Hi,
if you use the plugin mentioned correctly, then you can fix the issue. WordPress is cropping images by default when uploading them. However, you could also change image sizes manually: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Don’t forget to regenerate your thumbnails afterwards. Clear browser cache and hard refresh.
Best regards,
Andy
Hello again, guys!
First, I have an issue on the mobile version of my project: the images of http://residencialvalenca.kinghost.net/estrutura/ are not appearing on page on mobile, but it’s ok on desktop.
Second, I’m using this shortcode:
.right_floating_top {
display: block;
text-decoration: none;
cursor: pointer;
position: fixed;
top: 150px;
right: 0;
z-index: 1000;
}
…to set a floating image button on pages.
Is there some way to turn it off ONLY on mobile version? It’s too big on cellphones screens…
Or make it invisible in some pages?
Ty in advance!!
Hi,
you could use page-id, so the code works on specific pages only. Something like this:
@media only screen and (max-width: 736px) {
.page-id-51 .avia_textblock pre, .responsive #top #main .products .product {
width: 45.6% !important;
margin: 0 4% 1% 0;
}}
For more information about page id: http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
Best regards,
Andy
Hello,
I would like to use some demo pages as templates. As the look I would like to achieve is a combination of several demos, I wonder how I can do that, without overriding the general css changes I’ve made. I found a thread where you’ve provided shortcodes to some demo pages https://kriesi.at/support/topic/how-can-i-download-the-new-demo-pagestemplates/ . That would be very useful and save me a lot of time (the other solution I found was inspecting the demo pages and trying to reproduce them…)
The demos I am interested in are:
I would also like to have the debug mode activated. I’ve tried the code snippet you provide in the theme documentation http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ but without succes. I am not using a child theme. As soon as I add the provided code, my site goes down (error 500) and I have to edit my functions.php file and remove that part to make it work again.
Thank you in advance
Hi guys,
https://kriesi.at/support/topic/different-logo-for-different-language/#post-694615 (my old)
I follow my old post to change logo which you said its for transparent logo so i try then this second post
https://kriesi.at/support/topic/different-logo-for-every-language/#post-665913 (second post)
Currently codes from second post are set and you can see it changed logo but image is broken…..
I posted to WPML support: https://wpml.org/forums/topic/translated-content-is-not-saved-when-using-enfold-theme/
So far no solution from there either. It is strange that WPML/Enfold work fine together on another website with the same version numbers.
I have already found solution in another topic
.template-blog .blog-meta, .multi-big .post_author_timeline,
.single-small .post_author_timeline { display: none; }
.single .blog-meta { display: none!important; }
However, could you let me know what is the purpose of the second and third line? Thanks.
Thanks, topic can be closed
Thanks, topic can be closed
Hi Guys,
I managed to send the archive to the support at Desktop Server. They say there is an issue with the Enfold theme.
Can anyone shed any light on the issue? Surely others must have used this product before?
Please help.
Thanks,
H
Thanks for your assistance. We chose another option. Topic can be closed.
Solved, topic can be closed.
Perfect, thanks! Topic can be closed.
Hi,
I sent this email a couple of days ago, maybe it wasn’t responded to because it was badly worded….I’ll try again :)
The icon for my site that is located at the top left of the logo area sits too high in the white space. How do I adjust it so that it is horizontally centered?
If possible….rather than fix it for me can you tell me how to do it as I need to fix it myself and not have to bother you folk :)
Regards
Nigel
-
This topic was modified 9 years, 2 months ago by
taoleo.
The problem still remain after updating enfold to the latest version. The tooltip position indicates witch side of the hotspot the tooltip should be (ex right), which is correct. Then it indicates where on the side it should be (ex top, center, bottom), where the corner position is mixed.
Hi,
I checked it and I don’t see anything wrong on the backend. But it seems more like a woocommerce update issue similar to this one: https://wpml.org/forums/topic/wordpress-3-5-update-crash-woocommerce-shows-twice-product-page/
I’m not sure if we could help but try to check on the database of your production environment if products are duplicated there.
Cheers!
Nikko
Hi Rikard,
Sorry, I thought that I replied to an thread of my own. Instead I was searching for something else and just replied to the open standing topic.
I will place my question in the corresponding topic.
Regards,
Erwin
Hi Richard,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
No problem, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Richard,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey!
As I understand when a user visit your site they need to see the hamburger menu with the word “Menu” instead of the three line on the desktop. Is that correct?
Should you have any issue please place the code provided in the example link by Yigit and change the 1024px to a much higher value in the below line
@media only screen and (max-width: 1024px) {
or try activating the hamburger menu from Enfold > Header > Header Layout > Display of menu items > Icon menu
Should you have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
Vinay
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Yigit,
Late respond, but your last answer didn’t respond to the question I asked, so I didnt reply back. I’d appreciate if you could answer again.
I want to show the Desktop menu by hovering ‘Menu’. Means ot having a mobile menu for desktop mode, but rather the desktop menu with desktop styling etc.
How can I make this menu show by a button?
Hi,
Great, glad you got it working and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard