Forum Replies Created
-
AuthorPosts
-
Hi!
Try setting a negative value to the whitespace element – http://screencast.com/t/QUHvAkTmAy
Best regards,
JosueHey!
Try removing
$tooltipfrom that line:$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$title."' alt='".$alt."' /><span class='img-title'>".$title."</span></a>";Best regards,
JosueHi!
Check the TestProdukt backend view, it’s the default structure, one thing to note is that i disabled some plugins (bxSlider, WC image zoom and zWoom) that were affecting the normal gallery view.
Regards,
JosueHey!
This code in your Quick CSS is constraining the main image at the top:
/* BLOG MAIN PAGE*/ .big-preview.single-big { padding: 0; margin-bottom: 10px; margin-left: 25px; margin-right: 25px; } .content .entry-content-wrapper { /*padding-right: 25px;*/ margin-left: 25px; margin-right: 25px; }Best regards,
JosueHey!
Add this to Quick CSS:
.single-product-main-image .thumbnails .image-overlay { display: block !important; top: 0; }Regards,
JosueIt’s the overlay thing for images, if you want to disable that open js/avia.js and remove/comment this line:
avia_hover_effect(container)Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try setting a minimum height to the Grid Row.
Best regards,
JosueHi Anne!
Refer to this video:
Regards,
JosueHi Hande!
1. You won’t find those strings in the theme files because those are part of the WordPress core, try setting Turkish as the language for your install in Settings > General.
2. Try creating a category for each language and group the Posts accordingly, then add this to your theme / child theme functions.php:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }Regards,
JosueHey!
Try updating the theme again, a new version (3.3.1) was released today.
Cheers!
JosueHi Guenter!
That block is now in 2479-2517 (js/shortcodes.js).
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
1. It’s the autofocus setting on the MC opt-in you have there, i’ve disabled it now.
2. Try with this CSS snippet:
img.avia_image{ image-rendering: -webkit-crisp-edges; }Cheers!
JosueHi Richard,
I was able to reproduce the issue on Safari and Firefox too, i’d suggest you removing all third-party elements on that page and see if it gets fixed.
Regards,
JosueHi,
Thanks for the access, is this what you want to achieve? (check private link).
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 21, 2015 at 9:21 pm in reply to: Portfolio grid spacing & strange scrambled text on mobile #491612You are welcome, glad to help :)
Regards,
JosueAugust 21, 2015 at 9:06 pm in reply to: Portfolio grid spacing & strange scrambled text on mobile #491605Ok, got it. Use this code:
@media only screen and (max-width: 767px) { .responsive .ajax_slide .av_table_col.first { padding: 0; } }August 21, 2015 at 9:04 pm in reply to: Font Fira Sans don`t work at Mobile and Tablet Version. #491604Hey!
In your theme functions.php, change this code:
# add google fonts add_filter('avf_google_heading_font','kriesi_add_fonts'); add_filter('avf_google_content_font','kriesi_add_fonts'); function kriesi_add_fonts($fonts) { $fonts['Fira Sans'] = 'Fira Sans:700italic:latin'; $fonts['Open Sans Enhanced'] = 'Open Sans:300,400,600'; return $fonts; }To:
# add google fonts add_filter('avf_google_heading_font','kriesi_add_fonts'); add_filter('avf_google_content_font','kriesi_add_fonts'); function kriesi_add_fonts($fonts) { $fonts['Fira Sans'] = 'Fira Sans:300,400,500,700'; $fonts['Open Sans Enhanced'] = 'Open Sans:300,400,600'; return $fonts; }Don’t forget to re-select Fire Sans in the Theme Options after the change.
Cheers!
JosueAugust 21, 2015 at 8:52 pm in reply to: Portfolio grid spacing & strange scrambled text on mobile #491599Hm, are you referring to this space when the preview is opened? http://screencast.com/t/pphL1hisa
Hey!
Try adding this code to the Quick CSS:
.avia-team-member .team-social { border: 0; background-color: transparent; }Cheers!
JosueAugust 21, 2015 at 10:42 am in reply to: Bit confused on how Enfold sizes images for the full-width parallax effect. #491237I’ve tagged Kriesi to this topic, please wait for his response.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 21, 2015 at 10:23 am in reply to: Portfolio grid spacing & strange scrambled text on mobile #491228Hey!
Use this code to disable the links in the titles:
.portfolio-preview-title.entry-title a { pointer-events: none; }Regarding the outer space, i guess what you want is to make the preview “fullscreen” in mobile? that’s doable but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 21, 2015 at 12:18 am in reply to: Fullwidth Easy slider – nb of boxes & title position #491125You are welcome, glad to help :)
Regards,
JosueAugust 20, 2015 at 11:09 pm in reply to: Fullwidth Easy slider – nb of boxes & title position #491114Hey!
Use this:
#top .avia-caption-content { font-size: 46px !important; margin: 0 auto; text-align: left; } @media only screen and (min-width: 767px) { #top .avia-caption-content { position: absolute; top: -40px; left: -35px; right: 0; } } .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { background: #000; background: rgba(0, 0, 0, 0.2); }Regards,
Josue -
AuthorPosts
