Forum Replies Created

Viewing 30 posts - 49,771 through 49,800 (of 66,206 total)
  • Author
    Posts
  • Hi!

    I’m sorry but the fulwidth sub menu isn’t going to work as filter. You need to hire a freelance developer to create a dropdown menu. For further modifications, please visit Envato Studio or Werkpress.

    Cheers!
    Ismael

    in reply to: Firefox unresponsive and alignment issues #407833

    Hi!

    Ok. I think the problem is you’re using the blank template. Add this code in the Quick CSS field:

    @media only screen and (max-width: 989px) {
    #top.avia-blank #wrap_all #main .container {
        padding-top: 0px !important;
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }}

    Best regards,
    Ismael

    in reply to: ENFOLD RESPONSIVE SETTINGS #407829

    Hey!

    Thank you for using Enfold. You have the “autooptimize” feature enabled on the site which minify the script and stylesheets. Please disable it then check the page again. Also, you have this code which breaks the site on firefox:

    .avia-section.av-minimum-height .container .content {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        float: none !important;
    }

    Please remove it.

    Cheers!
    Ismael

    in reply to: How to make 6 Columns? #407827

    Hi!

    You have to place the columns inside a color section. Add a unique id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:

    #custom-section .flex_column.av_one_fifth {
    width: 14.5%;
    margin-left: 2%;
    }
    
    #custom-section .flex_column.av_one_fifth.first {
    clear: none;
    margin-left: 2%;
    }
    
    #custom-section .flex_column.av_one_fifth:nth-child(6) {
    margin-top: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Masonry portfolio links #407826

    Hi!

    You can still use the Masonry element but you have to define the custom link for each portfolio items. Edit a portfolio, look for the Overwrite Portfolio Link setting. Set it to define custom link then add the url of the image or video that you want to open in a lightbox.

    Best regards,
    Ismael

    Hey

    This is the only requirement to add your images on google: (https://support.google.com/websearch/answer/175288?hl=en)

    -Include descriptive text. Include descriptive text somewhere near the image like in an image “alt” tag or a caption. This helps Google understand what the image is showing and what searches it will be relevant to.
    -Upload high quality photos. Great image content is an excellent way to build traffic to your site.

    Before that, you have to make sure that the site is included in the google search: https://support.google.com/webmasters/answer/34397

    While there’s no guarantee that our spiders will find a particular site, following these guidelines should increase your site’s chances of showing up in our search results.

    This sounds easy and basic but I think it’s best if you hire SEO experts to help you with the site.

    Cheers!
    Ismael

    in reply to: Header with Logo, Text & Social Icons #407818

    Hey!

    Replace the css code with this:

    #header .widget {
    right: 50%;
    padding-top: 0;
    position: absolute;
    top: -100px;
    transform: translate(-50%);
    }

    Adjust the top and right position.

    Best regards,
    Ismael

    in reply to: Woocommerce cart icon to show number of items in cart. #407816

    Hey!

    This is actual code for the menu item bubble in the kriesi.at site:

    .jobs-menu > a > span.avia-menu-text:after {
    content: "4";
    font-size: 9px;
    color: #FFF;
    background: #42A0BD;
    line-height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    top: -9px;
    left: 2px;
    }

    Adjust the number in the content property. Unfortunately, it’s not dynamic, you have to change it manually. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    in reply to: IE8 on Windows 7 problems #407815

    Hi!

    Again, IE8 does not support border radius and css animation. You will have to hire a freelance developer to make it work on IE8, by creating jquery scripts or adding a third party plugin. There are lots of premium themes out there but you will have a hard time finding one that supports IE8 or one that actually works with it. If you want to hide the image hotspot on ie8, use this:

    .avia-msie-8 .av-hotspot-image-container {
    display: none;
    }

    Best regards,
    Ismael

    Hey!

    Please refer to this link: https://kriesi.at/support/topic/best-way-to-add-image-sizes/#post-351286

    Best regards,
    Ismael

    in reply to: Featured Image customization #407811

    Hey!

    You ca try the Easy Slider or an Image element inside a 1/1 column.

    Best regards,
    Ismael

    in reply to: Responsive Images / Color Sections #407809

    Hi!

    Good decision. I’m sure they will be able to help you better there. Anyway, if you still have questions, let us know. :)

    Regards,
    Ismael

    in reply to: Trouble with gallery thumbnail aspect ratios #407807

    Hi!

    Did you set the Gallery Preview Image Size? Set it to Portfolio (495×400).

    Best regards,
    Ismael

    Hi!

    You should transfer the facebook widget in the footer area because it’ll be removed on mobile devices when the theme switch to the mobile menu. Or create another in the footer area then show/hide the widgets on different screen sizes using css media queries.

    Best regards,
    Ismael

    in reply to: Eventes Manager display as html #407805

    Hey!

    You can try this:

    function pastevents($atts) {
    			$atts = (array) $atts;
    			$atts['format'] = '<li>#_EVENTDATES: #_EVENTLINK</li>';
    			$output = EM_Events::output( $atts );
    			$output = str_replace(array('<br>','<br/>'),'',$output);
    			return '<ul class="myeventlist">' . $output . '</ul>';
    }
    
    add_shortcode ( 'my_events_list', 'pastevents' );
    

    Best regards,
    Ismael

    in reply to: Blog style #407804

    Hi!

    Alright. I’m sorry if I misunderstood your inquiry and for wasting time. I thought you’re trying to apply the grid style on archive(category) pages. That filter won’t work on the search results page. Unfortunately, the theme doesn’t have any alternative style for this page so it will require custom modification. Please hire a freelance developer to modify it. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    in reply to: Sticky header + breadcrumbs #407803

    Hi melangeur!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .title_container {
    position: fixed;
    top: 123px;
    z-index: 1000;
    width: 100%;
    }

    Adjust the top position.

    Regards,
    Ismael

    Hey!

    If you don’t mind, please provide a screenshot of the design you’re after. It will help.

    Regards,
    Ismael

    Hi!

    It’s possible with CSS but you might need to disable the single product sidebar:

    .single-product-main-image {
    width: 100%;
    }
    
    .single-product-summary {
    overflow: hidden;
    clear: both;
    }

    Regards,
    Ismael

    in reply to: Remove currency off woocommerce #407798

    Hi!

    Try this:

    function avia_remove_wc_currency_symbol( $currency_symbol, $currency ) {
    if (is_single()) {
         $currency_symbol = 'USD $';
         return $currency_symbol;
    } else {
    	$currency_symbol = '$';
        return $currency_symbol;
    }
    }
    add_filter('woocommerce_currency_symbol', 'avia_remove_wc_currency_symbol', 10, 2);

    Regards,
    Ismael

    in reply to: team page template no longer working in backend #407797

    Hi!

    Thank you for using Enfold.

    Make sure that you have the latest version of the theme, 3.0.8. The update should fix the issue.

    Best regards,
    Ismael

    in reply to: Setting a max height in color sections #407500

    Hi!

    I’m not sure if it’s just me but I don’t see any difference between the two images above. Anyway, try to edit the color section, add a custom id attribute in the For Developers: Section ID field. Use “custom-section” for example. Add something like this to the Quick CSS field to specify the max height of the color section:

    div#custom-section {
    max-height: 100px;
    overflow: hidden;
    }

    You might need to use css media queries to adjust the height of the color section on different screen sizes.

    Best regards,
    Ismael

    Hi!

    Can you please provide a link to the actual website? Go to the language with the correct settings then export the theme settings file on Enfold > Import/Export panel. After that, switch to the languages with the issue, go to the same panel then import or upload the theme settings file. You might need to reset the Frontpage and Blog settings but the general styling (color, font etc) should be the same for all languages after this. Create a backup of the site and database before doing this, just in case.

    Best regards,
    Ismael

    in reply to: IE8 on Windows 7 problems #407498

    Hey!

    I’m not sure if this is going to help but please try to add this to the Quick CSS field to fix the download buttons:

    .download-frontpage img {
       width: inherit;  /* Make images fill their parent's space. Solves IE8. */
       max-width: 100%; /* Add !important if needed. */
       height: auto;    /* Add !important if needed. */
    }

    Or

    .download-frontpage img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */
    @media screen { .download-frontpage img { width: auto }} /* Prevent height distortion in IE8. */

    Reference: http://stackoverflow.com/questions/8610077/height-auto-in-internet-explorer-8-and-below

    Since IE8 doesn’t support border radius by default, you will have to live without the round testimonial image or install a third party script to make it work. I don’t think it’s worth the effort. Try to use this to fix the height:

    .avia-testimonial-image img {
    height: 80px;
    min-height: 80px;
    width: inherit;
    max-width: 100%;
    }

    Best regards,
    Ismael

    in reply to: Parallax background not loading properly #407495

    Hey!

    Thank you for the screenshots.

    Please try to add this to the functions.php file:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(window).on("resize", function (event) {
    		if (event.originalEvent === undefined) {
    			var alien = 'alien';
    			console.log(alien);
    		} else {
    			var human = 'human';
    			console.log(human);
    		}
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }

    We’ll check the site after.

    Regards,
    Ismael

    in reply to: Mobile layout broken #407494

    Hi!

    Thank you for using Enfold.

    Looks like you have a lot of plugins installed and one of these might be the cause of the issue. The css media queries aren’t being loaded properly. Please try to remove unnecessary plugins and deactivate the rest. Check if the site becomes responsive. Also, you might want to increase the wp memory limit to at least 256M. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Regards,
    Ismael

    in reply to: Sidebar issue with events pages. #407489

    Hey!

    Yes, that will work. Change it to:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				echo "<aside class='sidebar sidebar_right'>";
        				echo "<div class='inner_sidebar extralight-border'>";
    						dynamic_sidebar('Sidebar Pages');
    					echo "</div>";
    				echo "</div>";

    Adjust the name of the dynamic_sidebar to the custom sidebar of the main events page. This means that you will not able to control the single events pages sidebar in the backend.

    Best regards,
    Ismael

    in reply to: Page 100% #407487

    Hey!

    Edit the Separator / Whitespace element. Remove the negative margin.

    Best regards,
    Ismael

    in reply to: Cosmetic Bug with Megamenu #407486

    Hi!

    Use this:

    .av-main-nav ul.sub-menu {
    margin-top: -2px;
    }

    Cheers!
    Ismael

    in reply to: Strange background image issue #407485

    Hey!

    Is it possible for you to provide a screenshot of the issue? Maybe we can provide a browser or mobile specific fix for it.

    Best regards,
    Ismael

Viewing 30 posts - 49,771 through 49,800 (of 66,206 total)