Forum Replies Created

Viewing 30 posts - 48,931 through 48,960 (of 66,084 total)
  • Author
    Posts
  • in reply to: Animated Numbers won't resize on mobile #424487

    Hi!

    Where can we find the screenshot? We may need to see the actual page in order to fix the issue. Please post the url here.

    Cheers!
    Ismael

    in reply to: Fullwidth Easy Slider versus Wide Monitors #424486

    Hi mterrian!

    Thank you for using Enfold.

    You can add this to the Quick CSS field to define the width of the full screen slider on larger screens:

    @media only screen and (min-width: 1280px) {
    div#full_slider_1 {
      width: 1280px;
      margin: 0 auto;
    }}

    Regards,
    Ismael

    in reply to: Chrome CSS #424484

    Hi!

    I checked the site on chrome but I don’t see any difference. Can you please pinpoint the issue in the screenshot?

    Regards,
    Ismael

    in reply to: Magazine Style #424479

    Hey!

    Glad you figured it out. :)

    Best regards,
    Ismael

    Hey!

    You can use this:

    add_action('init', 'ava_my_image_size', 1);
    function ava_my_image_size()
    { 
    global $avia_config;
    avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270, array(top, center));		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, array(top, center));						// images for fullsize pages and fullsize slider
    }

    Regenerate or upload the images again.

    Regards,
    Ismael

    in reply to: Errors when moving from Abundance to Enfold #424474

    Hi Bearcat!

    Thank you for using Enfold.

    The abundance and enfold are entirely two different themes which means that any modifications in your child theme folder are probably useless at this point. I’m afraid you have to delete all of them.

    Best regards,
    Ismael

    in reply to: Video Slideshow Not Working on IE11 #424473

    Hey!

    I checked the home page slider on Internet Explorer 8 and all 3 sliders with video are playing. Is this happening only on IE11?

    Regards,
    Ismael

    in reply to: Blog page not showing full content of recent posts #424470

    Hi!

    I forgot to mention that not all shortcodes will display on the blog overview page because they tend to break the layout of the page. Why did you add a blog posts element as excerpt? You need to create an excerpt for the posts, not the page, without any shortcodes, just plain text for the blog overview page. Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.

    Cheers!
    Ismael

    in reply to: extra widget in Header is moving #424469

    Hey!

    Replace the code with this:

    #header #mlp_widget-3 {
      top: -73px;
      left: 70%;
      padding-top: 0px;
      position: absolute;
      padding-bottom: 20px;
    }
    
    #header.header-scrolled div#mlp_widget-3 {
      top: -44px;
    }

    Best regards,
    Ismael

    in reply to: Mobile / Responsive menu won't scroll on iphone 6+ #424467

    Hi!

    @Jason: Please create new thread then post the login details and ftp credentials there. Did you add any modifications to the theme? Have you tried disabling the plugins?

    Best regards,
    Ismael

    in reply to: Icons not showing in Chrome #424466

    Hi!

    Did you enable cors? Please refer to this link: http://kriesi.at/documentation/enfold/enable-cors/

    Regards,
    Ismael

    in reply to: [SOLVED] Transition – snap horizontal movement #424465

    Hi!

    I’m not sure if this is going to work but you can add this to the Quick CSS field to enable the scroll bar right before the preloader stops:

    @media only screen and (min-width: 989px) {
    html.responsive {
      overflow-y: scroll;
    }
    
    .av-preloader-reactive {
      overflow: hidden !important;
    }}

    Regards,
    Ismael

    in reply to: Icon links stop working after widget added to sidebar #424464

    Hi!

    I clicked the “Pinit” button in the sidebar and the one located at the bottom of the content and they both worked. Did you fix it? If possible, please provide a screenshot of the issue.

    Regards,
    Ismael

    Hi!

    I checked the site but I cannot reproduce the issue anymore. Please create a test page with a gallery element. Add more than 8 gallery items.

    Regards,
    Ismael

    in reply to: Jetpack with enfold #424442

    Hey!

    I tried to login to the wp dashboard but the login credentials provided above are not working. What are the features activated when you use the jetpack plugin? Note that not all jetpack features are compatible with premium themes, like infinite scroll, accordion etc. These features tend to create script conflicts between the theme and the plugin.

    Regards,
    Ismael

    in reply to: MENU / Button Style (Bordered) #424433

    Hey!

    We added the suggested code above. Please check it now: http://vanhit.com/test/

    #top .av-menu-button > a .avia-menu-text {
      border: 2px solid !important;
    }

    Please remove browser cache when you don’t see the changes immediately. Reload the page.

    Best regards,
    Ismael

    in reply to: Social Bookmarks Mobile #424431

    Hi!

    Where do you want to place the social bookmarks when viewing on mobile devices? Please provide a screenshot. You can use this to adjust the position of the social icons:

    @media only screen and (max-width: 479px) {
    .responsive.html_header_top #header_main .social_bookmarks {
      display: block;
      position: relative;
      margin-top: 20px;
    }}

    Cheers!
    Ismael

    Hi!

    I tried to login to the site (wp-admin / wp-login) but it redirects me to the home page. How can we access the dashboard?

    Cheers!
    Ismael

    in reply to: Need help with plugin #424426

    Hi Taras!

    Thank you for using Enfold.

    Where exactly do you want this form to show? A screenshot will help. You can add the shortcode directly in theme the files by using the do_shortcode function. Or use filter and action hooks. https://codex.wordpress.org/Function_Reference/do_shortcode

    Cheers!
    Ismael

    in reply to: transparency #424425

    Hey!

    Thank you for the info. Add this to the Quick CSS field to keep the header bg style:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top .header_bg {
      opacity: .9;
      filter: alpha(opacity=90);
    }}

    Cheers!
    Ismael

    in reply to: Updating Earlier of Theme without Child #424424

    Hi!

    I think it will work. Or you can try this one: https://wordpress.org/plugins/wp-font-resizer/

    Cheers!
    Ismael

    in reply to: Advanced Layerslider General Question #424422

    Hey!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: Blog Post Excerpts not working #424421

    Hey!

    The error points to a code in the child theme’s functions.php file. Did you add anything there?

    EDIT: You have this code inside the child theme’s functions.php file:

    add_action('ava_after_main_menu', 'avia_add_woocommerce_cart_dropdown', 10);
    
    function avia_add_woocommerce_cart_dropdown() {
    	global $woocommerce, $avia_config;
    	$cart_subtotal = $woocommerce->cart->get_cart_subtotal();
    	$link = $woocommerce->cart->get_cart_url();
    
    	$output = "";
    	$output .= "<ul class = 'cart_dropdown visible_cart' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>";
    	$output .= "<a class='cart_dropdown_link' href='".$link."'><span class='avia_hidden_link_text'>".__('Cart','avia_framework')."</span><span ".av_icon_string('cart')."></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    	$output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>";
    	$output .= '<div class="widget_shopping_cart_content"></div>';
    	$output .= "</div>";
    	$output .= "</li></ul>";
    
    	echo $output;
    }

    Best regards,
    Ismael

    in reply to: Fatal error template-builder.php #424415

    Hi!

    Thank you for the info. Please post the login details here so that we can check the site. If possible, please include the ftp login details. We would like to check the child theme directory.

    Cheers!
    Ismael

    in reply to: mega menu postion anpassen #424414

    Hi!

    Thank you for using Enfold.

    I checked the site but I can’t see the mega menu with the issue. Did you remove it?

    Cheers!
    Ismael

    in reply to: Lost my Home Page … #424412

    Hi!

    1.) You can 3 1/3 columns layout with Video elements inside. Add the title using a text block or a special heading element.

    2.) Refer to this link on how to upload your own icon: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    If you’re asking how to create custom icon fonts, you can follow the tutorial here: http://www.hongkiat.com/blog/create-font-icon-set/

    Regards,
    Ismael

    in reply to: Layer Slider Preview Not Working #424409

    Hey!

    So.. you transferred the website using the Duplicator plugin? Or the preview instantly disappeared when you activate the plugin? Try to export the sliders with the correct preview before activating the duplicator plugin. After the export, activate the plugin then import the sliders back.

    Best regards,
    Ismael

    in reply to: Button settings opens table settings? #424403

    Hey!

    Alright. I was able to reproduce the issue on the child theme. For now, you can add the buttons.php file inside the shortcodes folder as well It fixed the issue temporarily and it doesn’t seem to break anything else. We’ll investigate the issue further. Overriding the shortcode templates inside the child theme is not updateproofed. It will break whenever the specific shortcode have been modified or at least miss new add-ons because new scripts are missing.

    Back to the issue at hand, did you try to set the table’s responsive styling to scrollable? It will add scrollbar so the table will retain its layout and will not break on smaller screens.

    Best regards,
    Ismael

    in reply to: Woocommerce single page avia advanced editor #424396

    Hi!

    I don’t see anything wrong iwith the page. Note that the “Product Purchase Button” will only show the “Add to cart” button, not the price or anything else.

    Regards,
    Ismael

    in reply to: item portfolio navigation buttons #424395

    Hi!

    They are sorted that way if you set the order parameter to ASC. Please check it carefully, remove browser cache before loading the page: http://e308031c72c2a40f7804cdf17e3238990a7c8a05.web19.temporaryurl.org/test-portfolio-sorting/

    When set to DESC, they are sorted as: NIELS Bent ABE aage

    Regarding the post nav, it can only filter by date, not alphabetically. You can manually change the date of the portfolio items if you want to display them alphabetically, latest post will always display first.

    Regards,
    Ismael

Viewing 30 posts - 48,931 through 48,960 (of 66,084 total)