Forum Replies Created
-
AuthorPosts
-
Hi Edo!
Can you post a link to your website?
Regards,
JosueHi!
Thanks for pointing that, the Yoast/ALB conflict is a common issue.
Regards,
JosueHi!
Have you tried using the browser uploader instead?
Regards,
JosueHi brunostersa!
Open /config-templatebuilder/avia-shortcodes/postslider.php:
Replace line 333-341:
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false)); $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>"; $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : ""; $output .= "<div class='slide-content'>"; $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false)); $output .= '<header class="entry-content-header">'; $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $output .= '</header>';
By this:
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false)); $output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>"; $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false)); $output .= '<header class="entry-content-header">'; $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : ''; $output .= '</header>'; $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : ""; $output .= "<div class='slide-content'>";
Cheers!
JosueHi gintheme!
Please take a look at this topic: https://kriesi.at/support/topic/new-custom-font/
Cheers!
JosueThis reply has been marked as private.Hey DavyE!
That behavior is called ‘infinite scroll’, please take a look:
http://wordpress.org/plugins/infinite-scroll/
http://jetpack.me/support/infinite-scroll/Best regards,
JosueHey Céline!
You are using version 2.0.1 of Enfold, please update it (latest version is 2.4).
Best regards,
JosueHi!
Yes, that way we are forcing the theme to generate another one with the new styling settings.
Best regards,
JosueOctober 23, 2013 at 2:33 am in reply to: Change the "Read More" text for the Blog Posts shortcode #179356Hey!
Please try this plugin http://wordpress.org/plugins/codestyling-localization/
Best regards,
JosueHi Jenn!
You’ll need to use a contact form plugin for that, try this one: http://wordpress.org/plugins/contact-form-7/
Regards,
JosueHey!
Try renaming this file (via FTP), and set the styles from the backend again to see if it takes effect.
Regards,
JosueHi!
Please see this topic: https://kriesi.at/support/topic/how-to-use-iframes-with-prettyphoto/
Regards,
JosueHey Kirsty!
Have you created an actual Widget or a custom Widget Area?
Regards,
JosueHi!
Do this, create a page, set it as the Blog page, inside this page, add a Blog Posts element, inside this element you’ll see the options to set the post grid as you want:
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Michel!
There is a fix, add this code to the Quick CSS:
.iconbox_content_title { text-transform: none !important; }
Best regards,
JosueHey Ian!
The mailto thing worked on my local installation, using this settings:
Regarding the video embed, the link will work as a lightbox if it is a Vimeo/Youtube video:
Regards,
JosueHey Jaz!
You mean a Popup window? please elaborate.
Regards,
JosueOctober 23, 2013 at 1:21 am in reply to: slide's images vanished after upgrading to last version #179300Hi,
Can you post the link to your website please?
Regards,
JosueOctober 23, 2013 at 1:17 am in reply to: How can I add a button shortcode to a standard slider on the homepage? #179293Hey Steve!
Create the element with the Magic Wand button in Default Editor mode, copy the generated shortcode and paste it in your slider, the shortcode will look this:
[av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']
Best regards,
JosueHey timfl!
Please take a look at Ismael response here:
https://kriesi.at/support/topic/adjusting-portfolio-grid-order-by-date/Regards,
JosueHi Sarah,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi productid!
It is included, the pictures are not.
Can you post a link to your website?
Regards,
JosueHi Firoz,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueGlad we could help John, let us know if you have any more questions or issues :)
Regards,
JosueHi Mike,
Can you post the link to your website please?
Regards,
JosueHi!
They are private, however if you prefer send me an email at (Email address hidden if logged out) , so i can assist you personally.
Regards,
JosueHey!
What script you want to add? can you create an administrator account and post it here as a private reply?
Cheers!
JosueHi Chris!
You can do it using a Text block element, put it while being in the Text tab:
Best regards,
Josue -
AuthorPosts