Forum Replies Created
-
AuthorPosts
-
Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestestimonials.php replace
if($link) $output .= " – <a class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";
with
if($link) $output .= " – <a target='_blank' class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";
Yes, two options.
1) Use the meta box on the post/page editor screen to hide it:
2) Open up page.php, single.php and single-portfolio.php and delete
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
In archive.php delete
echo avia_title(array('title' => avia_which_archive()));
Hey!
Please post a link to your website – we’ll see if we can reproduce the issue on other mobile devices too.
Best regards,
Peter
June 5, 2013 at 5:43 am in reply to: Arrows for portfolio images not working in internet explorer? #120200Hi!
Can you post a link to your website please?
Regards,
Peter
This is not possible at the moment and I’ll mark this for Kriesi (feature request). You can only remove the link from “Meqa Menu” columns which are not main menu items but menu items on the second level (you just need to insert a dash ( – ) into the “Mega Menu Column Title” field).
Please use the custom color option in this case:
The theme colors can be different because Kriesi calculates lighter colors for the sidebar links
Hi!
Can you post a link to your website please? I can’t reproduce it on my test server or on the demo page.
Regards,
Peter
Hi!
I’ll close this thread now – please post your questions in separate threads.
Best regards,
Peter
Hey!
I tagged it for Kriesi.
Regards,
Peter
Hey!
I’m sorry to here this. I hope Avada will fulfill your requirements.
Best regards,
Peter
Open up wp-contentthemesenfoldconfig-wpmlconfig.php and replace:
$output .= " <span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
with
$output .= " <span class='language_flag'>".$lang['native_name']."</span>";
or
$output .= " <span class='language_flag'>".$lang['language_code']."</span>";
Hey!
I changed the code a bit to include a read more link.
Best regards,
Peter
Hi!
Yes, Kriesi removed some features and implemented the slider into the theme framework. We may add more layerslider features in upcoming updates (eg shortcode support for layouts with sidebars, etc.).
Best regards,
Peter
Hey!
Then try:
$current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>');
if(!is_single())
{
$current_post['content'] = strip_tags(get_the_content(' '));
$current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
}Best regards,
Peter
Hey!
If you’re usinf the default gallery shortcode you can select a different thumbnail size: http://codex.wordpress.org/Gallery_Shortcode
[gallery size="medium"]
Supported sizes are:
medium
large
full
fullsize
featured
portfolio
portfolio_small
dynamic_3
dynamic_2
dynamic_1
If you’re using the layout builder you can select different thumbnail sizes from the dropdown and you can set the number of thumbnail columns:
Best regards,
Peter
1) That’s currently not possible. You can only use the icons which are bundled with the theme.
2) We’ll add this feature in the next update. For now download http://www.mediafire.com/?66koyk7s6u9z3ol and http://www.mediafire.com/?zr84b75q6y80k7u and place them into the wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes folder.
You can try following code:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : strip_tags(get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>'));
If you’re using a gallery you can select the “no link” option from the dropdown:
The same option also exists for slideshow images:
If you want to use the “Add Media” button to insert the media files (Standard Editor) select the “none” option on the right side of the gallery media modal window.
Hey!
Do you paste the javascript code directly into the text field? If yes try: http://wordpress.org/plugins/insert-html-snippet/ which should return the raw html/js code.
Best regards,
Peter
Hey!
I tagged this thread for Kriesi.
Best regards,
Peter
Hi!
Please post a link to your website. We’ll investigate the code. Maybe the icon image is missing, etc.
Best regards,
Peter
I found the problem – the “WooCommerce Recently Viewed” breaks the single product page. I forwarded the login data to Kriesi to look into it. A temp. fix is to simply remove the “WooCommerce Recently Viewed” widget from the single products page.
We modified the layerslider shortcode and the default function layerslider() will not work. Also the docs are not written by us but they just come with LayerSlider plugin which is bundled with our theme and they do not reflect all supported features. As you pointed out above the
echo do_shortcode('[av_layerslider id="3"]');
does the same as layerslider(xxx) and it works out of the box. Please use this function. It’s actually even more efficient than the layerslider() function because you skip some “safety checks” (like if the shortcode syntax is valid, etc.).
Hi!
Try to insert following code into the quick css field
body .av-special-heading>* {
word-wrap: break-word;
}Regards,
Peter
Hey!
I hope it worked out?
Best regards,
Peter
Hi!
Add following code to functions.php.
add_filter('avf_title_args', 'remove_bread_avia', 10, 2);
function remove_bread_avia($args, $id){
$args['breadcrumb'] = false;
return $args;
}Best regards,
Peter
June 3, 2013 at 6:57 am in reply to: Need ability to click to a url in a new window for post slider #122669This feature is not supported at the moment and I don’t know an easy way to implement it. You can try to use the “Easy Slider” instead but you probably need to use logo images with a high resolution.
I tested it with the IE8 emulator: http://www.screenr.com/4yHH and I didn’t notice any broken layouts. The styles/buttons, etc. look a bit different but that’s expected and unfortunately not fixable because IE8 does not support modern css3 attributes like border-radius, css gradients, box-shadow, rgba, etc.
Btw – please replace:
<mailto: (Email address hidden if logged out) > (Email address hidden if logged out) </a>
with
<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
Open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:
$logo = "<img src=".$logo." alt='' />";
with
if(is_page('25')) $logo = 'http://mywebsite.com/second_logo.jpg';
$logo = "<img src=".$logo." alt='' />";Instead of 25 insert your page id and replace the http://mywebsite.com/second_logo.jpg url with a valid url to your other logo image.
Hi!
Use following css code – insert it into the quick css field:
.woocommerce-page .widget_shopping_cart_content .button {
min-width: 105px;
}Regards,
Peter
-
AuthorPosts