Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1069692

    The boxed dimension seems to be tighter than I have seen before in any Enfold layout we have done before. Tried changing the dimension field in “General Layout” but it seems to have no impact on changing the container width for the boxed layout.
    Site is https://askvirgo.com

    #1069709

    may i ask before some questions: Did the child-theme has a different – more personalised name?
    Where did the infogov_theme come from?

    Did you rename your dynamic stylesheet via that known snippet?

    add_filter('avia_dyn_stylesheet_file_path', 'avia_change_filename');
    function avia_change_filename($stylesheet){
    return 'myfilename.css';
    }
    #1069715

    Then on the infogov_theme.css ( maybe this is your quick css)
    on the rule:

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
        color: #da3027;
    

    there is the closing curly bracket missing !!! – and that makes all following rules unvalid!
    there is on the rule: #top #main .bbp-template-notice, #top #main .bbp-template-notice a
    a doubled semi-colon – after background: background: #a6bfde;;
    don’t know if this might be an additional troublemaker – but it is not css conform.

    • This reply was modified 5 years, 1 month ago by Guenni007.
    #1069737

    Thank you for your quick reply.The child theme InfoGov Theme indicated in private content links to parent Enfold. Do you see any conflict with the parent or something that might cause a problem with the parent theme to block adjusting boxed layout width?

    Also, all the css for this site is in the quick CSS section of the theme. I tried adding the rule you suggest with closing curly bracket but it had no effect.
    JAZ

    #1069845

    Well this curly bracket is definitly the source for that – i can see it in developer tools. Adding the bracket will end in a wider container.:

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
        color: #da3027;
    }

    (Enlarge video to fullscreen to see what happens on adding the bracket)
    https://webers-testseite.de/askvirgo.mp4

    But the other reason could be the source for that your quick css isn’t saved to the dynamic_avia folder.
    Maybe a Mod here has to login to an admin account to see what is the reason for that. Sorry in this case you need to wait for a mod here.

    #1070033

    Thank you for the quick reply and screen capture video. It was most helpful. I am embarrassed to admit it but I was looking in the wrong place. The curly bracket has now been added correctly and everything is working again. Thanks for the great support.
    JAZ

    #1070619

    Hi JAZ,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1070791

    Yes. Please close this ticket and thank you for the great support!
    JAZ

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.