Forum Replies Created

Viewing 30 posts - 1 through 30 (of 62 total)
  • Author
    Posts
  • in reply to: Problems Advance Layout Editor (after Update?) #954096

    Hi,
    I have a problem with ALS as well: after the update to Enfold 4.3 the advanced layer slider on my homepage doesn’t load, it simply displays a white space. Can you please help me find the cause as this happens the day before an important event and I expect more visits on the website.
    Please see the details in the private message sent this morning.
    Best,
    Cerasel

    in reply to: Problems Advance Layout Editor (after Update?) #953830
    This reply has been marked as private.
    in reply to: Header Extra elements – mobile display #783104

    Hi,
    Thank you so much, option b (renaming the plugins folder just enough time to adjust the Quick CSS) worked fine, I just had to reactivate the plugins manually once I renamed the folder back but now everything is back to normal!
    I have pasted the code from Victoria into the css file under Enfold child in FTP and it looks like it could hold up better.
    Thanks again!
    Best,
    cerasel

    in reply to: Header Extra elements – mobile display #782259

    Dear Victoria,

    Thank you for your help. I have added the code a few days ago under Quick CSS but I think it may have crashed my site and I cannot find a way to remove it from the WP interface or even using FTP access (I can’t manage to find Quick CSS under enfold-child in the themes section, and the files for enfold-child appear to have last been edited over a year ago when in fact I have amended the quick css code mid-April this year: https://www.screencast.com/t/ZWdwun7FWRz).

    Do you think you could help me remove the code and find another solution for the mobile display?

    I appreciate your help with this.

    Best regards,

    Cerasel

    in reply to: Bug in post with layout builder #544857

    Thank you Basilis for looking into this,
    It finally works now.
    Best regards,
    Cerasel

    in reply to: Bug in post with layout builder #544441

    Hey Basilis, thank you for your reply!

    Please find below the custom code that I have until now, as well as the link to the defective page.

    I don’t know what the liver version of the site is… Will you need access to the wp admin ?

    Best regards,

    Cerasel

    Hi Elliott,

    Thank you so much it works perfect !

    Best

    Cerasel

    Hey Ismael,

    Thank you for this code, the share section is now in place for all posts and works well.

    I still need your help to restore the post titles (per my exchange with Yigit of March 23 – 7.17 pm and following – here above).

    By adding the recommended code to quick CSS – body .av-special-heading.blockquote > * { color: black; } I have recovered the posts titles in their corresponding single post pages (I don’t know the reason why they disappeared in the first place..).

    However the titles are still not showing in the Blog preview (Blog page called “Publications”) – this is what I mean: http://www.screencast.com/t/VxyGgTPF9jCZ

    I have also lost the titles of the post suggestions in the right sidebar for single posts: they looked like this under Enfold 3.1: http://www.screencast.com/t/uZE4X2dJs

    Do you think there might be a way to get these back?… I will probably think twice before installing further updates to the theme (although offer many interesting improvements, they also interfere with previous adjustments causing a lot of work for all of us…).

    Many thanks for your help.
    Best,
    Cerasela

    This reply has been marked as private.

    Hi Yigit,

    For 1 the code added still doesn’t work… I have reinstated the code previously quoted in functions.php.
    From what I understand if I select “use ALB” in under “Blog styling” in Enfold, I will need to customise each post in ALB on its respective post page, and add some function code to complete it with generic functions applicable to all posts. This is how it worked before… Should I add something to keep that share section as it worked with Enfold 3.1. and just push it at the bottom of the page with some indentation?

    Also, can of think of a reason why the title of the post vanished from the main blog page (I changed nothing to the post slider settings – display “Title and read more link” ?

    Thank you for your thoughts.

    Best,

    Cerasel

    Hi Yigit, thanks for the quick reply!

    1 – does not work unfortunately, not only the share section does not display but now my posts’ titles have also disappeared from the preview…? I have well checked everything (the social sharing buttons and title display) in the Enfold styling section…

    2 – works fine, thank you!

    Best,

    Cerasel

    Hey Elliott !

    1. Here is what I am using:

    add_action(‘avia_after_content’, ‘avia_add_social_toolbar’, 10, 2);
    function avia_add_social_toolbar($id = “”, $context = “”)
    {
    if($context == “post”)
    avia_social_share_links();
    }

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    if(is_singular(‘post’)){
    $content .= avia_social_share_links(array(), false);
    $content .= ‘<div style=”height:1px; margin-top:50px; ” class=”hr”></div>’;
    }
    return $content;
    }

    2. This is correct, Qtranslate offers an option for the links as well but I would like to keep the select dropdown as I think it is more elegant for my site. Do you think that it does not display because there is not enough space between that widget and the next (search) widget?

    Thank you for your help.

    Best,

    Cerasel

    This reply has been marked as private.
    in reply to: Seo #399843

    Thank you Josue,

    Unfortunately the Yoast fix did not work. I have decided to use FV Simpler SEO instead (https://foliovision.com/2012/07/wordpress-multilingual-seo). It has less functionalities than Yoast but is compatible with qTranslate and does not crush the posts (at least for now).

    Thanks again for your help.
    Best regards,

    Cerasel

    in reply to: Seo #399361
    This reply has been marked as private.
    in reply to: Seo #399352
    This reply has been marked as private.
    in reply to: Seo #399311
    This reply has been marked as private.
    in reply to: Seo #398906

    Thank you Josue,

    Actually I already had the debug mode enabled but I was not able to see any error messages… I have disabled the Yoast SEO plugin and now the posts load and display normally. Is there a way to fix this incompatibility issue and use the Yoast SEO plugin (current version 1.7.3.1) with the latest version of Enfold – 3.0.4 and WordPress – 4.1.1?

    NB
    – I have already tried downgrading Yoast SEO plugin to version 1.5.5 as suggested in some older topics (but with Enfold 3.0.4 and WordPress 4.1.1) and it still causes the same problem.
    – I have also tried adding the code to themefunctions.php as suggested here ( https://kriesi.at/support/topic/enfold-and-the-seo-wordpress-version-1-5-5-3/#post-312418 #312418) but it does not fix the problem…
    – Finally, my php allowed memory limit is 512Mb, so this should not be the cause ( https://kriesi.at/support/topic/latest-enfold-theme-not-working-with-seo-plugins/ )
    Theme: Enfold
    Version: 3.0.4
    Installed: enfold
    AviaFramework Version: 2
    AviaBuilder Version: 0.8
    – – – – – – – – – – –
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:512-PU:24-PLA:6
    –>

    Many thanks,

    Cerasel

    in reply to: Updates to posts not taken into account #341428

    Hey Ismael,

    I find this rather strange if we take into account that adding the ALB functionality for posts is a topic in the Enfold official documentation.

    http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/

    Cerasel

    in reply to: Updates to posts not taken into account #340943

    Dear Ismael,

    Thank you for your reply, I really enjoy using Enfold indeed!

    My question was not whether I can or cannot use ALB for posts, I already used it before the Enfold update and I need my posts to preserve the same quality as before.

    My question was more precisely why the posts were not being updated anymore after the Enfold upgrade (and I was simply wondering if the ALB functionality prevented them from updating correctly – this is merely a presumption on my side, that would need to be confirmed)…

    Could you please kindly look into this, as it is very important for me to be able to modify post content?

    Thank you for your help.

    Best regards,

    Cerasel

    in reply to: Blog posts #322171

    Hey Josue,

    You are completely right, I have removed the standard Publications widget as you suggested and now it works and in addition it enabled very interesting functionalities from Enfold, many thanks for your help!

    Kind regards,

    Cerasel

    in reply to: Blog posts #322068
    This reply has been marked as private.
    in reply to: Blog posts #321786

    Hey,

    You mean and put this area in the upper bar only? If this is the case I am really interested.

    Right now I am using the solution that you have provided in this thread: https://kriesi.at/support/topic/insert-search-button-and-widget-area-in-the-secondary-menu-bar/#post-304697 (please see the messages starting with the one sent on August 12, 2014 at 12:58 am)

    If you could provide a replacement solution to achieve this that would be great…

    Best regards,

    Cerasel

    in reply to: Blog posts #319180

    Hi Josue,

    After using the test you have created I have finally realised what went wrong with the togglers: they are incompatible with the “Sidebar Blog” (they unfold however when the post is set to “Default sidebar” and even “Enfold custom sidebar”).

    This is upsetting because only the “sidebar blog” had the “recent posts” list in it and no language switcher widget.

    The other sidebars display, I don’t know why, the language switcher: http://www.screencast.com/t/Su5MQSHoUN
    I have tried to remove it from the widget settings “displayed everywhere” and replace it with the post list, but as a result the switcher also disappeared from the small bar above the main menu, and I need it there…

    So, is there a way to either (i) override the “Displayed everywhere” rule so that the language switcher does not systematically show in sidebars anymore, or (ii) have togglers unfold even when the post is set to “Sidebar blog”?

    Thank you very much for your input.

    Best regards,
    Cerasel

    in reply to: Blog posts #318363

    Hey Josue,

    This is very weird indeed as I see in debug mode that the test that you have created has exactly the same code as my initial post yet it works… I don’t know how to check the PHP error log, do I have to look into phpMyadmin or there is an easier way?

    If this becomes too complex I am thinking about using your post and deleting the old one, and hoping that future posts will work better. Could you please send me a bit of padding code to lift the accordion in your post? (it is too low right now and eats into the following paragraph).

    Thank you for your help and hopefully I won’t need to bug you again!

    Best,

    Cerasela

    in reply to: Blog posts #318361

    Hey Josue,
    I know, this is because I have switched to display ‘Only title and read more link’. I would still like to have the post excerpts in the blog post but the option does not seem to be compatible with ALB?

    Best,
    Cerasela

    in reply to: Blog posts #317218

    Hi there,

    Could someone please look into this toggler issue?

    Thank you.
    Best,

    Cerasela

    in reply to: Blog posts #315829

    Hey Josue,

    Brilliant, thank you very much.

    Please also check this last question left over from September 5th regarding the bug on the post slider (copied here below as I sent it, but from what I can tell after additional attempts to fix it, the issue probably comes from selecting “title, Excerpt and read more link”, when the excerpt needs to be extracted from a four fifth frame in the ALB post).

    “thank you for enabling the debug mode and fixing the bad code, it does no longer display in the posts pages themselves. I can still see it though in the post slider on the main blog page http://enter-law.com/publications/ (but only in the English version). (…) do you think this comes from the posts themselves?

    PS This is what I mean: http://www.screencast.com/t/proGFa9GcQo

    Many thanks again for your patience and support.

    Regards,

    Cerasela

    in reply to: Blog posts #314904

    Bump?

    in reply to: Blog posts #314903

    Bump?

Viewing 30 posts - 1 through 30 (of 62 total)