Forum Replies Created
-
AuthorPosts
-
December 10, 2014 at 7:57 pm in reply to: error message: Warning: mysql_real_escape_string() expects parameter 1 to be str #366211
Hey decode!
Try this out, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190.
Regards,
ElliottHey!
I’m not familiar with that error or CORS. It looks like you might be able to fix it by adding the first line on this page to your .htaccess file, http://enable-cors.org/server_apache.html.
Be sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 10, 2014 at 7:45 pm in reply to: Image Upload broken after installing Enfold with Prophoto theme already installe #366203Hey!
I’m not seeing it on my end. Take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
ElliottHi BruceJackson!
I downloaded the video and it’s doing the same on my XAMPP setup. Try deleting the video and re-upload it.
Cheers!
ElliottDecember 10, 2014 at 7:30 pm in reply to: Open Sans Light and Extrabold not working in some IE versions #366195Hey DavyE!
Your semi colons look a bit different. Try adding this to the very bottom of your functions.php file.
add_filter('avf_google_heading_font','avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans'] = 'Open Sans:300,400,600,800'; return $fonts; } add_filter('avf_google_content_font','avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans'] = 'Open Sans:300,400,600,800'; return $fonts; }If your still getting the error then try deleting it and typing it out instead of copying / pasting.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi baccioly!
What AJAX request are you referring to? The posts and pages are not loaded with AJAX.
Go ahead and send us a link so we can get a better idea of what your trying to do.
Best regards,
ElliottHey mathiasbjoerck!
I tried viewing your link but I’m getting a 500 internal server error. Go ahead and contact your hosting provider if your not sure where it’s coming from.
Regards,
ElliottDecember 10, 2014 at 7:20 pm in reply to: Promo Box Padding before/ after and Font Style within #366188Hi fineart!
Your only supposed to use text in there. It looks like your just trying to get the styling of the box correct? If so then drag a codeblock over to your content and add this inside.
<div class = "av_promobox"> your html goes here </div>Cheers!
ElliottDecember 10, 2014 at 7:14 pm in reply to: Links vanishing off HTML text in icon box when there are more than one box side #366183Hey michaelpainter!
Can you send us a WordPress login so we can see how your doing the formatting?
Regards,
ElliottHi ewert!
Try this out, https://kriesi.at/support/topic/menu-link-to-open-content-in-new-lightbox-magnific-popup/.
Regards,
ElliottHi Zavok!
They seem to be displaying the same size on my end. Can you take a screenshot of what your seeing? Is compatibility view disabled and your zoom setting set to 100%?
Best regards,
ElliottHi 1lizcollins!
Try switching to the HTML editor and add your spaces in that way. If it’s still not letting you then you can add this in between the period and the last name.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 10, 2014 at 6:58 pm in reply to: Main nav iPad portrait with sidebar logo/nav layout #366170Hey Alstair!
Try opening up /enfold/css/grid.css and change line 92 from this.
@media only screen and (max-width: 767px) {To this.
@media only screen and (max-width: 967px) {And then do the same for lines 3359 and 3101 in /enfold/css/layout.css.
Cheers!
ElliottHey codemode!
Open up /enfold/single.php and around line 40 you should see this.
get_template_part( 'includes/related-posts');Change it to this.
echo do_shortcode("[av_blog blog_type='taxonomy' link='post_tag,6' blog_style='blog-grid' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes']");Best regards,
ElliottHey haydoam!
Make sure Enfold and WordPress are updated to their latest versions and then deactivate all plugins. If your still having the problem then send us a WordPress login and we’ll take a look.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 10, 2014 at 6:23 pm in reply to: Easy slider stopped working and remove icon from posts #366154Hi!
You would set a featured image to your posts for it to display in that area or if you just want to get rid of it completely then add this to your custom CSS.
.avia-content-grid-active .slide-image { display: none !important; }Regards,
ElliottDecember 10, 2014 at 6:18 pm in reply to: Testimonials in one column on tablet portrait view #366150Hey!
Send us a WordPress login so we can take a closer look.
Best regards,
ElliottHi!
It was playing fine yesterday but I checked again today and it looks like your getting an error in Firefox.
Send us a WordPress login so we can take a closer look.
Regards,
ElliottDecember 10, 2014 at 5:44 pm in reply to: Breadcrumbs issue: duplicated blog page + category name #366117Hi Pablo!
You will need to remove the blog page you have set in Dashboard > Enfold > General Settings (or rename it to something else) and then use our blog posts element inside the page. Or you can rename the “News” category to “Updates” or something similar.
Regards,
ElliottHi 1lizcollins!
When you edit your post you can disable the comments by unchecking the “Allow comments” checkbox. I recommend doing it that way just in case you decide to display comments again for a few posts later.
If you do not see the allow comments checkbox then click on “Screen Options” in the top right hand corner of your screen and check all of the fields to display.
Cheers!
ElliottDecember 10, 2014 at 5:36 pm in reply to: Form not sending with WordPress 4.01 even after Enfold Update #366110Hey jazzjazz74!
Go ahead and add it back in and we’ll send you a test email.
Make sure to double check your email address for typos and to check your spam folder. Also be sure to deactivate all other plugins while testing.
Best regards,
ElliottHi mjozak!
I think it’s probably a plugin doing that. Try deactivating all of your plugins to see what happens.
You can find where we display the comments in /enfold/config-templatebuilder/avia-shortcodes/postslider.php on line 294.
$commentCount = get_comments_number($the_id);Best regards,
ElliottHey Justin!
It looks like you have too much text there so increasing it’s size on phones probably wouldn’t work. You could try hiding it with this CSS.
@media only screen and (max-width: 479px) { .black_hyler { display: none !important; } }Best regards,
ElliottHi!
I think it should be working. Try adding it to the top of your Dashboard > Enfold > General Styling > Quick CSS field and clear your browser cache.
If your still having trouble then send us a link and we’ll take a look.
Regards,
ElliottHey ricedean!
I’m not sure if that is going to be possible. Send us a link to your page so we can see how your using them.
What I would probably do is edit the images and add some whitespace above them or scale them so they are all the same size like on our demo, http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey ejo14!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css"> .av-special-heading { margin-top: 0px !important; } </style>Regards,
ElliottHi virtualsa!
When you edit the element switch to the “Colors” tab and you can set the color for each animated number there.
Regards,
ElliottHey grwebs!
Add this to your custom CSS.
.header-scrolled #header_meta { display: none !important; } .header-scrolled a { color: white !important; }Regards,
ElliottHi kls1138!
I checked your site but you have the breadcrumbs disabled. Go ahead and add them back in so we can take a look.
Cheers!
ElliottHi twaelde!
Are you just using the icon shortcodes in a text widget or are you displaying the header social icons there?
If your just using the icon shortcodes then check this out, http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/.
If your using the header social icons then see here, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/.
Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
