Forum Replies Created
-
AuthorPosts
-
Thanks Rikard,
I’m using WP Rocket, I’ll try to exclude it from minification. Do you know which sheet it is? I’m having trouble telling which one.
Thanks
Phil
Hi,
I have a similar issue. I’m having to update manually via FTP. Any idea when the auto update via Theme Updates will be available?
Thanks
Phil
Hey Ismael,
That did the trick :-)
Thanks as always.
Regards
Phil
Hi Ismael,
That strange resizing behaviour is still happening.
I just can’t figure out what’s going on with it.
Thanks
Phil
Hi Victoria,
I managed to sort it out by setting vertical-align: middle;
/*Add ‘Course Menu’ text to sub menu*/
#top .course-menu .av-current-placeholder{
font-size: 0 !important;
}
#top .course-menu .av-current-placeholder:after {
content: “Course Menu”;
font-size: 14px;
vertical-align: middle;
}Is there anyway I can target page IDs?
With thanks
Regards
Phil
December 13, 2017 at 12:19 pm in reply to: Changing Mobile Toggle Text On Full Width Submenu #888282Quick update, by cutting back the code to just use
#top .av-current-placeholder{ font-size: 0 !important; } #top .av-current-placeholder:after { content: "Course Menu"; font-size: 14px; }
It works nicely.
Still trying to figure out the alignment though
https://screencast.com/t/lbBH92Olvg
Thanks
Phil
December 13, 2017 at 12:14 pm in reply to: Changing Mobile Toggle Text On Full Width Submenu #888280Hi,
I have a similar problem.
After adding the updated CSS/*Add 'Course Menu' text to sub menu*/ #top .av-current-placeholder{ font-size: 0 !important; } #top .av-current-placeholder:after { content: "Course Menu"; font-size: 14px; } .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a { padding: 6px 10%; font-size: 14px; }
my desktop version doesn’t display correctly
https://screencast.com/t/DnEcONJgoJ
and neither does the mobile sub menu
https://screencast.com/t/nu4oOGcyKm
https://screencast.com/t/drASuwrmHHere are the “before” states
https://screencast.com/t/X7n1rgY2
https://screencast.com/t/L4TpxziMBzWI’ve tried tweaking the padding but can’t get it right. Any suggestions would be greatly appreciated.
Thanks
Phil
Hi Ismael,
The trouble is, if I re-enable WP Rocket, the issue returns, so should I consider excluding CSS from caching so I can use the other WP Rocket features?
Thanks
Phil
Thanks Ismael.
Which CCS should I exclude from caching with WP Rocket?
Regards
Phil
Hi Ismael,
I’ve added that and it’s still doing it. Strange.
Regards
Phil
Hi Ismael,
I added the script to the child functions.php and cleared both the browser and WP Rocket caches and it still does the same thing. I’m baffled.
Thanks
Phil
Hi Victoria,
Mac: Chrome, Safari, Firefox
W10: Edge and ChromeThanks
Phil
Hi Rikard,
I’ve cleared both and tried on different browsers and devices and it’s the same on all. It’s baffling me.
Will set up a login for you.
Thanks
Phil
Thanks Basilis. Do you mean browser cache or the WP Rocket cache?
RegardsThanks. I’ll take a look.
Regards
Phil
Hi,
I have disabled Yoast SEO and Wordfence as suggested by my host, and things improve, but the CPU is still running too high when editing or creating a page or post..
I’m baffled.
Thanks
Phil
Hi,
My host is Krystal. I rarely have an issue.
I think this may be related to this issue
This reply has been marked as private.Hi,
Did you get a chance to take a look at this?
I’ve disabled wp-cron as my host suggested, and set up a cron job to run every 5 minutes through cpanel. Yet still the server resources max out whenever I try to edit a post or page using the page builder.
https://screencast.com/t/Mef9vQzCPt0g
- This reply was modified 7 years, 2 months ago by philthebass.
This reply has been marked as private.Hi Victoria,
Yes. I adjusted the max-width parameter and that seems to cure the problem.
Thanks
Regards
Phil
Hi,
I’ve used that code to change the break point so that I avoid menu text encroaching on the logo. That works, but, the burger menu starts by sitting outside of the main content area. Is there a way to fix that?
@media only screen and (max-width: 1353px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
https://screencast.com/t/lYhVkcWUrzECThanks
Phil
Hi Rikard,
I enabled logging to try to resolve a different issue which was being caused by PHP 7.1. That’s resolved and all ok,
However, I still see the other field I mentioned
My home page has an additional field that seems to be duplicating the code (see attached grab) which looks to be breaking my home page.
https://screencast.com/t/RsSE39gky
I’ve inspected the element and it shows an ID of _aviaLayoutBuilderCleanData field
How can I hide that?
Thanks
Phil
Hi Rikard,
My default MAMP settings use 7.1. As soon as I changed it back, all good, thanks.
Regards
Phil
UPDATE:
This wasn’t the cause of the issue. I’ve fixed that now. However, how can I hide or remove that field that shows all the short codes?
Thanks
Phil
Having investigated further, it looks like the cause is PHP 7.1.0 – I reset my dev server to 7.0.13 and the issue goes away.
Is there any plan for a fix for this soon?
With thanks
Regards
Phil
Hi,
An update on this, I enabled error logging on our dev machine and get the following error
Fatal error: Uncaught Error: [] operator not supported for strings in /Users/philevans/sites/lm/wp-content/themes/enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php:83 Stack trace: #0 /Users/philevans/sites/lm/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/shortcodes.php(218): include() #1 /Users/philevans/sites/lm/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/shortcodes.php(159): LS_Shortcode::generateSliderMarkup(Array) #2 /Users/philevans/sites/lm/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/shortcodes.php(49): LS_Shortcode::processShortcode(Array) #3 /Users/philevans/sites/lm/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php(129): LS_Shortcode::handleShortcode(Array) #4 /Users/philevans/sites/lm/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(250): avia_sc_layerslider->shortcode_handler(Array, '', 'av_layerslider', Array) #5 /Users/philevans/sites/lm/wp-includes/short in /Users/philevans/sites/lm/wp-content/themes/enfold/config-layerslider/LayerSlider/includes/slider_markup_init.php on line 83
With thanks
Phil
Hi Nikko,
Yes thanks. Although we’ve yet to test it on mobile which we’ll be doing later this week. I’ll let you know.
Thanks
Regards
Phil
Hi Rikard,
It’s currently being built on a dev server. Link below.
With thanks
Phil
-
AuthorPosts