
-
AuthorPosts
-
February 26, 2014 at 4:44 pm #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.
February 26, 2014 at 6:34 pm #229687For the image I found the error in base.css.
February 27, 2014 at 5:43 am #229909Hey!
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,
IsmaelFebruary 27, 2014 at 1:54 pm #230060Hi 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.
February 27, 2014 at 2:54 pm #230074Hi!
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,
YigitFebruary 27, 2014 at 4:55 pm #230121Hello,
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!
February 27, 2014 at 5:00 pm #230124Hi!
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,
YigitFebruary 27, 2014 at 5:32 pm #230146Hello,
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.
February 27, 2014 at 5:38 pm #230149Hey!
@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,
YigitFebruary 27, 2014 at 5:42 pm #230153I dont use the plugin but I add the code in text block
February 27, 2014 at 7:11 pm #230215I’m sorry but the code for hide the image dont work…
February 27, 2014 at 7:13 pm #230217Hey!
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,
YigitFebruary 27, 2014 at 7:14 pm #230219Now working. Thanks a lot for your support ;)
February 27, 2014 at 7:16 pm #230220 -
This topic was modified 11 years, 1 month ago by
-
AuthorPosts
- The topic ‘Add text in the blog page and error after update theme’ is closed to new replies.