Forum Replies Created
-
AuthorPosts
-
Hey ncfan2030,
Thank you for using Enfold.
Did you subscribe to a cdn provider? They usually have this settings called “Email Address Obfuscation”. Please turn it off.
Best regards,
IsmaelHi,
I checked the settings and the Enfold > General Layout > Dimensions > Responsive Site option is disabled. Was that intentional? We enabled it back and I don’t see any issue except for the logo image, which is expected because of the following css code.
.icon_img img { max-width: 480px; }You can replace it with the following css code so that it will not affect the mobile view.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .icon_img img { max-width: 480px; } }Could you please provide a screenshot of the “phone” issue?
Best regards,
IsmaelHey tipinoncomuni,
Thank you for using Enfold.
Please remove all modifications or revert the files back to their original state then edit the config-woocommerce > woocommerce-mod.js file. Look for this code around line 23:
newNum = jQuery(jQuery('<div />').append(number.clone(true)).html().replace('number','text')).insertAfter(number);.. replace it with:
newNum = jQuery(jQuery('<div />').append(number.clone(true)).html()).insertAfter(number);Remove browser cache or hard refresh before checking the product again.
Best regards,
IsmaelJanuary 20, 2017 at 6:06 am in reply to: Interaction between Enfold, WooCommerce, and Events Tickets #736210Hi,
Thank you for using Enfold.
Please edit the config-woocommerce > woocommerce-mod.js file then look for this code around line 18:
jQuery(".quantity input[type=number]").each(function() {.. replace it with:
jQuery(".quantity:not('.tribe-ticket') input[type=number]").each(function() {Let us know if it fixes anything.
Best regards,
IsmaelHi,
Could you please provide a screenshot of the caption? The script above will remove the title attribute of the images, anchors tags and we don’t recommend it.
We found this in the code: jQuery(window).load(function(){ jQuery(‘#wrap_all a’).removeAttr(‘title’); jQuery(‘#wrap_all img’).removeAttr(‘title’); });Best regards,
Ismael-
This reply was modified 8 years, 9 months ago by
Ismael.
Hi,
Thank you for using Enfold.
Please look for this css modification.
#top.rtl #header.header-scrolled .social_bookmarks li:last-child { border-right: 1px solid #e1e1e1 !important; }.. replace it with:
#top.rtl #header .social_bookmarks li:last-child { border-right: 1px solid #e1e1e1 !important; }And where can I find the page with the social share section? Please provide a url. It probably requires a simple css modification.
Best regards,
IsmaelHey Activities,
Thank you for using Enfold.
I checked the “fr” version of the product but it doesn’t exist anymore or it gets redirected to this url (http://french-to-go.fr/fr/produit/frenchtogo-nice__trashed/). Did you remove it? How did you translate the page? Please post the login details here so that we can check the settings.
Best regards,
IsmaelHey!
The error means that the function was duplicated. Please revert the files back to their original state or remove all modifications that you’ve done in the previous hours then make sure that you put the snippet in the wp-content > themes > enfold > functions.php file, nowhere else. And please copy the snippet directly from this forum, not from your email.
Best regards,
IsmaelJanuary 20, 2017 at 5:39 am in reply to: Category in blog post, add it and delete it from the main blog page #736192Hi,
You can create a custom shortcode for the categories. Add the following code in the functions.php file.
function custom_categories_shortcode() { global $post; ob_start(); the_terms( $post->ID, 'category', '<strong>Categories: </strong>', ' , ' ); $output = ob_get_clean(); return $output; } add_shortcode('the_post_categories', 'custom_categories_shortcode');Edit the post, insert a text or codeblock then use the following shortcode:
[the_post_categories]More info here:
// https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
Best regards,
IsmaelHi,
I’m sorry for the late response.
Plus can I increase the padding above the logo as it looks a bit squashed at the top of the container?
Please use this css code to move the logo downwards a bit.
.logo img { top: 10px; }And you will actually get a faster response if you open a new ticket or topic for each of your inquiry. Other moderators will be able to check on it much faster.
p.s. can you think of any reason why the following code in quick css
What is the “advanced button styling”?
On this site, I would like each of the colour sections to fill the screen so that the arrow to jump to next section is always placed at the bottom and it looks/works really sleek. Is this possible as when I selected the “100% of browser height” in the row settings it works fine for the first section…
There’s quite a few css modifications added on the theme, specifically in the header so the “scrolldown” calculation is off. Please edit the js > avia.js file then look for the avia_smoothscroll function. Look for this code on line 756:
fixedMainPadding = parseInt($('html').css('margin-top'),10);.. replace it with:
fixedMainPadding = parseInt($('html').css('margin-top'),10) + 100;Let us know if it changes anything.
Best regards,
IsmaelHi,
I would like to check this but the site is down again. Is there something wrong with your server? Please contact your hosting provider because this is unusual. And if possible, please provide a screenshot of the issue.
Best regards,
IsmaelHi,
This is a normal behaviour because the widget is not a native part of the theme. You will need to configure the js > avia.js > avia_header_size function if you want the widget image to resize on scroll. Look for this line:
logo = $('#header_main .container .logo img, #header_main .container .logo a'),.. replace it with:
logo = $('#header_main .container .logo img, #header_main .container .logo a, #header_main .praveen-header'),Best regards,
IsmaelHi,
The markup of the layer is invalid so we modified it a bit. And you can configure the style of the paragraph in the Styles panel.
<p style="color: white; font-size: 28px; text-align: left; padding-left: 40px;">Make money from the comfort of your own home Free access to step-by-step guides</style>Please check it in this test page.
// http://royalflush-sport.com/test/
Best regards,
IsmaelHi,
Grrrr my client now asks if the iframe can be displayed not after a click but after just a hover on the image…
I’m sorry but this is not possible by default. It will require quite a few modifications that we won’t be able to provide here. Please hire a freelance developer or contact our partner, Codeable.
// http://kriesi.at/contact/customization
Or if you’re familiar with jQuery, maybe it’s possible to trigger the “click” event on mouseover.
// http://api.jquery.com/trigger/
And to target a specific image element, you need turn on the custom css class field.
// http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHi,
Thank you for the info.
We added a css modification in the Quick CSS field.
.avia_mega_div .sub-menu li img { max-width: 210px; height: 165px !important; width: 210px; }Please remove browser cache or hard refresh before checking the page. And regarding the thumbnails, please install the following plugin then go to the Settings > Media panel. Look for the “portfolio” thumbnail and enable the “crop” parameter, save, update then regenerate the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelJanuary 20, 2017 at 4:46 am in reply to: Contact Form, sender got aoto reply, but we didn't receive anything #736168Hi,
Have you checked your spam folder? Is the email address working if you use the Contact Form 7 plugin?
// https://wordpress.org/plugins/contact-form-7/
Best regards,
IsmaelHey hookedonweb,
Thank you for using Enfold.
Please replace the code with the following.
add_shortcode( 'searchbar', 'searchbar' ); function searchbar() { global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special"> <a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; return $items; } // set sidebar height add_action( 'wp_footer', 'ava_custom_script' ); function ava_custom_script() { ?> <script type="text/javascript"> (function($){ $(window).load(function() { new $.AviaAjaxSearch({scope:'body'}); }); })(jQuery); </script> <?php }Best regards,
IsmaelHey educode,
Thank you for using Enfold.
This is possible but you can only append the first category of the portfolio item. Please add this code in the functions.php file then go to the Settings > Permalinks panel to flush the permalinks.
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod', 10); function avf_portfolio_cpt_args_mod($args) { $args['rewrite']['slug'] = '%portfolio_entries%'; $args['rewrite']['with_front'] = false; return $args; } add_filter( 'post_type_link', 'ava_remove_custom_slug', 9999, 3 ); function ava_remove_custom_slug( $post_link, $post, $leavename ) { if ( 'portfolio' != $post->post_type || 'publish' != $post->post_status ) { return $post_link; } $post_link = str_replace( '/' . $post->post_type . '/', '/', $post_link ); return $post_link; } add_filter('post_link', 'portfolio_permalink', 1, 5); add_filter('post_type_link', 'portfolio_permalink', 1, 5); function portfolio_permalink($permalink, $post_id, $leavename) { if (strpos($permalink, '%portfolio_entries%') === FALSE) return $permalink; $post = get_post($post_id); if (!$post) return $permalink; $terms = wp_get_object_terms($post->ID, 'portfolio_entries'); if (!is_wp_error($terms) && !empty($terms) && is_object($terms[0])) $taxonomy_slug = $terms[0]->slug; else $taxonomy_slug = 'no-portfolio'; return str_replace('%portfolio_entries%', $taxonomy_slug, $permalink); }Remove browser cache or hard refresh before checking the portfolio items.
Best regards,
Ismael-
This reply was modified 8 years, 9 months ago by
Yigit.
Hi,
This is weird. I checked the whole markup but I can’t find where the background color is coming from. Did you add any css modifications to the theme? Please post the login details in the private field and we’ll check the settings.
Best regards,
IsmaelHey amebadg,
Thank you for using Enfold.
What kind of animations? This might require a lot of modifications depending on the scale of templates or elements that needs to be configured in the theme. A freelance developer will be of great help in this situation and you can also contact our partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelJanuary 19, 2017 at 2:44 pm in reply to: Hentry microformats.org (fields author and updated are missing) #735872Hi,
How are you using the portfolio grid element? The element is created to showcase project or portfolio from an individual or a company so an author field is not required. However, we do understand that it can be use for other purposes. In that case, I’m afraid that you will have to modify the theme on every update until enough users request for the info to be included by default.
// https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelHi,
Did you copy the code from your email? Please copy it directly from this forum. Or post the FTP details here so that we can add it in the functions.php. Placing it right at the very bottom of the file should be fine. After adding the filter, you’ll get the “Order” field for the portfolio items.
Best regards,
IsmaelJanuary 19, 2017 at 2:23 pm in reply to: WooCommerce Membership shortcodes not working with Enfold Avia Layout Builder #735859Hey Björn,
Thank you for using Enfold.
Are you using the advance layout builder? Please provide the url to the page so that we can inspect the markup. Or replace the snippet with the following.
function wmd_my_custom_function(){ add_filter('widget_text', 'do_shortcode'); ob_start(); WC_Subscriptions::get_my_subscriptions_template(); $output = ob_get_clean(); return $output; } add_shortcode('wdm_my_subscription', 'wmd_my_custom_function');Best regards,
IsmaelHi,
We are very sorry for the late response.
It can’t be possible that the slider can not show whole image on smaller screens.
How can you contain a large image on a small screen with a different aspect ratio without distorting it? It’s possible but you have to remove some parts of the image. Another workaround is to apply a different version of the image for each slide on smaller screens with the following css code.
@media only screen and (min-width: 768px) and (max-width: 989px) { /* slide 1 */ .avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) { background-image: url(IMAGE FOR TABLET) !important; } /* slide 2 */ .avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) { background-image: url(IMAGE FOR TABLET) !important; } } @media only screen and (max-width: 767px) { /* slide 1 */ .avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) { background-image: url(IMAGE FOR PHONE) !important; } /* slide 2 */ .avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) { background-image: url(IMAGE FOR PHONE) !important; } }I checked the forum and your colleagues gave some codes to some participants and fixed problems similar to mine. Can you tell me which code should I use so people can see the whole picture on mobile phones?
Did you test the codes? Please provide a url to thread and we’ll check it.
Best regards,
IsmaelJanuary 19, 2017 at 2:04 pm in reply to: How to allow image to be enlarged on product screen #735849Hi,
Could you please provide a screenshot of these issues? If you’re not satisfied with the default lightbox functionality, you can install a third party “zoomin” plugin such as the following.
// https://www.magictoolbox.com/magiczoom/modules/woocommerce/
The plugin might require template modification. Please hire a freelance developer or contact our partner, codeable.
// http://kriesi.at/contact/customization
Best regards,
IsmaelHey kopperdrake,
Thank you for using Enfold.
Please add this css code in the Quick CSS field to create indentations.
#top .widget ul { list-style-type: disc; } #top .widget .children { padding-left: 10px; } #top .widget .children .children { padding-left: 20px; }Best regards,
IsmaelJanuary 19, 2017 at 1:29 pm in reply to: Masonry Grid setting "Automatic, based on screen width" doesn't work #735832Hi,
This is possible but you have to remove the following css code in the css > shortcodes.css file.
#top .container .av-masonry-col-flexible .av-masonry-entry{ width: 49.80%; }The width inside a column layout or a color section is limited so the masonry element are force to only have two columns.
Best regards,
IsmaelHi,
The site is using a very old version of the theme, 3.5.3. Please update to version 3.8.3.
Best regards,
IsmaelHi,
Is “case studies” a custom post type? If yes, how did you register it? Did you use a plugin or use the register_post_type function?
Best regards,
Ismael -
This reply was modified 8 years, 9 months ago by
-
AuthorPosts
