-
Search Results
-
Hi all,
I have two different error messages in WordPress with the Enfold theme.The first at the Avia Layout Architect:
Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41
The second after I’ve implemented the WordPress SEO plugin from Yoast:
Notice: Undefined index: index in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 116
Can you help me please. I’ve got no clou what this is about.
Merci,
WiebkeHi,
my website appear at the top, the following message error:
Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_r8ilpo3ju8dbh8pbqe7sc9dd74, O_RDWR) failed: No such file or directory (2) in /home/storage/6/4d/b0/site1378749611/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27Can you help me?
the url is: http://www.refiate.comthanks
Though the site is live, with many mentions of the beautiful theme from our users, there are two things I’d like to fix dealing with Mobile devices. Can you please help me with this?
You can find the website at this link: http://bit.ly/1fqPkFc
1- The Reserve Now button is placed arbitrarily on normal view and iPhone (480px), but not for tablet displays where it tends to stack on the social media icons (the phone number is doing the same thing on tablets, so I added the code below for that as well. Is there a fix for this? I tried using the same code as I did with the smartphone but with 768px. That did not work. Here’s the code that worked for the first 2 devices.
/* Add Reserve Now button to Header-added code to header.php*/
.header-button {
position: absolute;
border: none;
top: 0;
left: 255px;
right: 180px;
}
.header_color .header-button a {
display: block;
padding: 2px 5px 10px 12px;
font-size: 22px;
text-align:justify;
font-weight: bold;
float: left;
color: #f8d699;
border-radius:0px 0px 15px 15px;
}
.header-button a.header-chat { background-color: #985e06; left center no-repeat; }
.header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227″ target=”_blank” }
}
/* Get Reserve Now button on iPhone*/
@media only screen and (max-width: 480px) {
.header-button {
position:absolute;
top:90px;
left:30px;
right:20px;
}
}
/* Sizes/styles phone#, */
#top .social_bookmarks li a { font-size: 18px; }
.social_header .phone-info span {
font-size: 18px;
color: #f8d699;
font-style: italic;
padding-right: 28px;}
}2- We alternately use 2 of 3 layer sliders, but want NONE of them to show on smartphones. Just using the first bit of code stopped the #10 slider from being displayed, but using the same code with the different variables did not. I also tried using ‘all’ in place of the numbers, but that didn’t work either.
How do I repress all of the layer sliders on smartphones?
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_10 {
display: none!important; }
}
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_18 {
display: none!important; }
}
/* Remove Layer Slider on Smartphone*/
@media only screen and (max-width: 480px) {
/* Add your Mobile Styles here */
#layerslider_19 {
display: none!important; }
}I have installed Enfold with BuddyPress Multilingual.
For latter to work, in the WPML settings (Language URL format) I need to set the option “Different languages in directories”, (according to BuddyPress Multilingual instructions).This seems to work, but when I go to the Enfold Theme options, (/wp-admin/admin.php?page=avia), I get the following error code on top of the page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bpml_icl_ls_languages_filter’ not found or invalid function name in /public_html/wp-includes/plugin.php on line 199
Warning: uasort() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 5573
Please let me know what to do.
Regards,
PaulTopic: Some SEO issues
I have just put together my new website and have carefully added the content with SEO in mind. After going live with the site on February 2, 2014 I ran some reports on my site and have come up with many errors. Firstly, there is a lot of image errors as far as title tags are concerned. By default it seems to add the alt tags with our issue. The main problem I see is that on the single blog post at the bottom it adds the “You might also like” linking additional blog posts a visitor may be interested in with a small thumbnail. That thumbnail does not actually post the title tag as shown in these two screen shots. http://puu.sh/6IOe5/c4399309e7.jpg and http://puu.sh/6IOgN/d93c348341.png. These images in fact do have both tags when entered into wordpress. How can I add the code to make this happen? I looked at the single.php and found where it calls the includes/related-posts.php and I am really unsure of the code to add to make it show the title.
On another note, it seems that the theme is adding additional chars to the url such as shown in this image http://puu.sh/6IOrm/4490199fad.png as you can see for example the link http://www.lakeeriewebdesign.com/privacy-policy/?s= does not exist and causes a 404. I did not add these links and not sure where in the theme they are coming from. My only thought would be the small arrows on the right and left of the blog post when hovered shows the next or previous post with a small image. How can this be resolved?
Overall I love the theme and I am pretty sure I can make it work. From an SEO stand point there is a lot of work that needs to be done. I look forward to your comments and suggestions.
Hi all,
I have been working with Enfold for a number of sites now and never actually needed this forum :) However I have one now where I want something special. I am not sure if a support forum is the place to be as its more like a customization of the masonry portfolio.
So whats the deal?
Its possible to show title and excerpt on the hover panel of the items in the masonry, however I would like to show an image there. I was able to do this by setting it to excerpt, and add <img src=” etc to the excerpt. Looks pretty ok, only now ofcourse in the search results the image is shown aswell, and probably will on other areas of the site at some point.
Here is a screenie of the work in progress: http://www.borkent.com/screenie.jpg
I have a custom metabox setup in the portfolio admin to add the image needed for the figcaption hover panel, and I found the code in masonry_entries.php “<div class=’av-masonry-entry-content entry-content’ {$markup}>{$content}</div>” but somehow I just cant get the image to show correctly, it either breaks entirely or shows multiple instances of the src url.
If anybody can tell me how to squeeze in this custom metabox entry without it duplicating zillions of times etc etc I would be very greatfull! Or maybe there is a way to use a function to insert something there?
Kind regards and thanks for awesome themes!
Thomas
ps. just clicked my link and I see it opens in the lightbox, this is the same lightbox as on the enfold template and it has some css bug. Here is a css fix for it.
problem: http://www.borkent.com/screenie_lightbox_kriesi.jpg
fix:@media only screen and (max-width: 767px)
{.pp_details {
height: 50px!important;
width: 100%!important;
}}div.pp_default div.pp_content_container .pp_details {
margin-top: 5px;
}I also noticed I had to change some stuff to get logos working correctly in responive mode, I fix it with this:
@media only screen and (max-width: 767px){
.responsive .logo img {
margin: 0 auto;
max-height: 80px!important;
}Sorry to open a new thread with the same name, but unfortunately this one here got closed prematurely:
https://kriesi.at/support/topic/yoast-seo-plugin-makes-some-pages-go-missing-incompatibility/It’d be great if the forum moderators could be a bit more patient before closing threads… I couldn’t even reply to the last post in the above thread (private reply from user “maximondo”)… any way to do so, to say thank you???
Anyway… back on topic:
I managed to resolve the problem with disappearing pages upon activation of the Yoast SEO plugin. Seems like other users of the Enfold theme were experiencing the same issue:
http://wordpress.org/support/topic/some-pages-disappear-when-i-activate-the-plugin?replies=6#post-5171996The solution in that thread (modifying functions.php) didn’t work for me. Some pages still went missing in WP-Admin, but were visible online. So I temporarily activated the “Twenty-Fourteen” theme that comes with WP3.8 and voila: all pages were back again.
I then noticed that I still had a lot of pages from the Enfold demo content (marked as “draft”). So I trashed & deleted all of the demo content pages, and re-activated the Enfold theme. And… woooohooo: All pages visible.Don’t know why, and what happened – but at least it’s now working.
Still: Might be worth investigating for the Kriesi/Enfold team. It could well be that the number of pages or drafts was the problem….
