Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1267365

    I am editing a blog post with the advanced editor. However, it is not having my adjustments. For example, I keep adding the   tag yet it keeps deleting it.

    I don’t even want to use this editor for my posts, but I don’t see how else I can have a large featured image horizontal above the content. Please help.

    #1267597

    Hey samanthashea,

    Can you please tell us the exact steps you’re taking, the page where it happens, and share credentials with us?

    Best regards,
    Victoria

    #1267636

    I managed to use the documentation to adjust the featured image in blog posts to be full screen. However the length is a bit long for me. How can I make it smaller?

    #1267672

    Hi samanthashea,

    Can you give us temporary admin access? just post the credentials in private content.

    Best regards,
    Nikko

    #1267680

    Yes I will add it here.

    While you look can you please help me with these issues:

    1. change my H1 size to 30? I tried a code used in another forum question yet nothing changes which is very frustrating.

    2. Also, I am having a major problem with the post “13 Famous Places of Peshawar.” I switched it to the Avia layout and now it will not revert back and looks horribly stretched out. I want it reverted back to normal editor

    3. I used code in the documentation to make my featured images full width. However the the length is too long of the imageshonestly.

    4. I posted here about the size of the blog post element on the “blog” page. https://kriesi.at/support/topic/blog-post-slider-images-wont-enlarge/

    5. How can I CENTER and ENLARGE the widget on the homepage with the social book marks?

    Thank you. I really am having some issues with these things. I’d also like to know why the H1 code didn’t work when I know I inputted correctly.

    Also please please can you help me with

    #1267688

    i deleted the code and tried to change H1 in Advanced editing and nothing changed. This doesn’t make any sense whatsoever

    #1267702

    Now it only changes for mobile, not desktop.

    #1267703

    Also on this page can you please help me move up the caption so it is above the structure in the slider image. I just want this done for this page. Page is here:

    #1267837

    Hi samanthashea,

    1. change my H1 size to 30? I tried a code used in another forum question yet nothing changes which is very frustrating.
    I have checked your site and it seems 30px on h1 font size is working properly on my end. You can check the screenshot in private content.
    Please try to clear your browser cache. Also, I would suggest, flushing out cache from Autoptimize and disabling it, since optimization like caching and minification during development produces some issues.

    2. Also, I am having a major problem with the post “13 Famous Places of Peshawar.” I switched it to the Avia layout and now it will not revert back and looks horribly stretched out. I want it reverted back to normal editor
    This is now back to using a default editor

    3. I used code in the documentation to make my featured images full width. However the the length is too long of the imageshonestly.
    What code did you use? and which page?

    4. I posted here about the size of the blog post element on the “blog” page. https://kriesi.at/support/topic/blog-post-slider-images-wont-enlarge/
    I have already replied on that thread.

    5. How can I CENTER and ENLARGE the widget on the homepage with the social book marks?
    Please check this thread: https://kriesi.at/support/topic/how-can-i-center-align-this-social-bookmarks-widget/

    Best regards,
    Nikko

    #1267838

    Hi samanthashea,

    For the last question, please add this CSS code in QUick CSS:

    .page-id-3540 #full_slider_1 .slideshow_align_caption {
        vertical-align: top;
    }

    Best regards,
    Nikko

    #1267931

    1.Thank you, the 13 famous places post looks good.

    2. As for the H1, I’m hoping you can look into this further. I used the “advanced styling” tab, edited the H1 element to 48 px. This shows up in mobile view, but not in desktop. Is there something overriding this code?

    The first Screen shots attached shows how first it looks in mobile and the second in desktop. I would prefer for it to be larger than 30px actually. There is nothing I’m aware of in Quick CSS that would override this so I’m very confused. I also added the screen shot of where I changed the font in advanced styling.

    3. The code I used to make the header images full width above the comment was found in the blog post documentation, “make featured image cull width”. I used this:

    #top.single .container {
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    
    #top.single .content {
      padding-top: 0 !important;
    }

    The width is great, but I’d prefer the height to be a bit shorter.

    4. Also I just added the code for moving the caption and nothing changed. I even added the important tag and nothing. I was having a lot of success with quick css but now I feel that nothing changes. Is there something wrong or is there a line of code in there that is causing problems? I disabled Autoptimize.

    I’m going to post the access link again so you can check into it.

    • This reply was modified 3 years, 11 months ago by samanthashea.
    #1267934

    Also in developer tools this works. Yet I don’t want to make this change to ALL H2s. Yet when I tried to add this code, nothing happened. Can you please explain why? It just doesn’t make any sense to me. I have no other code about H2s in the quick css so what is overriding this for this page?

    Screen shot shows me making the bottom margin 300px in dev tools and the caption moving exactly where I want it.

    Can you explain to me why nothing is happening so I know for my CSS knowledge as well please?

    .page-id-3540 .h2 {
       margin-bottom: 300px !important;
    }
    #1268011

    Hi samanthashea,

    There’s an extra dot before h2, which causes it not to work, it should be:

    .page-id-3540 h2 {
        margin-bottom: 300px !important;
    }

    since you are targeting an h2 tag and not some element with a class of h2, you’ll just need h2 not .h2 :)

    Best regards,
    Nikko

    #1268184

    I just disabled the cache plugin on my site ( Stack Cache) and this code still does not work :( Can you please try to look into it further?

    Also the H1 will still not change. The cache plugin is inactive.

    #1268261

    Hi samanthashea,

    There was an error in your Quick css, please try the code now.

    Best regards,
    Victoria

    #1268319

    Awesome thank you so so much! Both the font size and the caption are fixed now :)

    #1268380

    Hi samanthashea,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Avia Not Saving my Blog Post Adjustments’ is closed to new replies.