Forum Replies Created
-
AuthorPosts
-
Hi Jagrav!
This will help you:
http://stackoverflow.com/questions/5444359/redirect-403-error-using-htaccessPlease note that this kind of question are out of the support scope we can offer.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHello @mainstets,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHey!
It doesn’t because it’s not necessary, you just need to update the parent theme:
Best regards,
JosueMay 29, 2014 at 11:38 pm in reply to: After Update to 2.8 got Error when trying to edit sites #272147Hi!
Try increasing the WP memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueMay 29, 2014 at 11:34 pm in reply to: After Update to 2.8 got Error when trying to edit sites #272143May 29, 2014 at 11:29 pm in reply to: Testimonials – Changing image from Circular to Square or Rectangle #272141Hey!
Try adding this code to the Quick CSS:
.avia-testimonial-image, .avia-testimonial-image img{ border-radius: 0 !important; }Cheers!
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHi!
That’s not possible because the sorting functionality works only on the current page (it’s a client side script, the pagination runs on the server-side), you’d need to set the post number to ALL.
Cheers!
JosueMay 29, 2014 at 11:20 pm in reply to: How can you apply a different background image to each page? #272133Hi!
It’s working now, see:
http://www.windkr89.nl/wp-admin/post.php?post=247&action=editRegards,
JosueIt seems it was a plugin that was conflicting (i disabled/enabled some of them), you may want to check that.
Cheers!
JosueMay 29, 2014 at 11:04 pm in reply to: How do I Change Caption Text Font Size in the Easy Slider #272127Hey!
Try adding this code to the Quick CSS:
div.avia-caption-content p { font-size: 18px !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#cn-list span.cn-image img { pointer-events: none; }Cheers!
JosueAdd this too:
.text-slider div.avia-content-slider-inner h1 span { position: relative; top: 5px; }Regards,
JosueThere isn’t a dummy/placeholder image for the testimonials. But you could try this, open /config-templatebuilder/avia-shortcodes/testimonials.php, look for line 240:
if($src) $avatar = "<div class='avia-testimonial-image' $markup>".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";Replace it by:
if($src) { $avatar = "<div class='avia-testimonial-image' $markup>".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>"; } else { $avatar = "<div class='avia-testimonial-image' $markup><img src='_PLACEHOLDER_IMAGE_HERE_'></div>"; }Change _PLACEHOLDER_IMAGE_HERE_ by the route of the image you want to use as a placeholder (must be at least 80×80).
Regards,
JosueHi,
Can you post the link to your archive page please?
Regards,
JosueHey!
A class should be referenced with a dot:
.text-slider div.avia-content-slider-inner span { background: red; padding: 20px; }Best regards,
JosueMay 29, 2014 at 10:32 pm in reply to: Bug with icon alignment (related posts "thumbnail + post title") #272109Hey!
I don’t see the misalignment in the demo page but thanks for sharing your solution anyways!
Cheers!
JosueHi!
It should be there in any text input (Text tab), just make sure to toggle the extra toolbar:

Regards,
JosueHi Paul!
Are you using the latest version of Enfold (2.8)?
Cheers!
JosueSomething like this will do it:
div.avia-content-slider-inner span { background: red; padding: 20px; }Result:

Best regards,
JosueHey!
1. You can set that in Enfold > Header Options > Extra Elements.
2. You can use the WYSIWYG WP editor for that:

3. No, that’s not possible but you don’t need to upload a new image for each testimonial, just pull them from the Media Library.
Regards,
JosueHey!
Try with this instead:
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > *{ max-width: none !important; }Result:

Best regards,
JosueHi!
Where in your page is the content slider you are referring to? can you post a link to that page?
Cheers!
JosueMay 29, 2014 at 10:02 pm in reply to: easy slider – determine single size of images displayed? #272081 -
AuthorPosts
