Forum Replies Created
-
AuthorPosts
-
June 20, 2018 at 1:02 pm in reply to: [BLOG] Posts with normal editor are not using same template as advanced editor #975264
Hi Vistoria,
I meant to make a request to add this functionality. But I think I will override this from the child theme as you confirmed it is a normal behavior and I thought it was some kind of bugs.
Thank you, please close this thread.
June 19, 2018 at 6:00 am in reply to: [BLOG] Posts with normal editor are not using same template as advanced editor #974631Hi Victoria,
Thanks for your support. Using the magic wand is fine for small things, but as you can see I have a very long table so you can imagine how it will look as shortcode in the text editor, not very user friendly to edit.
Also, even if I create a template for those pages with the advanced editor, it will not look the same as the other normal editor page.
Wish he can have this option in the blog layout, maybe create a PR?
June 18, 2018 at 10:59 am in reply to: [BLOG] Posts with normal editor are not using same template as advanced editor #974160Hi Ismael,
Thanks, so this is normal behavior, not sure about the choice because this means 2 different template for the same blog.
I suppose the question now is: Anyway to make all blog posts in the exact same layout?
Thanks
June 9, 2018 at 9:39 am in reply to: [RESOLVED] A DIV is added in the Text Block (selenium-highlight) #970337Please close this ticket.
Please close this topic.
Hi Victoria,
Nice catch thank you very much!
Alright, I have did the change again, purged everything, waited few minutes and opened a new incognito session then it is working.
It was due to the cache like you pointed it out.
Thank you again for your help!
Here is final call added in functions.php of the CHILD theme in case someone have the same question:
add_action('wp_enqueue_scripts', 'ava_deregister_mejs', 9999); function ava_deregister_mejs() { wp_deregister_script( 'wp-mediaelement' ); wp_dequeue_script( 'wp-mediaelement' ); wp_dequeue_style( 'wp-mediaelement' ); }
Hi Ismael,
Still no luck. I tried wp_enqueue_scripts, wp_head, wp_footer but none of them are disabling it.
I have upgraded to ENFOLD 4.4, not related but still I have to manually comment the two lines in the function.php to make it works.
//load mediaelement js
$condition = !( isset($options[‘disable_mediaelement’]) && $options[‘disable_mediaelement’] == “disable_mediaelement” ) && av_video_assets_required();
$condition2 = ( version_compare( get_bloginfo( ‘version’ ), ‘4.9’, ‘>=’ ) ) && $condition;
//avia_enqueue_script_conditionally( $condition , ‘wp-mediaelement’);
//avia_enqueue_style_conditionally( $condition2 , ‘wp-mediaelement’); //With WP 4.9 we need to load the stylesheet seperately- This reply was modified 6 years, 5 months ago by resbangkok.
Hi Ismael,
Thanks again for this. I’ve tried with “after_setup_theme”, “init” and “wp_loaded” but nothing happened still the same issue.
The only think that is working is to directly comment lines 420 and 421 on the functions.php, this is weird as deregister should work.
Not sure where this problem can come from.
- This reply was modified 6 years, 5 months ago by resbangkok.
Hi Ismael,
Thanks, I tried to add in the child theme function.php:
wp_dequeue_script( 'wp-mediaelement' ); wp_dequeue_style( 'wp-mediaelement' );
But nothing changed. What am I missing?
Nikko,
Thanks for checking. The only way we have to bypass this is to comment 2 lines of codes in the functions.php of the theme:
FULL: https://img42.com/AFVqn+We don’t really want to do that, so anyway for us to temporary overwrite that but in the child theme instead?
This reply has been marked as private.Victoria,
Thanks for your answer.
I tried everything but no result.
But, I found the issue was a blank index.php files added during GIT deployment in the child theme folder.
No issue with the theme whatsoever, must be careful next time. Thanks!
Hi,
Sorry, this was server incompatibility issue.
If you have this problem, then add this line at the bottom of your wp-config:
define('CONCATENATE_SCRIPTS', false );
(source: https://wordpress.org/support/topic/referenceerror-jquery-is-not-defined)
Thanks
Find credentials below:
- This reply was modified 8 years, 5 months ago by resbangkok.
Hi,
Nope, I tried to deactivate all plugins but Yoast SEO and still got the issue. When deactivate Yoast SEO and activate all other plugins, everything is fine.
Pretty weird, never got this kind of issue before.
Hi,
The website is actually on dev locally, so as a workaround here is what I did:
1. in the child theme copy the header.php file
2. line 10 I have changed:$preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
to become
if ( is_front_page() ) $preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
The only small issue is that it’s doing also the transition/preloading when we go from homepage to other page, but not that annoying.
Thanks, I did that and tested on FF but this made all click on the page not working. Only the scroll was working fine :(
March 29, 2016 at 10:14 am in reply to: Page Preloading + Page Transitions only for homepage #604333Hi Rikard,
Right now the website is in dev on local machine, but this is the settings I am talking about:
https://i.imgsafe.org/28d2d72.png
Possible to activate them only for the homepage?
Thanks
March 18, 2016 at 10:10 am in reply to: Image in page heading (banner) not resizing correctly in ENFOLD – WooCommerce . #600176Ok thanks, I think it may be a minor bug with the theme + a plugins but adding CSS is fixing the issue of course.
February 25, 2016 at 6:34 am in reply to: Image in page heading (banner) not resizing correctly in ENFOLD – WooCommerce . #588775Hi there,
Any progress on this please?
Thank you!
February 23, 2016 at 3:01 pm in reply to: Image in page heading (banner) not resizing correctly in ENFOLD – WooCommerce . #587734We’ve updated PROD please use the DEV link below
Hi,
Please close this topic it was server issue thanks :)
February 22, 2016 at 6:51 am in reply to: Image in page heading (banner) not resizing correctly in ENFOLD – WooCommerce . #586885Hi Rikard,
Yes of course, please find the link and details in the private content below.
Let me know if that helped.
Thanks
Hi
It’s work. Thank you so much
Hi Yigit,
This is link my website below and for OS that I used Firefox, IE10 and Chrome
http://www.rapidesuite.com/documentation/overview/Best regards,
ResbangkokHi Yigit,
Ok perfect, thank you!
Hi,
That means we cannot have our own custom search page like the other pages, but we can customize with custom CSS.
I think that will do it for now :)
Thank you
Hi Yigit,
My apologies, theme is working fine, it was due to the load of the images used in the slider not optimized and took few minutes to load via 3G.
Thank you for your quick answer!
– Issue CLOSED –
-
AuthorPosts