Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme. I hope you’re doing great.
I’m not sure what’s the issue with the font I checked the h1 tags on both links and they have the same css property:
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;Google map plugins looks ok when I checked it on Safari 5.1.7 Windows 8. On what and OS and browser are you testing this with?
Cheers!
IsmaelHi!
Website looks fine on Safari and other browsers now.You should probably use this plugin to minify the stylesheet and scripts: https://wordpress.org/plugins/bwp-minify/
Refer to this link for more info: https://kriesi.at/support/topic/request-minify-guide/
Cheers!
IsmaelMarch 12, 2014 at 4:19 am in reply to: Color Section not visible on mobile devices w/ "Background Attachment" = "Fixed" #236064Hi!
Set the background attachment to fixed then try this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) { #av_section_3, #av_section_6 { background-attachment: scroll !important; } }Let us know the effect on iPad.
Regards,
IsmaelHey danmandle!
Do you have the latest version 2.6? Please reconfigure the header options on Enfold > Header, you’ll see new header options. Please post the link of the website here so that we can inspect it.
Cheers!
IsmaelMarch 12, 2014 at 4:11 am in reply to: BIG PROBLEM many warning appears on my live site header.php #236062Hey chryseis!
How are you? I hope you’re doing well today.
I don’t see any errors. Please reconfigure the header options on Enfold > Header.
Regards,
IsmaelHi Sistah!
Are you talking about the tooltip? Please add this on Quick CSS or custom.css:
.avia-tooltip { display: none !Important; }Best regards,
IsmaelMarch 12, 2014 at 3:47 am in reply to: Really like the 2.6 header builder options! How to change title on social icons? #236056Hi!
Please add this on functions.php:
add_filter('avia_filter_social_icons', 'avia_social_icons_title'); function avia_social_icons_title($icons) { $i = 0; foreach ($icons as $icon) { if($icon['social_icon'] == 'facebook') { $icons[$i] = array( 'social_icon' => str_replace('facebook', '', 'Like xyzbiz on Facebook'), 'social_icon_link' => $icon['social_icon_link'] ); break; } $i++; } return $icons; }Find this code on the same file:
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),Replace it with:
'Like xyzbiz on Facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),Best regards,
IsmaelHi eberswine!
Thank you for using the theme. I hope you’re doing great.
You can add this on functions.php:
add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2); function add_login_logout_link($items, $args) { ob_start(); wp_loginout('index.php'); $loginoutlink = ob_get_contents(); ob_end_clean(); $items .= '<li>'. $loginoutlink .'</li>'; return $items; }For further customization, please visit Werkpress.
Regards,
IsmaelHi!
Yeah.. I haven’t check this on Safari before and now I can see the issue. Please try to add this on Quick CSS or custom.css:
@media screen and (-webkit-min-device-pixel-ratio:0) { .avia-fullscreen-slider .avia-slideshow .avia-slideshow-inner li {background-attachment: scroll !important;} }Best regards,
IsmaelHi costin!
Edit the color section then add a unique id on the developer’s field. Add “awesome-section” for example. Use this on Quick CSS to adjust the height:
#awesome-section { min-height: 500px; }Use this to decrease the top padding:
.page-id-77 .content { padding-top: 0; }Cheers!
IsmaelHey!
The username and password is incorrect. Please check it again.
Best regards,
IsmaelMarch 12, 2014 at 2:29 am in reply to: 2.6 Transparent header doesn't work if custom background header image is set #236034Hi ttem!
How are you? I hope you’re doing well today.
Can you please give us a link to the website? We would like to inspect it.
Cheers!
IsmaelHi!
You can add this on Quick CSS or custom.css adjust the max width of the post content:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1200px; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 1200px; }Add this one to remove the image overlay:
.image-overlay { display: none !important; }Use this one to disable lightbox:
a[rel] { pointer-events: none; }Best regards,
IsmaelMarch 12, 2014 at 2:18 am in reply to: "Erweiterter Layout-Editor" Button fehlt bei Beiträgen, auf Seiten ist er da #236030Hey!
How are you? I hope you’re doing well today.
The advance layout builder is not available for post. You can only use the insert shortcode wand. The Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video on how to add the avia builder to posts: http://vimeo.com/64996057
These are the following problems that may occur when you switch to Advance Layout Builder on posts.
– Featured image will be lost on the single post view.
– The post title will switch to the left of the header instead of below the featured image.
– You can’t comment on posts.
– No related posts will be shown or interesting links.Best regards,
IsmaelHey aqcmadmin!
Thank you for using the theme. I hope you’re doing great.
I checked the website and the menu looks fine. Please remove browser cache then reload the page a few times. The header configurator offers a lot of new ways to design the header. Please try to experiment with that.
Regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
I added the language selector on includes > helper-main-menu.php. Please check it here: http://www.dentaparks.de/wp/
Regards,
IsmaelHi tomshanks!
I’m sorry if I don’t understand you correctly. Do you want to create a maintenance mode version? Why would you want to redirect to a 404 page?
Cheers!
IsmaelHey bryanpeck!
Thank you for using the theme. I hope you’re doing great.
Please try to recreate the slider from scratch. See if the image shows again.
Cheers!
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
Unfortunately, that is beyond the scope of support and is not possible without major modifications. Please hire a freelance developer to modify the portfolio sort. For further customization, please visit Werkpress.
Best regards,
IsmaelHey techgrayscale!
How are you? I hope you’re doing well today.
Please add this on Quick CSS or custom.css:
.inner_sort_button { font-size: 20px; } div.av-masonry-sort.main_color { background-color: blue; }Regards,
IsmaelHey DavyE!
Thank you for using the theme. I hope you’re doing great.
I’m sorry but I don’t see the jump on the full screen slider. Maybe you’re talking about the parallax effect but it is the normal behaviour of the fullscreen slider. Let me ask the rest of the support team member to check this.
Regards,
IsmaelMarch 11, 2014 at 6:41 pm in reply to: Issue after 2.6 Upgrade with WordPress SEO from YOAST #235747Hey fragezeichen!
Can you please give us a link to the website? Add this on functions.php:
add_action('init','remove_yoast_analysis'); function remove_yoast_analysis(){ remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1); }Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHey!
How are you? I hope you’re doing well today.
Maybe the easy fancy box is the cause of the issue. Please deactivate the plugins especially the cache plugin then test it again. Post the login details here and set it as a private reply.
Cheers!
IsmaelHey!
How did you get the second read more link?
Please add this on Quick CSS to remove the second link:
.widget .more-link { display: none; }Replace the code above with this:
$more = 0; the_content(); echo "<a class='widget-more-link' href='".get_permalink()."'>".__('Read more','avia_framework')."<span class='more-link-arrow'> →</span></a>"; $more = $more_bak;You can adjust the style of the link using the “.widget-more-link” selector.
Cheers!
IsmaelMarch 11, 2014 at 6:29 pm in reply to: Enlarged and Centered Logo but I screwed up Repsonsive #235733Hey wideglidemike!
How are you? I hope you’re doing well today.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive .logo, .logo a, .logo a img { position: relative; height: auto; float: none; max-width: 100% !important; } }Cheers!
IsmaelHi Robert188!
Thank you for using the theme. I hope you’re doing great.
Importing the dummy data will not override the existing products or pages. You might have to deal with duplicated items when you have an existing post or page that have the same title with the dummy data.
Best regards,
IsmaelHi VickenVartanian!
I’m sorry about that. Can you please post the link to the website? Do you have a cache plugin? Please disable it. There is a new header configurator on the theme options’ header panel. Please change the settings there.
Best regards,
IsmaelHey!
There’s nothing really special or different on how the icon list are laid out on your installation. Not sure why they’re not showing as expected. Can you please post the login details here and set it as a private reply? Please try to recreate the icon list section from scratch.
Best regards,
IsmaelHi!
Thank you for the question. I hope all is well with you today.
You can reduce the top margin of the special heading element:
.av-special-heading { margin-top: 0; }Best regards,
Ismael -
AuthorPosts
