Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Please use the code as following
@media only screen and (max-width: 768px) { #custom-acc .team-member-name:nth-child(1), #custom-acc img.aligncenter { float: left; }}Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHi,
Please edit your Accordion element and give it a unique ID (“custom-acc” in example below) in Advanced > Developer Settings – https://imgur.com/a/vMDPGG8 and then change the code to following one
@media only screen and (max-width: 768px) { #custom-acc .team-member-name:nth-child(1) { float: left; }}Best regards,
YigitNovember 19, 2020 at 5:09 pm in reply to: Add fade effect on magnifying glass (search icon) #1261613Hey fcp,
Sorry for the late reply!
Please use the code as following
#top #wrap_all #header .menu-item-search-dropdown a { visibility: visible; opacity: 1; transition: opacity 0.5s linear; }Best regards,
YigitNovember 19, 2020 at 5:05 pm in reply to: Blog page – Breadcrumb is always showing News as first link. #1261611Hey,
Thanks for contacting us and sorry for the late reply!
Please add following code to bottom of Functions.php file of your child theme in Appearance > Editor
add_filter('avia_breadcrumbs_args', 'avia_remove_cat_breadcrumb', 10, 1); function avia_remove_cat_breadcrumb($args){ $args['show_categories'] = ""; return $args; }Best regards,
YigitHi Simone,
You can simply edit your page and choose not to display header on your page under Layout section – https://imgur.com/a/Chs353S :)
Cheers!
YigitHi,
Thanks for contacting us!
Please edit your Color Section element and give it a unique ID (“fw-cs” in example below) in Advanced > Developer Settings and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling
#fw-cs .container { width: 100%; max-width: 100%; margin: 0; padding: 0; }Cheers!
YigitHi,
Thanks for contacting us!
It seems like you are using Enfold 3.8, which is very old.
Please contact the person who have purchased the license for you and ask them to manually update the theme to the latest version 4.7.6.4.If that is not going to be possible, I am afraid you would need to purchase a license – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
Then you can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme to the latest version and then refer to this one – https://kriesi.at/documentation/enfold/theme-registration/ to generate a Personal Token and insert it in Enfold theme options so you would receive future updates in WP dashboard and keep the theme up-to-date.If you would like us to update the theme for you, please register to our support forum – https://kriesi.at/support/register/, start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach a copy of your license and WP admin logins in private content field :)
Let us know if you have any other questions!
Regards,
YigitHi,
Could you please post a screenshot of the issue?
I checked your text from top to bottom using Fonts Ninja and they all are Quicksand on my end.Regards,
YigitHi,
1) – Please refer to this post – https://kriesi.at/documentation/enfold/child-theme/ and switch to child theme
– Edit functions.php file of your child theme and add following codeadd_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }– Go to /enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth and copy buttons_fullwidth.php file to your child theme inside /shortcodes/ folder
– Open buttons_fullwidth.php file on your child theme and find following line$content_html .= "<span class='avia_iconbox_title' >{$atts['label']}</span>";and change it to following
$content_html .= "<h2 class='avia_iconbox_title' >{$atts['label']}</h2>";2) Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top .avia-button-fullwidth .av-button-description.av-button-description-below { padding-top: 10px; }Best regards,
YigitNovember 19, 2020 at 3:53 pm in reply to: Menu Items Cut Off/Disappear Completely When Resized #1261585Hey Gabe,
I am afraid there is not enough space on header area on screens below 1387px with header style you are using.
I tried to see if it works fine when decreasing menu items’ font sizes but it did not. I think switching to mobile menu on bigger screen sizes would be the best solution – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)Best regards,
YigitNovember 19, 2020 at 3:45 pm in reply to: Firefox Android (v 82) Layer Slider video background no autoplay #1261581Hey,
We are sorry for the late reply!
I wanted to check your website however it seems like currently Joomla is installed on your dev site. If you still need assistance with this, could you please switch back to WordPress and Enfold and let us know? :)
Best regards,
YigitHi fkm,
I checked your website however cookie bar is currently disabled. Could you please enable it once again and post a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)
Best regards,
YigitNovember 19, 2020 at 3:31 pm in reply to: Add GLYPHICON Icon-Set for Enfold 4.7.6.4 ist not working #1261577Hi,
I imported Enfold ready zip file and it worked as expected on my end – https://imgur.com/a/UktkfGo
Just to double check, you are uploading the file in Iconfont Manager field and not Custom Font Manager, right? :)
Best regards,
YigitHi,
Glad Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHey,
Please try adding following code to bottom of Functions.php file of your child theme in Appearance > Editor
function add_excerpt_link_port_grid(){ ?> <script> jQuery(".grid-content").click(function(){ window.location = jQuery(this).find("a:first").attr("href"); return false; }); </script> <?php } add_action('wp_footer', 'add_excerpt_link_port_grid');Best regards,
YigitHey,
Thanks for contacting us!
1- You can go to Advanced > Heading and choose the heading you want to use on titles – https://imgur.com/a/thzqPdB
2- Could you please post a screenshot showing the changes you would like to make so we can make sure that we are on the same page? You can upload your screenshots on imgur.com and post the links here :)
Best regards,
YigitHey,
Great! Glad we could help :)
Please let us know if you have any other questions or issues and enjoy the rest of your day!
Cheers!
YigitHi,
Could you please try adding 2 images in List Item Description field using Add Media button and not uploading a thumbnail image?
Best regards,
YigitHey,
Thanks for contacting us!
Please edit your Tab Container element on your second page and go to Advanced > Developer Settings tab and give it a unique ID (In the example I used “custom-tab”) – https://imgur.com/a/7K84Usk.
Then use the code as following in Enfold theme options > General Styling > Quick CSS#custom-tab .av-tab-section-image { width: 500px !important; height: 303px !important; } #custom-tab .av-tab-arrow-container { width: 500px !important; } #custom-tab .av-inner-tab-title { display: none !important; width: 500px !important; font-size: 16px !important; font-weight: bold !important; }Regards,
YigitHi,
Glad you figured it out!
For future readers: Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)
Let us know if you have any other questions or issues and enjoy the rest of your day :)
Cheers!
YigitHi,
Please edit your Color Section element and choose to display a custom height in pixel – https://imgur.com/a/G3zFRGS :)
Best regards,
YigitNovember 19, 2020 at 2:00 pm in reply to: the social icons are not visible in Enfold themes #1261551Hi,
Well, glad it is working fine now :)
If it happens again, please let us know so we can look into it again :)Please let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHey AB,
Thanks for contacting us!
Please go to Enfold theme options > Performance and disable CSS file merging and compression and save Enfold theme options. Flush cache and refresh your page a few times and check if CSS changes are applied. If they are, you can enable CSS merging once again.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitHi Mick,
You are welcome!
Please let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHey Angela,
Thanks for contacting us!
If you would like to use two images for the same product, you can simply upload first image as product thumbnail in product page and upload second image into product gallery and then choose to display that image on hover – https://imgur.com/a/fKnvosq
You can see an example here – https://kriesi.at/themes/enfold-shop/. Please hover on “Blue Blouse” :)
Best regards,
YigitNovember 19, 2020 at 1:26 pm in reply to: enfold burger menu aligment of close cross on big screens #1261537 -
AuthorPosts
