I have a problem with the portfolio grid as well. This seemed a good thread to post it to.
The portfolio grids on my website aren’t showing the excerpt, it’s set to show title and excerpt. Yet only the titles(and feature image) are showing.
Also in the ajax preview mode, the excerpts are not showing up.
Hi,
Well. Your homepage is Enfold while your portfolio page is Corona. You are probably using a plugin that allows different themes for different sections of the website. Disable all plugins , and I mean all plugins, empty your cache and return to this page. You can also go to Appearance > Themes and delete the Corona theme (only if you don’t need it, or download a backup first). Update wordpress core if you made any modifications to it.
Thanks,
Nick
Can you make a video of what you are doing when trying to add in an image using http://www.screenr.com/ ? Maybe there is just a key step we are missing in the explanation.
Regards,
Devin
Hi,
I don’t need class names.
Only Second Image
#top.page-id-3760 div.entry-content p:nth-of-type(3) span {
display:none !important;
}
Only Third Image
#top.page-id-3760 div.entry-content p:nth-of-type(5) span {
display:none !important;
}
Only Fourth Image
#top.page-id-3760 div.entry-content p:nth-of-type(6) span {
display:none !important;
}
First, Second, Third Image but not Fourth Image :)
#top.page-id-3760 div.entry-content p:nth-of-type(2n+1) span {
display:none !important;
}
Since you have paragraphs with text between some images but not other images, the numbers are not in order 1,2,3,4.
Thanks,
Nick
Hi, I am new at wordpress and enfold and I have some questions if you can help me:
1. Translation into PT-BR (Brazilian Portuguese). I watched the video tutorial, istalled the CodeStyling Localization, and added and edited the mo, but the translation still not showing on my site. What am I missing? http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=21.
2. I want to use the easy slide but, the big image above the thumbnails, shows only when I reload the page, if I scroll down and back up the big image disapears. http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270.
3. Also, is it possible to insert an slide galery inside the Tabs? I was able to insert images, but not the easy slider.
Thank you,
Fabiana.
I have a new install of Enfold on a new hosting account through GoDaddy.
Whenever I upload a picture I get the following error:
“Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/85/11416585/html/wp-includes/class-wp-image-editor.php on line 334”
The photo still uploads but displays the error.
Then, whenever I go to edit a photo I receive this message:
“Image data does not exist. Please re-upload the image.”
Please advise.
#top #main .sidebar{
I’m looking for a way to control the height of the border so it doesn’t go all the way top to bottom. Maybe like 80 percent. I can use an image but maybe you guys can help?
Thanks Nick,
Worked it, but how can I do with the third image? Sorry for bother you….
Thanks that sort of worked.. shows the cart buttons only when logged in but they are on top of each other… take a look…
http://postimg.org/image/ttflu5efd/
if I remove the above css they load properly…
Thanks
MLL
Hi,
This one will disable the first image only on that specific page
#top.page-id-3760 div.entry-content p:first-child span {
display:none !important;
}
Thanks,
Nick
Glad we could help :)
Let us know if you have any other questions or issues.
Thanks Nick,
But I need to disable the effect only in one of the four images, doesnt metter which one now, can be the first one!
Thanks buddy!
Hi,
I clicked on 3 of your images and don’t see any videos. Please provide url to the specific page you are describing. This doesn’t show what you describe – shanetucker.com/videos/every-day-is-a-blessing-not-a-right/
Thanks,
Nick
Hello,
I have created a Color Section with a fixed image background, it displays well on my computer, but neither on iPhones nor on iPads. Meaning, we see the section empty and not the image.
Any idea why?
Thanks for your support.
Hi,
There are 4 identical images on that page. Which one are you talking about?
You can use this css to remove hover on that page for those images
#top.page-id-3760 .image-overlay.overlay-type-extern {
display: none !important;
}
If you need to do it on a different page, just change 3760 in my code for the id of the page you want to do it on (view source and look for number on the <body tag)
Thanks,
Nick
Hi,
Please read this post https://kriesi.at/support/topic/left-menu-listing-problem#post-124163 about a new social media icon plugin.
Thanks,
Nick
Hi,
There is a way to change the icons. There is a plugin, though its not listed on WordPress plugin repository that I found that has 350 or so glyphs including the following social media glyphs:
http://i.imgur.com/R2H13IF.png`
View post on imgur.com
You can download the plugin here https://github.com/tommarshall/Font-Awesome-WordPress-Plugin/archive/85387af02c882a963778d38ba95c61a0b24181ab.zip from this branch ( https://github.com/tommarshall/Font-Awesome-WordPress-Plugin )
Once its installed you can use the
<i class="xxx"></i>
where you replace the xxx with the class name from the images above..
Here is the complete list of icons available with the plugin: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Thanks,
Nick
Hi,
I am sorry, but full size its the same slider as located on kriesi.at/themes/enfold but with substituted images. That slider has no issues with Android. So besides image replacement (i assume you used identical sized images in your replacement) if the only difference between yours and the demo is the change of the height via css (which the theme authors say should not be done because it will create problems such as you describe) then I am out of ideas. Have you searched on the LayerSlider forum or asked the developers there about the best way to resize a slider ?
Thanks,
Nick
Hi,
What do you mean? Medias Queries? My image is set as featured image (to be displayed like a thumbin the grid) AND set in the post…
That’s works fine with this CSS add. Thanks Ismael!
Best regards.
Jul…
Hey,
Glad you fixed it. :)
If you like Enfold, please write a testimonial here: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
Hey,
Please let us know if we can help.
Regards,
Ismael
Hi,
Did you try to set the image as your Featured Image? You can use Media Queries to make it responsive.
You can add this on your custom.css or Quick CSS
.avia_image {
width: 100% !important;
height: auto !important;
}
Regards,
Ismael
Devin,
Thank you for getting back to me.
Here is a screen shot of what I woud like to accomplish…
http://servingdope.com/wp-content/uploads/2013/07/Screen-Shot-2013-07-10-at-23.08.17.png
In addition I would like to add a short separator after each blog post excerpt in the center if that is at all possible to do.
Where am I adding the overly large border radius in the style.php? I am clueless:( lol
Jessica
PS. I forgot to add I am using a child theme.
Hi I want to change the icon in the image link overlay. What file / code do I edit to change that icon to a plus sign instead of an arrow?
Thanks much,
Chris
Beautiful, that did it. Thanks again, I really appreciate you guys’ support.
Thanks much,
Chris
Hi BlogNostics,
Without a screenshot or live page to inspect its difficult to really give anything concrete.
Generally, you can make an image a circle by giving it an overly large border radius. Without seeing the title and excerpt alignment I’m not really clear on what you are looking to do.
Regards,
Devin
Very similar except target the different div:
#top .flex_column.av_one_full.first.avia-builder-el-4.el_after_av_one_full.avia-builder-el-last.column-top-margin {
margin-bottom: 0;
}
#top #av_section_1 .template-page.content.twelve.alpha.units {
margin-bottom: 0;
}
Thanks Devin, that resolved it for the 2 column layout. For some reason the 1 column image on top is still adding the padding to it. Could you check that?
Thanks much,
Chris
Hi,
How can I remove the comments from everywhere within the site?
Also, are there any other options for the blog featured image? I would love to have a sort of paralax with the fullscreen slider feel, but for just the single image..
Thank you.