Forum Replies Created
-
AuthorPosts
-
Hi,
Please replace it with this:@media only screen and (min-width: 767px) { #scroll-top-link { display: none !important; } }
Best regards,
MikeHi,
To remove the date, try this css:.slide-meta .slide-meta-del, time.slide-meta-time { display: none !important; }
for the search results, try this css:
.ajax_search_response .av_ajax_search_image { border-radius: 0px !important; }
Best regards,
MikeJanuary 20, 2019 at 5:08 pm in reply to: Accidentally updated to WordPress 5 before updating to Enfold Theme 4.5.2 #1056192Hi,
I don’t think you have the close button in your view, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry, I added this css to make the font bigger starting at the laptop size and up, this way at mobile and tablet it will stay small enough for the screen:@media only screen and (min-width: 998px) { #hometab .av-tab-section-tab-title-container .av-inner-tab-title { font-size: 1.2em !important; } }
Please feel free to adjust to suit, and please clear your browser cache.
Best regards,
MikeHi,
Thanks for the feedback, please try the solutions posted above, one should work for you, I believe it would be the second one, but if not then remove it and try the first one.Best regards,
MikeHi,
If you look at your “Themes” panel you have two Enfold’s the active one is v4.5.2 which is up to date.
It looks like someone helped update your site and left the old one as a backup, but you would not want the same one installed twice, I believe that is the root of the error.
I don’t recommend deleting it in the panel, if you post FTP access I will take a look and remove the old one, I would be worried that they are nested, (one inside of the other)
Best regards,
MikeHi,
Thanks for the update, but we really need access to the files to solve this, your WordPress site is down.
Please include FTP access or your Godaddy cPanel access in the Private Content area so we can figure this out.Best regards,
MikeHi,
That is totally fine, I added a new update to your other thread, I will close this one :)Best regards,
MikeHi,
I took a look at your homepage this morning and it’s showing correctly on Chrome & Edge, it does sound like the site cache was giving you trouble, you may still get comments from the management team if they have not cleared their cache.
You could just ask them to clear their cache, or you could try this plugin: Prevent Browser Caching for a few days.For the bucket, I took another look and didn’t see the errors this time, but I did find that the “plus” sign for each column was not showing because the column was too small, I changed the element to one full column and now it shows:
Please take a look and let us know if this is acceptable.Best regards,
MikeJanuary 20, 2019 at 3:40 pm in reply to: Remove Easy Slider grey bar at the bottom of image 1 #1056165Hi,
That is great news! Thanks for sharing your solution.
We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJanuary 20, 2019 at 2:46 am in reply to: Trying to add Short thick vertical line as shown in demo #1056014January 20, 2019 at 2:36 am in reply to: Option to select a category for a single post is no longer available #1056013Hi,
I see that you are using the block editor, my screenshot was for the Classic Editor.
I didn’t find the option for categories, so I changed your editor to the classic editor in the options at: Enfold Theme Options > Select Your Editor
now your categories show, but if you want to use the new block editor please see the handbook or you could try searching YouTube for videos, I also will be doing this :)Best regards,
MikeHi,
Thank you, I see that you have Enfold v4.5.2 and the only errors I could find when creating a page are from “wp-seo”
Please see the screenshot in Private Content area.
Is that what you meant?Best regards,
MikeHi,
Glad to hear! As for the gravity form table, I’m not sure how that looked, but you have this error:Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure font '<URL>'. This request has been blocked; the content must be served over HTTPS.
please see the screenshot in the Private Content area.
This is a mixed content error that typically can be solved by ensuring that all links on your site are “https”
The easy way to do this is to install Really Simple SSL plugin.To use the debugger please: Enable Avia Layout Builder Debug and read about the Shortcode parser
Best regards,
MikeHey Marshall,
I answered your other duplicate post:Lets keep the topic there, Thank you for your patience and understanding.
Best regards,
MikeHi,
Is this what you had in mind:
I added this css:.av-menu-button-colored span.avia-menu-text { background-color: #eb7719 !important; }
This was because in the advanced styling “background color” refers to behind the button, which is already set to green, by the other menu links, and there is no option for button fill.
Best regards,
MikeJanuary 20, 2019 at 12:27 am in reply to: Option to select a category for a single post is no longer available #1055997January 20, 2019 at 12:19 am in reply to: Accidentally updated to WordPress 5 before updating to Enfold Theme 4.5.2 #1055996Hi,
Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHey blezard,
Instead of renaming the file paths which can run into a lot of issues, please try the WP Hide & Security Enhancer plugin, this one gives you the option to change the path of all parts of your WP site, themes, plugins, and other files, and everything is processed virtually so no chance of braking the site and you can still update.
I have used the free version and it works very good.Best regards,
MikeJanuary 20, 2019 at 12:00 am in reply to: Remove Easy Slider grey bar at the bottom of image 1 #1055992Hey Handyann,
I couldn’t see your slider, but I’m pretty sure I know what you mean and I believe we can move your button to a different location on the same slide so the slides don’t seem choppy.
Please include a admin login in the Private Content area, or set the page visible so we can examine the elements.Best regards,
MikeHi,
I re-read your first post and I think I overlooked something, are you saying that you have made your changes to the “postslider.php” and now you want to add it to your child theme? If so please add /postslider/postslider.php to a directory “/shortcodes/” in your child theme, so the structure is like this:
/enfold-child/shortcodes/postslider/postslider.php
then add this code to the end of your functions.php file in Appearance > Editor:add_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; }
Best regards,
MikeHi,
Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:function scroll_top_on_toggle(){ ?> <script> (function($){ $(document).ready(function () { $('.single_toggle').click(function () { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'scroll_top_on_toggle');
this will scroll the page up when the toggle is clicked, while the toggle is opening, that way the headings of the toggles are always in view.
Please clear your browser cache and check.Best regards,
MikeHi,
Sorry for the late reply, I added this code to your functions.php and now the posts on “Pisa” are random, Please clear your browser cache and check.//show blog posts random add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'title'; $query['order'] = 'rand'; $terms = explode(',', $params['categories']); if (!empty($terms) && in_array(1, $terms)) { $query['orderby'] = 'date'; } return $query; }
Best regards,
MikeJanuary 19, 2019 at 10:42 pm in reply to: Show featured image on single blog post, on mobile? #1055978Hi,
I tried removing the sizes attribute, but I didn’t notice a change, but since you did, try adding this code to the end of your functions.php file in Appearance > Editor:function remove_sizes(){ ?> <script> (function($){ $(document).ready(function(){ $('img').removeAttr('sizes'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_sizes');
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeJanuary 19, 2019 at 8:28 pm in reply to: Show featured image on single blog post, on mobile? #1055969Hi,
Sorry, when I look at the image it looks to be good quantity, did you see the screenshot I included? It’s not blurry for me in Chrome or on a Android mobile.
Which browser / device are you using?Best regards,
MikeHi,
Glad to hear, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHi,
It looks like your homepage may have been edited from within the “block editor” because there is some ALB shortcode outside of the elements:
the Enfold parser found these errors:
I ran the auto repair on your page:
but you page seems to still have some errors and some of the elements have been doubled, so you will need to manually remove the extra elements, but the page structure is no longer broken and the html code is not showing on your homepage now.
I saved a copy of the original page shortcode and included it in the Private Content area, if you should want to revert back to how it was.Best regards,
MikeHi,
Some data is saved as a data attribute which is display with JS on page load, it depends on the element. This data may not match your search in Better-Search-Replace, also try searching all tables.Best regards,
MikeHey c3idesign,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home .-flextable .hm-gal.avia-slideshow { margin: auto !important; width: 375px !important; }
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike -
AuthorPosts