Forum Replies Created

Viewing 30 posts - 42,571 through 42,600 (of 62,484 total)
  • Author
    Posts
  • in reply to: Badge not positioned correctly #484517

    Hi!

    You can adjust the position with this:

    .new_ribbon_right, .onsale_ribbon_right, .soldout_ribbon_right {
        top: -160px;
    }
    
    span.woosticker.new_round_left.pos_left {
        top: -160px !important;
        left: 2px !important;
    }

    Cheers!
    Ismael

    in reply to: Contact Form – not all being sent back #484515

    Hey!

    I tried to access the site but I got the same error as Rikard. A white blank page with a 403 Forbidden text. Please contact your hosting provider regarding this issue.

    Cheers!
    Ismael

    in reply to: Can't set up Portfolio Grid pages properly… #484377

    Hey Dmanbo!

    1.) The Link Handling setting will only change the behavior of the portfolio overview page:

    Open the entry on a new page -> Open the single portfolio item page.
    AJAX -> Open the ajax portfolio preview. Example: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
    Lightbox -> Open the portfolio item image in a lightbox.

    2.) The Ajax Portfolio Preview Settings including the “Display Preview Images” settings will only be applied if you set the Portfolio Grid element to AJAX.

    3.) Use the default editor or the advance layout builder if you want to to modify the content of the single portfolio item page. Example: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/

    Best regards,
    Ismael

    in reply to: This & that #484368

    Hey!

    1.) Go to the Appearance > Widgets panel to adjust the content of the sidebar.

    3.) You can’t re-import the dummy data because it will override the current options. Set the demo page as draft temporarily then publish it if you need it. If you want to copy the shortcodes in a demo page, enable the debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Ismael

    in reply to: Change Logo color and Menu items on one page #484366

    Hi!

    You can use this for the table:

    #top .avia_pricing_minimal .pricing-table>li:nth-child(1) {
        background-color: green;
    }

    Can you please provide a screenshot regarding the logo?

    Regards,
    Ismael

    in reply to: Front Page Forwarding Problem #484349

    Hi!

    Did you modify the menu correctly? Please go to the Appearance > Menus panel then recreate the menu items. If you don’t mind, please create your own thread. Add the url to the site and the login details.

    Best regards,
    Ismael

    in reply to: Current page change color of av icon #484347

    Hey avwebmaster!

    Thank you for using Enfold.

    You can use the wp_head or wp_footer hook to add the script. Something like the code provided here: https://kriesi.at/support/topic/plugin-event-manager-und-element-slide-show-volle-breite-rechte-spalte-bug/

    Regards,
    Ismael

    in reply to: Searchbar aside the logo. #484344

    Hi!

    Use a css media query to adjust the position on mobile screens:

    @media only screen and (max-width: 767px) {
    #header .widget {
        width: 100%;
        position: absolute;
        left: 10%;
        top: 100px;
    }}

    Cheers!
    Ismael

    in reply to: Comment section clean-up #484342

    Hey!

    Thank you for the screenshot. Looks like you’re using a third party plugin to add the facebook comments. Maybe, there’s an option to remove the default comments. Please contact the plugin author for more info.

    Best regards,
    Ismael

    in reply to: issues with onepage-anchor menu #484339

    Hi!

    I tried to recreate the test page but I can’t reproduce the issue. Please try to edit the js > avia.js file then look for this code around line 733:

    fixedMainPadding = parseInt($('html').css('margin-top'),10);
    

    Replace it with:

    
    fixedMainPadding = parseInt($('html').css('margin-top'),10) - 10;
    

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    Hey!

    Please copy the code directly from this forum, not from your email. Make sure that that symbols are not converted to something else.

    Cheers!
    Ismael

    in reply to: Move Product description to full width #484314

    Hi!

    You can try this:

    .template-shop .single-product-main-image .images a {
        width: 70%;
        float: left;
    }
    
    .single-product-main-image .thumbnails {
        width: 25% !important;
        float: left;
        margin-left: 4%;
    }
    
    #top .single-product-main-image .thumbnails a {
        width: 48%;
    }

    Regards,
    Ismael

    in reply to: Products List not displaying correctly #484313

    Hi!

    If you’re referring to the size of the thumbnail that is being used in the product item, you can set the size on Woocommerce > Settings > Products > Display > Product Images panel. Adjust the thumbnail size then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Sidebar contents in shop product details page #484310

    Hey!

    Looks like you’re using a custom product tab. I’m not sure how they render the tabs inside the product page. Please ask the author of the WooCommerce Custom Product Tabs Lite plugin.

    Best regards,
    Ismael

    in reply to: Scroll bar on the content of Ajax Portfolio ?? #484307

    Hey!

    Alright. I checked the screenshot and the actual page. The container is now scrollable which is how you want it. I’m not sure what’s the issue. Do you want to change the background of the image container? You can use this:

    div .portfolio-preview-image {
        background-color: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Full Width Easy Slider Video #484306

    Hey!

    Please use css media queries to adjust the height on different screen sizes: Example:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    ul.avia-slideshow-inner {
        max-height: 300px !important;
    }}

    Refer to this link for more info: https://css-tricks.com/css-media-queries/

    Best regards,
    Ismael

    in reply to: Masonry Gallery "Open Link In New Tab" Option #484305

    Hey!

    Alright. This should work:

    function add_custom_script(){
    ?>
    <script>
      jQuery('#top .isotope-item').each(function() {
        jQuery(this).attr('target', '_blank');
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Ismael

    in reply to: Enfold custom CSS quick CSS and other changes #484303

    Hey!

    2.) Please give us a link to the page with the gallery.

    3.) You can generate the likebox widget script in the following link then place it in a text widget: https://developers.facebook.com/docs/plugins/page-plugin

    4.) There will be an update notification when a new patch is available.

    5.) The theme has its own styling options so you won’t be needing the css hero plugin to modify the elements in the theme. I’m afraid the plugin is not fully compatible with theme, if it is, we are not sure how to implement it. Please contact the plugin author.

    Regards,
    Ismael

    in reply to: Hotspot image slider #484302

    Hey!

    That is not possible at the moment but you can try to generate the image hotspot shortcode by using the shortcode generator then use it in the layer slider or the content slider.

    Cheers!
    Ismael

    in reply to: Enfold update issues (wp 4.3.2 and enfold 3.2.3) #484299

    Hi!

    Alright. Most of the errors are generated directly from the WP core files. Please get a fresh copy of the WordPress files then overwrite the installation.

    Regards,
    Ismael

    in reply to: Problem with displaying portfolio entries #484297

    Hey!

    Can you please add a featured image in this post? http://350pdx.org/portfolio-item/dirty-truth-about-obamas-clean-power-plan/

    We can hide the featured image in the actual post via css. Or use the advance layout builder for portfolio items with videos, it will not display the featured image.

    Cheers!
    Ismael

    Hi!

    Did you test the code above? You can use that code plus a few css media queries to fix the gap below the images. This is how the images look on the browser when you set the height to 381px, monitor resolution is 1920x1080px:

    Regards,
    Ismael

    Hey!

    Please give us the font icon zip file from the fontello.com then we’ll test it on our installation. You can try this code in the function.php file:

    add_action('init', function() {
    	global $avia_config;
    	$avia_config['font_icons']['next_big']['icon'] = 'ue824';
    	$avia_config['font_icons']['prev_big']['icon'] = 'ue824';
    	return $avia_config;
    });

    Best regards,
    Ismael

    in reply to: Change Mobile Menu Icon #484294

    Hi!

    Did you copy the code straight from your email? Please get the code directly from this forum. Make sure that the symbols are not converted to something else.

    Best regards,
    Ismael

    in reply to: Help with z-index #484288

    Hey!

    I checked the page but there is no “Let’s Talk” button there. Can you please provide a screenshot?

    Best regards,
    Ismael

    in reply to: Masonry Gallery "Open Link In New Tab" Option #483724

    Hey!

    Please give us a link to the page. We will check it. Try to replace the code with this:

    function add_custom_script(){
    ?>
    <script>
      jQuery('.slide-entry a').each(function() {
        jQuery(this).attr('target', '_blank');
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Replace the “.slide-entry a” with the correct selector.

    Best regards,
    Ismael

    in reply to: open all links in blog grid in new window by default. #483722

    Hi!

    Please replace the code with this:

    function add_custom_script(){
    ?>
    <script>
      jQuery('.slide-entry a').each(function() {
        jQuery(this).attr('target', '_blank');
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Regards,
    Ismael

    Hi!

    It will not change the scroll offset. The code will disable the gallery loading animation. Please remove browser cache then test the page again.

    Regards,
    Ismael

    Hi brittanywinter!

    Thank you for using Enfold.

    You can follow the code pattern when you switch the rss to facebook. I’m sure you will know where to add the following code. Let’s try to add the pinterest icon. Add this code:

    $pinterest = empty($instance['pinterest']) ? '' : $instance['pinterest'];
    

    And this one:

    if(isset($pinterest))
    				{
    					$link = 'http://pinterest.com/';
    					$before = apply_filters('avf_social_widget', "", 'pinterest');
    					$output .= "<a href='$link' $addClass'>{$before}<strong class='asc_count'>".__('Follow','avia_framework')."</strong><span>".__('on Pinterest','avia_framework')."</span></a>";	
    				}
    

    Below, look for this line of code:

    $instance = wp_parse_args( (array) $instance, array('rss' => avia_get_option('feedburner'), 'twitter' => avia_get_option('twitter')) );
    

    Add the pinterest option:

    $instance = wp_parse_args( (array) $instance, array('rss' => avia_get_option('feedburner'), 'twitter' => avia_get_option('twitter'), 'pinterest' => avia_get_option('pinterest') ) );
    

    And again, find this line:

    <p><label for="<?php echo $this->get_field_id('rss'); ?>">Enter your feed url:
    			<input class="widefat" id="<?php echo $this->get_field_id('rss'); ?>" name="<?php echo $this->get_field_name('rss'); ?>" type="text" value="<?php echo esc_attr($rss); ?>" /></label></p>
    

    Follow the pattern, add something like this:

    <p><label for="<?php echo $this->get_field_id('pinterest'); ?>">Enter your pinterest username:
    			<input class="widefat" id="<?php echo $this->get_field_id('pinterest'); ?>" name="<?php echo $this->get_field_name('pinterest'); ?>" type="text" value="<?php echo esc_attr($pinterest); ?>" /></label></p>

    After that, there will be a new field in the widget for the pinterest icon.

    Cheers!
    Ismael

    in reply to: Mobile Menu Hover #483708

    Hi!

    I checked the Quick CSS field and there are multiple css media queries which are not needed. For example, you have this code:

    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
    font-size: 14px !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
    font-size: 14px !important;
    }
    }

    You can remove the other media query because they are basically the same. And you have this code with the same media query:

    @media only screen and (max-width: 767px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0;
    }}

    You can combine these codes to a single media query:

    @media only screen and (max-width: 767px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0;
    }
    
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 0px !important;
    font-size: 14px !important;
    }}

    Please clean up the css codes and css media queries usually go at the very bottom of the stylesheet. You can try this css media query in order to change the hover effect for retina display:

    https://css-tricks.com/snippets/css/retina-display-media-query/

    Best regards,
    Ismael

Viewing 30 posts - 42,571 through 42,600 (of 62,484 total)