Forum Replies Created
-
AuthorPosts
-
August 14, 2014 at 4:03 am in reply to: New Blog Layout Can't Make Featured Image Full Width #304132
Hi Josh!
This will do it:
.template-single-blog .big-preview a { max-height: 766px !important; overflow: hidden; }Best regards,
JosueI’ll ask my colleagues to see if they can reproduce this on their ends.
Best regards,
JosueHey!
It doesn’t have a poor quality on my end – http://i.imgur.com/SDV6e5Q.png
I believe that could happen because of particular factors like bandwidth.
Regards,
JosueHey Nic!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) { .avia-table li { min-height: 190px } }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueAugust 14, 2014 at 2:09 am in reply to: Displaying a Scroll Down Button on a Fullscreen Slider with more than one image #304114Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .responsive .logo img { width: 200px; height: auto !important; top: 10px; } }Cheers!
JosueAugust 14, 2014 at 1:49 am in reply to: Preview Images in Portfolio – fullResImage larger than 1030 #304107Hey!
Try adding this code to the Quick CSS:
.avia_image { border: 1px solid gray; padding: 5px; }Cheers!
JosueGreat, let us know how it goes.
Regards,
JosueAugust 14, 2014 at 1:21 am in reply to: Portfolio Archive Page Title – Replacing "Archive for: xxx" with just "xxx" #304097Hi Mike!
Try changing that in /framework/php/function-set-avia-frontend.php, line 905:
$output = __('Archive for:','avia_framework')." ".$term->name;Best regards,
JosueAugust 14, 2014 at 1:16 am in reply to: Rename "Portfolio item" in search results (with german translation) #304095Hi!
Try the following:
add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1); function avf_ajax_search_assign_label_names($label) { if(htmlentities($label) == 'Portfolio Einträge') { $label = 'Mitarbeiter'; } else if($label == 'Produkte') { $label = 'Downloads'; } else { $label = $label; } return $label; }Regards,
Josue-
This reply was modified 11 years, 8 months ago by
Josue.
August 14, 2014 at 12:57 am in reply to: Gravity forms / How to display data after using gform_after_submission #304091Hey Cyrille!
Can you post a screenshot of this “overlapping”? perhaps that can be fixed with CSS.
Regards,
JosueHi Giovanni,
We are not familiar with the plugin and we can’t tell if the issue is coming from the theme. Please contact the plugin author.
Regards,
JosueHey Erik!
I didn’t found any Easy Slider in the link you posted, and the images are not found:
http://cdn.bokeheffect.com/wp-content/uploads/2014/03/Jamie_Scott_Appleton_Wedding_Photography_100-1500×1000.jpgCheers!
JosueHi,
Can you post the link to your page in question please?
Regards,
JosueHey!
Tested in Win7/IE11:

Have you checked it on another computer?
Regards,
JosueAugust 14, 2014 at 12:31 am in reply to: Social media buttons in excerpt section bellow or next to read more #304081Hi Lexie,
Open /config-templatebuilder/avia-shortcodes/postslider.php and look for this line:
$prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');Replace it by this:
$prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, ''); if (function_exists('addthis_display_social_widget')) $prepare_excerpt .= addthis_display_social_widget('');Regards,
JosueHey Diomaiuta!
It’s the same, tell your hosting provider support to make the /tmp directory writable.
Regards,
JosueHey Arne!
That’s not possible because the whole masonry tile is in fact a link, so if there’s another link inside it will cause that.
Regards,
JosueHey!
Try re-installing the theme via FTP.
Cheers!
JosueHey!
Try updating the theme to the latest version (2.9.1). We included a better lightbox script that may solve this issue.
Best regards,
JosueAugust 13, 2014 at 11:23 pm in reply to: For pages with small content,the footer background increases to filled height #304062Hey!
Try adding this code to the Quick CSS:
html, #scroll-top-link{ background-color: red; }Change red by the background color of your footer.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.page-id-256 img.avia_image { max-width: 160px; }Cheers!
JosueHi Victor!
Open js/shortcodes.js and look for this (around 3861):
if( this.isAnimating || this.itemsCount < 2 ) { return false; }Replace it by this:
if( this.isAnimating || this.itemsCount < 2 ) { return false; } if( dir === 'next' && this.current >= this.itemsCount - 1 ) { this._stopSlideshow(); return false; }To remove the bullets, add this to Quick CSS:
.avia-slideshow-dots{ display: none !important; }Best regards,
JosueHey!
Where do you want to put this button? can you please post a link to your website?
Best regards,
Josue -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts
