After making the change I am now getting the following error using Firebug
SyntaxError: invalid object initializer
if($.fn.prettyPhoto)
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh, autoplay_slideshow});
}
If I remove autoplay_slideshow and revert back to normal it works as expected.
Look up the prettyPhoto documentation it says to use autoplay_slideshow:true. When I changed it to this the gallery loads without error but it still doesn’t autoplay.
-
This reply was modified 11 years, 11 months ago by
Estland.
Looks like more things are randomly starting to break… list’s aren’t displaying icons, progress bars are only showing text now and not a colorful animated bar…
What happened?
This reply has been marked as private.
Hi,
I put my portfolio together about 2 weeks ago and it stopped working correctly today. They use to show my set featured images but now they just saw a white box.
You can see what I mean at devrhycom.com/portfolio (password: 1234)
Please let me know if you could help me fix what went wrong. I have Enfold verison 2.5.2 (just updated to see if that would fix it but didn’t) and I have WordPress version 3.8.1
No I haven’t, but they’ve worked with no issue until the last couple of days. We did no upgrading of any plugin in that time. We are using the latest versions of Akismet (2.5.9), Gravity Forms (1.8.4), W3 Total Cache (0.9.3), and WordPress SEO by Yoast (1.4.24). I find it very odd that this is only two pages that are affected and the other one we solved by shortening the page title. It’s just in the blog posts. This is not happening on site pages.
We are also seeing comments like this: https://kriesi.at/support/topic/black-screen-when-published-enfold-theme/
Hi Jorge!
Here’s a response from the plugin author:
http://wordpress.org/support/topic/scripting-guard
Regards,
Josue
Nevermind. Was just a custom code plugin. Ive removed it
Update.
These lines are essentially on every page underneath the header and above content of every single page. As well as displayed on the 1st post.
Can someone please assist
Hey!
Seems you already managed to add the phone number, you can increase it with this CSS:
.social_header .phone-info span {
font-size: 24px;
}
And this one will swap position with the icons:
.noLightbox.social_bookmarks {
float: right;
}
.sub_menu {
left: 0;
}
Regards,
Josue
Hi!
I personally don’t know, but here’s a user who tried with PhotoSwipe:
https://kriesi.at/support/topic/photoswipe-lightbox/
Best regards,
Josue
Hello,
after the latest update, active menu item is no longer underlined on my single-page http://www.skorosvadba.ru
Only the first item in top menu is underlined all the time.
Thanks Devin,
How do I customize the archive.php file to change the layout and add a full width photo below the menu and above the content?
Thanks,
Gabe
Can nobody helpster me?
I want a image topleft, and a extra background image thats repeats.
Please……;)
Marcel
Hi motylanogha!
You can add a video slider and image slider right under it on your page and using custom CSS you can hide image slider on desktop and display it on mobile and other way around for video slider. If that works for you, please post the link to your page so we can provide you custom CSS code
Best regards,
Yigit
Hi,
Open js/avia.js and look for line 962:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh});
Replace it by this:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh, autoplay_slideshow});
Regards,
Josue
Hi!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
Yigit
Got it! I was missing a } on one of my codes. Thanks for your help.
Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
Yigit
Okay, tried it by deactivating all the plugins and it’s still not working.
Hi indirapril!
Please add following code to Quick CSS in Enfold theme options under Styling tab to display post navigation on mobile
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block;
}}
Edit: Please use this plugin to change "You are here" http://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit
-
This reply was modified 11 years, 11 months ago by
Yigit.
By the way, I’ve been adding it to Quick CSS.
Hm, I think the URL at the browser’s adress line should be like the breadcrumbs, so the URL for this special portfolio-item should be:
meineseite.de/farbkunst/portfolio-uebersicht/magicmoment
but currently it is:
meineseite.de/werke/magicmoment
and this is just not right.
I have tried to add this to my functions.php as Dude suggested here, but it has no effect:
https://kriesi.at/support/topic/breadcrumbs-with-portfolio/
It’s really confusing … but the breadcrumbs above in the screenshot show the right hierarchy.
——————–
EDIT:
I found the same behaviour at the ENFOLD demo theme:
main URL/starting page:
http://kriesi.at/themes/enfold/
“Portfolio 3 column” link:
http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/
Then, at this page, I click at the first portfolio item, which is:
http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/
Also here is a part of path missing, i.e. “/portfolio/”
-
This reply was modified 11 years, 11 months ago by
BeeCee. Reason: Added as example the ENFOLD demo theme
Hey!
Please try deactivating all active plugins and check if that helps. Code is still not being applied.
Best regards,
Yigit
Thanks for your reply. I’ve added the new code you have given and it’s still not working.
Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#top .fullsize .template-blog .post .entry-content-wrapper > * { float: left; }
2-
#top .fullsize .template-blog .blog-meta { margin: 0; }
3- Please go to Settings > Media and increase thumbnail image size and regenerate thumbnails using http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit
Hey Jack!
Code is not being applied, please check Quick CSS and/or Custom.css file inside Enfold/Css folder and make sure that code is still there. If not, please add it once again. If code is there, try adding !important rule as following
.iconbox_top .iconbox_icon { left: 6%!important; font-size: 20px!important; padding: 15px!important; }
.iconbox_top .iconbox_content { text-align: left!important; }
Cheers!
Yigit
Hi connect4consulting!
If you unset the blog page from the theme options you can then set your blog page by using the ALB. This will let you put a color section before the blog element.
For the archive pages however they are generated automatically from the archive.php file so you would need to customize the php file to change its layout.
Cheers!
Devin
ah i figured it out, the previous help ticket was the solution. i just reduced the margin-top: -27px; to 7px; and it did the trick.
Trying to style a menu which is very extensive. As a user I would prefer to scroll on one page then hop pages by section. Your accordion doesn’t offer the advanced editor or two column option so hoping for a fix to the following issues:
I created a jump to at the top of the page but this would work SO much better (since even my jump to’s are extensive) if I could create these in a custom sidebar – the issue with that being I can’t have a sidebar with color sections and I need color sections to create the jump to’s ;-(
Beyond that it would be *really* great if I could remove the border on the color sections as I want them all white. I’ve spent an hour reading through the forum on this one and I’ve only been able to successfully find the quick css for removing them site wide – I tried a section specific and it didn’t work but maybe that’s not meant to be done under styling?
And last but not least if I place a full width text column (same section) above a 2 or more columns (see text under the special heading “Breakfast”) I get space below it that seems really large and i’d like to reduce it. White space rules are great but only for adding.
http://juicejavacafe.com/menu-testing