Forum Replies Created
-
AuthorPosts
-
May 24, 2019 at 9:01 pm in reply to: error with Enfold child theme functions php move search icon since WP5.2 upgrade #1104019
No code above the function. It immediately follows:
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/Thank you!
May 24, 2019 at 8:13 pm in reply to: General Styling: Background images not working because of wrong path #1104015Glad to help! :)
The device we are testing on is an iPad. The screenshot you shared of the 3 columns is what we are seeing, too. We have masonry set to 2 columns for both landscape and portrait tablet. So why is landscape view showing 3 when it is set to display 2?
May 14, 2019 at 9:27 pm in reply to: error with Enfold child theme functions php move search icon since WP5.2 upgrade #1100750This reply has been marked as private.This reply has been marked as private.May 9, 2019 at 4:25 pm in reply to: General Styling: Background images not working because of wrong path #1098992We just updated Enfold to 4.5.6, but the URL path on CSS referenced background images were still throwing 404 errors. What finally worked for us was we copied the styles in question from Enfold’s custom css into the WordPress css (Appearance > Customize, Additional CSS). The URLs are working fine now. If anyone is having a similar issue, I suggest trying this out for yourself.
This appears to have done the trick. Thank you!
May 9, 2019 at 4:09 pm in reply to: Mail Chimp av shortcode in footer not appearing on certain pages #1098987Ismael,
We updated the theme and that did indeed correct the issue. As always, support is very responsive and helpful. Kriesi provides a terrific product. Thank you for your assistance.
This reply has been marked as private.Ok, thank you for responding.
April 22, 2019 at 10:38 pm in reply to: Post Slider – change 'read more' text but keep arrow #1093419That worked — thank you!
April 17, 2019 at 4:23 pm in reply to: Post Slider – change 'read more' text but keep arrow #1092061Thank you for responding so quickly. When I add the span class the arrow shows up, but ignores the change from Read more to Answer. The syntax appears to be correct. What I am missing, please?
function custom_more_link(){
?>
<script>
(function($){
$(document).ready(function(){
$(“.more-link”).text(“Answer”) <span class=”more-link-arrow”></span>;
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘custom_more_link’);April 16, 2019 at 6:57 pm in reply to: Post Slider – change 'read more' text but keep arrow #1091623Sorry, I meant to also add that we tried to change the ‘read more’ using the solution on this thread: https://kriesi.at/support/topic/read-more-link/#post-356003 but it only worked if we made the change directly to the Enfold copy. Creating a child-theme copy of the folders path and file did not work. We are fine with either changes to the postslider.php file in child theme or editing function.php, but neither method is working well for us. Your insight is appreciated–thank you.
March 22, 2019 at 3:25 pm in reply to: Mobile menu search – search results links not working #1081874Yes, the search is in the mobile menu not in the header. Can you please tell me why the search results aren’t opening when clicked?
March 21, 2019 at 10:39 pm in reply to: Mobile menu search – search results links not working #1081588Hi, Victoria. Have you had a chance to look again at the mobile menu search results problem we are having?
March 21, 2019 at 10:39 pm in reply to: General Styling: Background images not working because of wrong path #1081587I’m having the same trouble. We upgraded to 4.5.5 today and the URL path on CSS referenced background images started throwing 404 errors. The URLs were repeating the domain (ex., https://mywebsite.com/mywebsite.com/wp-content/uploads/2019/03/myimage.jpg). We couldn’t get it corrected until we rolled back the Enfold version.
March 20, 2019 at 11:19 pm in reply to: Mobile menu search – search results links not working #1081089Where do you see that search is hidden on mobile? We have the search box at the bottom of the mobile menu. The search works. But, yes, I do mean the results are not clickable. Not sure why they aren’t clickable. See private content for link to view a screenshot. Thanks.
March 19, 2019 at 10:43 pm in reply to: Mobile menu search – search results links not working #1080564This reply has been marked as private.Thank you for your response. What you suggested didn’t work, but I figured it out. I added z-index in two places as shown below and now the logo link is working. Thanks!
.responsive #top #wrap_all .main_menu {
z-index: 1
}
.logo {
width: 100%!important;
z-index: 99;
}This reply has been marked as private.This reply has been marked as private.December 20, 2018 at 11:23 pm in reply to: Updating to Enfold 4.5 and validating Personal Token #1047960This reply has been marked as private.Thanks, Elames! Rikard, we’re all set–thank you.
Thank you for your reply. We revalidated the token today and it worked. I think we are ok there. But do we need to generate a token for EACH license we have for Enfold? Or will one token suffice?
September 5, 2018 at 4:55 pm in reply to: Flex column table – how to stabilize elements for different size viewports #1006209That did the trick. Thank you.
September 3, 2018 at 11:34 pm in reply to: Flex column table – how to stabilize elements for different size viewports #1005224Sorry about that. We were moving to another hosting platform over the weekend and put it in maintenance mode. Please see the link to the live site. Thanks.
Everything is working great. Feel free to close this topic. Thank you.
Thanks, Victoria. You pointed me in the right direction. I increased the width through custom css and that aligned the list items in the submenu. Let me know if there is a better approach, but it looks good on different size screens. Mega menu isn’t used on mobile/tablets, so no worries there. Thanks, again and have a good day.
#top #header .avia_mega_div .sub-menu {
width: 110%;
}Hey, Victoria–
Thanks for the quick response. I thought it looked fine, also. But the first letter of each doesn’t line up as you can see in the dropbox file (link in private content). We drew a line down each column and it shows a spacing issue before some of the menu items. What do you think?
-
AuthorPosts