Forum Replies Created
-
AuthorPosts
-
Hey!
The suggested codes above should work. You can also use this to decrease the gap between the heading and subheading:
body .av-special-heading .av-special-heading-tag { line-height: 1em; }Regards,
IsmaelSeptember 12, 2015 at 3:33 am in reply to: Hide background image for specific sections on mobile devices #501923Hi!
Please replace the code with this:
@media screen and (max-width: 989px) { .avia_mobile #waarom, .avia_mobile #referenties { background; none !important; } }The code should be applied on mobile devices only.
Cheers!
IsmaelHey!
Please update the theme to the latest version because the current version in your installation is not compatible with the latest version of WordPress. Latest version of the theme is 3.3.2.
Regards,
IsmaelHi!
You can upload svg format images on fontello.com. Use the theme’s iconfont manager to upload the icons.
https://github.com/fontello/fontello/wiki/How-to-use-custom-imagesRegards,
IsmaelHey!
Please add this in the functions.php file to set the blog style of the archive or category page to “grid”:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }Regards,
IsmaelSeptember 12, 2015 at 3:16 am in reply to: Small issue with blog articles with Avia Layout Editor #501916Hi!
Thank you for the suggestion. You can actually post that feature request here: https://kriesi.at/support/enfold-feature-requests/
Regards,
IsmaelHey reederjack5252!
Thank you for using Enfold.
I checked the blog page and the layout is quite different from the default layout. It looks modified. There’s even an alternating featured image. Can you please provide a screenshot of the issue? You can find the thumbnail size option for posts on functions.php. Look for this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderYou can adjust the width and height then regenerate the thumbnails. Or resize the image to the specified dimension before uploading it as featured image.
Best regards,
IsmaelHey!
The code should be:
.page-id-14 .content, .page-id-14 .sidebar { padding-top: 0; margin-top: -95px; }Regards,
IsmaelHi!
Please go to Settings > Discussions panel then disable the following options:
Users must be registered and logged in to comment
Comment must be manually approved
Comment author must have a previously approved commentYou can also disable the “Comment author must fill out name and e-mail ” option but the first three disabled options should enable users to comment without the need to login.
Regards,
IsmaelHi LifeIsNow001!
Thank you for using Enfold.
I can picture out what you’re trying to do here but this image option is not something we can provide here. The “stretching” part makes it all more complicated. Unfortunately, it will require custom scripts that is outside the scope of support. Please contact codeable: http://kriesi.at/contact/customization
There are lot of tutorials for reference and resources available that you can use. Example:
http://www.jqueryscript.net/demo/jQuery-Plugin-To-Add-Animated-Caption-Overlay-Over-Images-hovercap/
http://www.jqueryscript.net/demo/Animated-jQuery-Image-Caption-Overlay-Effects-Plugin-HCaptions/
http://www.wbotelhos.com/capty/Regards,
IsmaelHi bizerkworks!
Thank you for using Enfold.
Use this plugin in order to add conditional functions to the widgets: https://wordpress.org/plugins/widget-logic/
These links will come in handy:
https://codex.wordpress.org/Function_Reference/is_page
https://codex.wordpress.org/Function_Reference/is_archive
https://codex.wordpress.org/Function_Reference/is_categoryRegards,
IsmaelSeptember 11, 2015 at 7:36 am in reply to: Two Pages For Blog (Advanced Editor), Only Want One To Display Blog Meta Data #501439Hey d1atemplates!
Thank you for using Enfold.
Yes, it is possible. Please give us a link to the “News and Publications” then we’ll give you the css to remove the post meta info. You can do something like this in the Quick CSS field:
.page-id-19 .post-meta-infos { display: none; }Adjust the page id “19” to the id of the “News and Publications” page.
Regards,
IsmaelHi!
Can you please provide a link to the product page? We would like to check it. Please try to replace the code with this:
// target _top function add_custom_script(){ ?> <script> (function($) { $('.show_details_button').each(function() { $(this).removeAttr('target'); $(this).attr('target', '_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
IsmaelHey!
Did you remove the page? Please create a test page then we will check it. Try to add this in the Quick CSS field:
#top .flex_column_table { clear: both; }Regards,
IsmaelHey Bejelit!
Thank you for using Enfold.
Site looks awesome on desktop view. Can you please provide a screenshot of the windows phone issue?
You can try other translation plugins but you might encounter compatibility issues along the way: https://wordpress.org/plugins/qtranslate-x/installation/
Regards,
IsmaelHi allinmom!
Thank you for using Enfold.
If you set the blog to single author, small preview, featured images will be disabled on mobile view. Add this in the Quick CSS field to display them back:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block; } }Cheers!
IsmaelHi!
Use this css code:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { text-shadow: 1px 1px #ff0000; }Best regards,
IsmaelHey!
I can’t seem to open the page. Did you check it on any other mobile device? Do you have retina display on your iPhone 5?
Cheers!
IsmaelHi Doron!
Thank you for using Enfold.
Did you test it on an actual mobile device? The issue occurs on screen sizes between 353px and 357px. I don’t think there is any mobile device with the same exact screen resolution. The columns is OK on iPod Touch.
Regards,
IsmaelHi!
I checked the page again but I don’t see any columns below the map. I guess you didn’t add it. Please add it then we’ll provide you with the css modifications to move it above the google map.
Best regards,
IsmaelHey!
I’m running out of ideas here. We set the print button to show on taxonomy pages only but it still affects the pages with color section. Please try to contact the plugin author for more info. Ask them if the plugin creates any container even on excluded post types.
Cheers!
IsmaelHey!
We have reported the issue to Kriesi. It might take a while to fix this. As a workaround, you can do the following:
1.) Remove the “period” and use the “200000” instead.
2.) Or modify the js > shortcodes.js, look for this code around line 2741:
if(zeroOnly && countTo !== 0) fakeCountTo = countTo.replace(/0/g, '9');..replace it with:
//if(zeroOnly && countTo !== 0) fakeCountTo = countTo.replace(/0/g, '9');Regards,
IsmaelHi!
The last code above should remove the default icon. Use this:
.slm-add-apple-icon a.iconbox_icon.heading-color:before { content: ''; }Cheers!
IsmaelSeptember 11, 2015 at 5:18 am in reply to: WooCommerce Product Options in the product overview #501390Hi!
I checked the dashboard but I didn’t see any shop page or any woocommerce related page so I think it’s safe to assume that you’re referring to this page: http://osmanio.bplaced.net/Delivery/?page_id=129
You need to translate the content manually because the content was created by using the advance layout builder: http://osmanio.bplaced.net/Delivery/wp-admin/post.php?post=129&action=edit
Other woocommerce related strings should be translated automatically.
Best regards,
IsmaelHi!
This is the html markup of the container:
<div id="Barra"> <a href="http://www.secure-booker.com/ninjaloungefl/MakeAppointment/Search.aspx" class="Link1" target="_blank"></a> <a href="http://www.secure-booker.com/ninjaloungefl/ClassSchedule/ClassSchedule.aspx" class="Link2" target="_blank"></a> <a href="http://ninjalounge.com/ninjawaiver" class="Link3" target="_blank"></a> </div>It’s probably from a third party plugin. Did you modify any theme files? Please check the Appearance > Editor > header.php file. If the container is created by a third party plugin, it should be safe after the update.
Regards,
IsmaelHi!
Can you please provide a link to the actual page? Note that the theme’s social share will fetch the url of the current page so it’s not going to work in your case. You can find more social share plugin in Plugin library. We usually recommend these plugins
https://wordpress.org/plugins/addthis/
https://wordpress.org/plugins/addthis/Actually, these plugins might do the same thing as the theme’s social share element but its worth a try.
Regards,
IsmaelHi!
Sorry for the delay. We tried to login again today but we got this error:
Erro ao estabelecer conexão com o banco de dadosYes, we know that the html version of the code is working. That’s why we need you to contact the plugin author to debug it for WordPress. Unfortunately, we don’t provide support for third party plugins and scripts as stated on our support policy. https://kriesi.at/support/register/
Regards,
IsmaelHey!
I would like to test the page but the advance layout builder is not working because the Visual Composer is activated. Note that these two builders are not compatible so you have to deactivated the visual composer. What is “LH: 40px !important”? Is that a css code?
Best regards,
IsmaelHey!
Did you modify anything on the theme files? The sections are outside the main container when I checked the page markup. Please delete the theme folder then override it with a new one.
Best regards,
IsmaelSeptember 11, 2015 at 4:41 am in reply to: Table in grid row overlaps on mobile and not able to scroll anymore #501381Hey!
Are you referring to this page? [link in private content field]
It contains different columns that’s why the previous code is not working. Edit the grid row element, use another custom id in the Section ID field. Use “custom-grid-2” for example the include this inside the css media query located in Quick CSS field:
#top #custom-grid-2 .no_margin.av_one_third, #top #custom-grid-2 .no_margin.av_two_third { width: 100%; display: block; }Regards,
Ismael-
This reply was modified 10 years, 7 months ago by
Yigit.
-
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
