Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #229622

    Hello,
    I have tree question:

    1-How I can add text in the blog page, before the list of the article? (I try to add a text block, but dont work)
    2-After the update of the theme, all the javascript that I insert dont work (not save) in the page, how is possible?
    3-After the update of the theme, for all the image that I have resize, don’t take the resize dimention but always original size.

    You can see my site at http://dhomet.com

    Thanks for your support.

    • This topic was modified 11 years, 1 month ago by Giugat.
    #229687

    For the image I found the error in base.css.

    #229909

    Hey!

    1.) Please deselect the blog page on Enfold > Theme Option > Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other content.

    2.) How do you insert the javascripts? You can’t just insert scripts inside a posts or page. Use a plugin like http://wordpress.org/plugins/insert-html-snippet/ if you want to use javascripts on posts or pages.

    Regards,
    Ismael

    #230060

    Hi Ismael,

    thanks for your support, very good.

    I have the last one question, how is the CSS class for the image, that I can hide it (the image) in responsive layout?

    Thanks a lot.

    #230074

    Hi!

    Which images exactly? If featured images, please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .big-preview { 
    display: none; }}

    Regards,
    Yigit

    #230121

    Hello,

    it’isn’t a featured image, but is a simple image that I add, from “add media”, how I can create a CSS class that hide it?

    Thanks a lot!

    #230124

    Hi!

    That certain image needs to be targetted not to remove all images on the website. Can you post the page and point out the image you would like to remove?

    Regards,
    Yigit

    #230146

    Hello,

    see this page http://dhomet.com/per-il-pignoramento/ the image is the double arrow (red and gray),

    And if you see in this page in the right coloum, if you see whit firebug, thare is the javascritp code for aweber form but dont work in the page, you can help me to find the problem?

    Thanks a lot.

    #230149

    Hey!

    @media only screen and (max-width: 767px) { 
    #main > div > div > main > div > div > div.flex_column.av_two_third.first.avia-builder-el-0.el_before_av_one_third.avia-builder-el-first > section > div > p:nth-child(1) > img {
    display: none;
    }}

    Please contact plugin author. As you can see in scope section, we cannot help you with the issues you are having with 3rd party plugins.

    Regards,
    Yigit

    #230153

    I dont use the plugin but I add the code in text block

    #230215

    I’m sorry but the code for hide the image dont work…

    #230217

    Hey!

    Please flush browser cache and refresh your page a few times. It does work fine on my end http://i.imgur.com/iSNnkgO.jpg

    Best regards,
    Yigit

    #230219

    Now working. Thanks a lot for your support ;)

    #230220

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Add text in the blog page and error after update theme’ is closed to new replies.