I don’t want to change the portfolio image size, I want to use a different size on the blog.php page. I only want the blog images to be squares. The portfolio images should continue to use the portfolio size.
I want to change the size being called for the grid thumbs in blog.php
Is there a tutorial or page in the documentation on how to make a page like the Home v7: One Page Portfolio under the HEADERS examples in the live preview? The one that uses the full screen slider and scrolls down with various background images that stay stable?
I can’t figure out how to use either the full screen slider or make a page that is all one page and scrolls with various images that are static in the background. I don’t even know what the proper nomenclature is for that.
Thx in advance.
Hey there!
I’ve searched for the past couple days for a solution to these issues, in the forums and off, yet I haven’t found the fix to these problems yet.
1)
When using the Advanced Layout Editor, I am unable to publish or update a page when I have # = # within my text. For example, “1 inode = 1 file” will result in a “Page Not Found 404″ error when I try to Publish or Update my page. The only work around I’ve been able to figure thus far is to simply reword my text to not include the equals sign, but as you could imagine, this is not a fix and rather annoying. Also, I can’t leave this issue for future authors/editors to run into without a better solution.
2)
Does prettyPhoto work with pages or posts, or only media elements like images? I’ve created a post that I want to load within the lightbox effect, without it’s header, footer, or sidebar. All of the documentation I’ve found only speaks mostly of images, but I’m looking to load that page on top of the current page, until clicked off. Adding ?iframe=true and &width=725&height=300 to the end of the href url doesn’t do anything. I’ve tried both rel=”lightbox” (Like stated in Enfold Documentation) and rel=”prettyPhoto” (Like stated in prettyPhoto Documentation), and still nothing.
3)
I’ve noticed the Advanced Layout Builder strips out any <p> tags that don’t have anything assigned to it. A simple <p> tag will be stripped from the code when editing blocks of text, but will be re-inserted when I view the page/post. I want this feature turned off, so that the HTML tags I put in stay there, and I don’t have to guess at what will be outputted as a <p> or a <br>.
Thank you for your support, and I look forward to hearing your responses soon!
`Joebob~
It definitely appears on the three middle images for me? I tried with both Chrome and firefox with the same results, and if i replace the first image with a copy of the second on it works too? Is there something with the image that doesnt alloe the hover effect for the link?
I have two issues…
1. How do I remove the grey keyline around the images in the portfolio grid view?
2. How do I make an image in the portfolio grid view not clickable i.e. I don’t want it to link through to another page?
Hopefully this makes sense!
HI.
I made my own social icons for my site here: http://lizybloomdesigns.com/zemasfoods3/
I inserted the code below into custom.css based on information I read in other posts. But when you hover over my images, they move slightly. Is there a way to fix this?
Thanks
Lizy Bloom
#top .social_bookmarks_facebook {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook.png) no-repeat center;
}
#top .social_bookmarks_facebook:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/facebook_hover.png) no-repeat center;
}
#top .social_bookmarks_facebook a {
text-indent: -9999px;
}
#top .social_bookmarks_pinterest {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest.png) no-repeat center;
}
#top .social_bookmarks_pinterest:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/pinterest_hover.png) no-repeat center;
}
#top .social_bookmarks_pinterest a {
text-indent: -9999px;
}
#top .social_bookmarks_twitter {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter.png) no-repeat center;
}
#top .social_bookmarks_twitter:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/twitter_hover.png) no-repeat center;
}
#top .social_bookmarks_twitter a {
text-indent: -9999px;
}
#top .social_bookmarks_linkedin {
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link.png) no-repeat center;
}
#top .social_bookmarks_linkedin:hover a {
color:#fff;
background: url(https://lizybloomdesigns.com/zemasfoods3/wp-content/uploads/social/link_hover.png) no-repeat center;
}
#top .social_bookmarks_linkedin a {
text-indent: -9999px;
}
#top .social_bookmarks {
height: 35px;
margin: 0 0 0 900px;
z-index: 150;
}
I recently created photo galleries for a site I am working on and all images do not fully appear when loaded or moused over.
Go to http://www.solareamerica.com on the first page to see. I have deactivated almost all my plugins.
This happens on all browsers – Chrome, IE and Firefox.
I am using WordPress 3.7.1.
yes, i see the same problem. this plugin is not available.
i tried the FREE version but it supports only one background image and no slideshow ;o(
Hi!
I have added a custom CSS to Quick CSS in Enfold theme options to remove space between these 3 images but the problem is colums are bigger than images you upload. Please try switching those images with bigger ones so that they will fit. I also saw that you have added color section under those images. You can simply click on that Color Section element add a background image. After making these changes you should achieve what you would like to achieve
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .content { padding-top: 0; }
Images you uploaded has white background and not transparent. You should edit your images to remove the white background
Cheers!
Yigit
Hi.
One hour ago i spoke with my hosting support and they told me that there is a theme’s problem, not the hosting, because if we deactivate Enfold’s Theme, we can upload any image we want.
An other thing: after this problem, we decided to upgrade the hosting package from “basic” to “premium”. But the problem IS NOT RESOLVED!
So, I ask you now to resolve to find the error and resolve it because it is your problem, not our!!!
I give you an administrator account of wordpress (look up) anche FTP credentials. Are we waiting for almost 3 weeks!
Please let give me a DEFINITIVE resolution! Thanks.
Hola Josué, no me funciona del todo, a ver si me puedes ayudar.
En esta página: http://www.adw.cl/prueba/
Si inspecciono el elemento Slider, llego a este CSS:
<!– START REVOLUTION SLIDER 4.1 fullscreen mode –>
<div style=”position:relative;width:100%;height:auto;margin-top: -17px;margin-bottom: -17px;” class=”forcefullwidth_wrapper_tp_banner”>
El cual al modificar sus propiedades margin-top y margin-bottom a -17px, lo deja calzado arriba y abajo.
Esto consigue el efecto deseado.
Sin embargo desconozco como referenciar esto en mi Quick CSS. He intentado
.forcefullwidth_wrapper_tp_banner {
margin-top: -17px;
}
Pero no funciona….
Alguna idea de cómo hacerlo?
Muchas Gracias!!
José
This reply has been marked as private.
Hi!
After changing the portfolio thumbnail size on functions.php, you need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
You can add this on your custom.css or Quick CSS:
.attachment-portfolio.wp-post-image {
min-height: 208px;
}
This will make the thumbnails square on this page: http://www.austinpsychfest.com/apfenfold/news-and-events/
Best regards,
Ismael
Ismael,
How can we download this plugin? It says at the bottom, “We also stopped selling WP-Backgrounds II for now.” I only see the lite version in the WP plugin directory. And with the “Lite” version, I might be missing something incredibly obvious, but how do I assign a background image to a specific page, and only that page?
Just like Jopalle, I am looking for a solution for full-screen scalable background images, specifically for the Blank / Coming Soon page. Seems like Enfold should have something like this built in.
Thoughts?
Hi!
Please add this on your custom.css or Quick CSS:
.grid-entry-title.entry-title a {
pointer-events: none;
}
.grid-image.avia-hover-fx {
pointer-events: none;
}
Best regards,
Ismael
This reply has been marked as private.
Hi!
1) I can’t reproduce the bug you reported. I see the featured image here: http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ( http://www.clipular.com/c/5555193345212416.png?k=FVFgow_ww-Gv6rGiwWChRK1bwzI ) and on the single post page: http://love.tennisgate.com/en/2013/11/10/backhand-volley-on-the-run/ ( http://www.clipular.com/c/5357785910870016.png?k=S57_tLSGuqtL2kV7xTS_L7WaTbQ ).
2) Please elaborate. The content slider is a normal shortcode and should display just fine on single post pages. Blog and archive pages ( http://love.tennisgate.com/en/category/coaches/footwork-coaches/ ) show just the excerpt and the excerpt does not support shortcodes (it’s a wordpress limitation – the excerpts do not support html code and shortcodes).
3) a Video placed with iFrame is deleted if change between advanced and default layout editor.
The “Advanced editor” and the “Default editor” do not share the same content. If you click on the “Advanced Editor” button and then save the page the page will display the “Advanced layout editor” content when the user views the website, if you select the “Default Editor” and then save the page content the user will see the default content without the advanced layout elements. If this doesn’t answer the question please elaborate what “iFrame is deleted if change between advanced and default layout editor.” means and please post a link to the page where we can reproduce the issue.
Cheers!
Peter
Hi,
http://www.biluba.com
I wish I could remove the white part below the photo and pick up the written
thank you
This reply has been marked as private.
Hi sarahpeller!
In WordPress dashboard please go to Enfold theme options > Styling tab and choose Boxed Layout and upload background image http://i.imgur.com/nCF5NQ6.jpg
Regards,
Yigit
Looks like its a bug with Android on certain devices. Neither of my phones have the setting available to them.
I did find a stackoverflow on the issue if you want to give it a try: http://stackoverflow.com/questions/8508889/android-autofit-mode-causing-issues-with-css-width-in-web-page
The idea is to add a one pixel transparent png as a background image to your p tags.
Hey Ash!
No, not that I know of. You can try searching the WordPress.org plugin directory for something but I’ve not run across anything for it.
Cheers!
Devin
Glad you were able to get it sorted out :)
Thanks for your help, Devin! My developer seemed to figure it out at around the same time that you were looking, it seems.
Hi.
i’ve tried to upload an image with 36kb of size, so i think it’s not the same problem you wrote.
Is there an other solutions? Please, I’m waiting for 3 weeks and there is still no solution yet … i give you the ftp credentials … please find the error! :(
Hey!
Please try this plugin by Dude: http://inoplugs.com/projects/wp-backgrounds-ii-add-wordpress-backgrounds-website/
I just checked the website and the background is displayed properly. I think this is fixed.
Best regards,
Ismael
Hey!
Please add this on php.ini file.
memory_limit = 99M
max_execution_time = 300
upload_max_filesize = 20M
post_max_size = 24M
I tried to upload an image on the “test” portfolio item. It looks like it is uploading but throws an error after a few seconds.
Best regards,
Ismael