Forum Replies Created

Viewing 30 posts - 54,331 through 54,360 (of 67,491 total)
  • Author
    Posts
  • Hey eyeweb!

    Thank you for using Enfold.

    Please remove the filter hooks. It’s not needed anymore if you’re using Enfold 3.0.2. Please try to use this plugin to add fb open graph protocols: https://wordpress.org/plugins/wp-open-graph/

    Regards,
    Ismael

    in reply to: Remove some portion from widget #344488

    Hey!

    Thank you for the info.

    Please use the “avf_markup_helper_attributes” filter found in wp-content/themes/enfold/includes/helper-markup.php to add or modify attributes to the markup output. The $args variable contains all necessary parameters like context, post type, etc.However if you’re not familiar with the concept and/or usage of filters please hire a freelancer developer. The attribute that you want to manipulate is:

    case 'entry_time':
                    $attributes['itemprop'] = 'datePublished';
                    $attributes['datetime'] = get_the_time('c');
    

    Best regards,
    Ismael

    in reply to: Small arrows color section bug #344485

    Hi!

    Thank you for the link. I tested the template on my installation and the section after the first one is not rendering additional arrows. Anyway, you can use the custom css for now. Let us know if the issue happen again on another page.

    Cheers!
    Ismael

    in reply to: no video in Safari?? #344484

    Hi!

    Glad you figured it out. Thanks for sharing the fix. ;)

    Cheers!
    Ismael

    in reply to: Language Switcher #344482

    Hey!

    I’m sorry but the thread is getting a bit too long. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you for understanding.

    Cheers!
    Ismael

    in reply to: Post Slider use as a content box slider? #344481

    Hey koumbara!

    Thank you for using Enfold.

    I guess, you can use the content slider for this purpose. Post slider will only use posts as content.

    Cheers!
    Ismael

    in reply to: Homepage slideshaw doesn' t work properly #344480

    Hi!

    Can you please provide a screenshot of the issue? It looks fine on iPhone portrait mode:

    Best regards,
    Ismael

    in reply to: Modify breadcrumbs and Author Archive post limit #344479

    Hey bebetoblu!

    Thank you for using Enfold.

    1.) Please give us a link to the actual gallery page. You can modify the breadcrumbs output using the avia_breadcrumbs_trail filter.

    2.) You can limit the archive posts count on Settings > Reading > Blog pages show at most.

    Cheers!
    Ismael

    in reply to: Translation with mo/po file not working with Child Theme #344478

    Hi marcella-metae!

    Thank you for using Enfold.

    Which specific strings are not being translated? Please give us a link to the actual page. When using the codestyling localization plugin, make sure that you rescan the strings of the theme or plugin language. Edit the strings then do not forget to click the generate mo-file button.

    Best regards,
    Ismael

    in reply to: Single product page with related products sidebar #344476

    Hi!

    If you want to show the sidebar on single product pages, please refer to this link: https://kriesi.at/support/topic/single-product-page-sidebar-not-showing-up/#post-331433

    Regards,
    Ismael

    in reply to: Search box styling #344475

    Hi!

    Please remove the code then add this on Quick CSS or custom.css:

    #s:focus::-webkit-input-placeholder { color:transparent; }
    #s:focus:-moz-placeholder { color:transparent; }
    

    Regards,
    Ismael

    Hi!

    Have you tried changing the http:// to https://? This should work just fine because youtube supports https embeds. If it doesn’t work, try to employ protocol-relative URLs such as //www.youtube.com/watch?v=G0k3kHtyoq.

    Regards,
    Ismael

    in reply to: Shortcode not working in Catalogue #344471

    Hi hotspot!

    Thank you for using Enfold.

    This should be fix on the next update. I’ll ask Kriesi to take a look. For now, you can edit config-templatebuilder > avia-shortcodes > catalogue.php. Find this code on line 211:

    $output .= 			"<div class='av-catalogue-content'>{$content}</div>";
    

    Replace it with:

    $output .= 			do_shortcode("<div class='av-catalogue-content'>{$content}</div>");
    

    Regards,
    Ismael

    in reply to: Child Theme with custom page template #344470

    Hey!

    I’m sorry but you’re inquiry is a bit ambiguous. I think the link Yigit provided fully explains the process of creating page templates. http://codex.wordpress.org/Page_Templates

    You can also save templates using the Advance Layout Builder. Build the layout then click the Templates button on the top right corner of the advance layout builder.

    Cheers!
    Ismael

    in reply to: some webshop issues #344468

    Hi Eline!

    Thank you for using Enfold.

    1.) Please refer to this link: https://support.woothemes.com/hc/en-us/articles/202845976-How-to-Change-In-Stock-Out-of-Stock-Text

    2.) Did you set the page as the base shop page on Woocommerce > Settings > Products panel? The masonry element doesn’t fully display products info. We really don’t recommend applying this product layout for your shop page.

    3.) On the page that you posted, which products are sold out or out of stock?

    4.) Use this on Quick CSS or custom.css:

    #top div.woocommerce-message {
    /* background-image: url('../images/icons/tick.png'); */
    border-color: #8BAF5B;
    background-color: #E0F1B5;
    color: #4F5F39;
    }

    Cheers!
    Ismael

    in reply to: Full width Mega Menu #344465

    Hi!


    @sam-to-911
    : Glad you figured it out. :)

    Cheers!
    Ismael

    in reply to: problem with mobile version #343893

    Hi chryseis!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css to adjust the menu padding and font size on a tablet screen size:

    @media only screen and (max-width: 1024px) {
    #top #header .av-main-nav > li > a {
    font-size: 12px;
    padding: 0 8px;
    }
    }

    You can also adjust the size of the logo wit this:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .logo a, .responsive .logo img {
    max-height: 65px !important;
    height: 65px !important;
    top: 5px;
    }
    }

    Regards,
    Ismael

    in reply to: How would we make the toggle backgrounds semi-transparent? #343892

    Hi koala!

    Thank you for using Enfold.

    Please use google inspector or firebug to inspect the element selectors. Use rgba color values on the css background property. Something like this:

    .selector {
    background: rgba(255,255,255,.5);
    }

    I’m sorry but we are stumped with inquiries so I’m not being too specific at this point but google inspectors and firebug plugin will really help you with website design. Please try to start using it right now.

    Regards,
    Ismael

    in reply to: Page Builder not working #343890

    Hi direggio!

    Thank you for using the theme!

    Did you update WordPress to 4.0 recently? I’m sorry but you’re using a very old version of the theme, 2.4.2. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The update might change the layout of the theme a bit so you need to adjust the theme options or reconfigure the elements from scratch. Please update the theme regularly. A new patch will be available every now and then to cope up with wp changes and updates.

    Regards,
    Ismael

    Hi oakfurniturehub!

    Thank you for using Enfold.

    Regretfully, we cannot provide support for third party plugins or scripts, specially extensions, as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: How to implement Google Search with Enfold? #343886

    Hey!

    Thank you for the update.

    Please use this on Quick CSS or custom.css to remove the elements:

    div#search-fail p.entry-content, section.404_recommendation {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Portfolio edit will not load #343883

    Hi!

    I’m sorry but aside from the video tutorial on how to update the theme, I’m afraid we can’t be of any help at this time. Please review the tutorial or hire a freelance developer to override the old theme files with the new one. Make sure that you extract the enfold folder from the theme zip package. You can find all you need from the video. Please watch it again.

    Cheers!
    Ismael

    in reply to: blog post grid image sizes – confused! #343882

    Hey GGLNetwork!

    Thank you for using Enfold.

    1.) Thumbnails are cropped differently depending on the image dimension and proportion. You can use this apply a minimum and max height for blog grid thumbnails but this might stretch landscape images. The best solution is to use images with the same sizes for post featured images:

    .page-id-33 a.slide-image img {
    min-height: 135px;
    max-height: 135px;
    }

    2.) What arrow? A screenshot will help.

    3.) You chose 3 columns so it will render 3 columns. Why did you place the blog posts inside a 3/4 column?

    4.) I’m sorry but this particular modification is beyond the scope of support. You can try to use the magazine element but the layout is different from the blog grid element.

    Cheers!
    Ismael

    in reply to: Anchor points as menu items in a submenu #343880

    Hey!

    Header and menu height css modifications can break the smooth scroll function. Did you add any kind of those modifications? If you want, you can edit avia.js, find this code:

    if(tempPadding > 0 && shrink) 
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    						}
    						
    						else 
    						{
    							tempPadding = tempPadding + non_shrinking + non_shrinking2;
    						} 

    Add more variable to increase the tempPadding.

    Cheers!
    Ismael

    in reply to: multilanguage selector in the #343878

    Hey!

    Thank you for the info.

    Just add this on Quick CSS or custom.css to adjust the switcher position:

    .my-lang {
    width: auto;
    float: right;
    position: relative;
    right: 10px;
    top: 4px;
    }

    Regards,
    Ismael

    in reply to: Redirects #343877

    Hey Justin!

    Thank you for using Enfold.

    Please add this on top of the .htaccess file:

    RedirectMatch 301 ^/wp-content/$ http://la-appraisal.com
    RedirectMatch 301 ^/wp-content/dir/$ http://la-appraisal.com
    

    Create a backup of the file first, just in case.

    Best regards,
    Ismael

    in reply to: Help With Icon Box #343876

    Hey!

    Thank you for the info. Please use the tel attribute as Yigit suggested. Edit the iconbox then look for the Title Link? settings. Set it to manual then add something like this on the url field:

    tel:1-234-567-8987
    

    For the email, use the mailto function:

    mailto: (Email address hidden if logged out) 
    

    Best regards,
    Ismael

    in reply to: av_video with vimeo problem #343875

    Hey evilgglong!

    Thank you for using Enfold.

    I used the same shortcode on my installation and it works fine. Please try to deactivate the plugins then test the shortcode again. If possible, test it on a text block, switch to Text / HTML mode:

    [av_video src='http://vimeo.com/1084537' format='16-9' width='16' height='9']
    

    Best regards,
    Ismael

    in reply to: Language File – translation not working in Enfold Theme #343873

    Hi!


    @etnMathy
    . The languages are saved on wp-content > themes > enfold > lang folder. Before updating, create a backup of the language files (.mo and .po). After the update, override the default lang folder.

    @marcellametae: What do you mean it doesn’t load automatically?


    @adagietto
    : Please use the codestyling localization plugin. Go to Tools > Localization. Look for the Enfold theme, add or select the language files that you want to translate then click Rescan. When finished, click Edit then look for the strings that you want to translate. Don’t forget to click the generate mo file button.

    Cheers!
    Ismael

    in reply to: icon list size #343872

    Hi dhuet!

    Thank you for using Enfold.

    For now, you can only modify the icon size and circle with css. Add something like this on Quick CSS or custom.css:

    .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 500px;
    margin-right: 30px;
    margin-left: 18px;
    }

    Adjust the values.

    Best regards,
    Ismael

Viewing 30 posts - 54,331 through 54,360 (of 67,491 total)