Forum Replies Created

Viewing 30 posts - 17,911 through 17,940 (of 34,221 total)
  • Author
    Posts
  • Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Creating columns smaller than 1/5 to enable more in a row #1166349

    Hi,
    I believe we can achieve this with css:
    2019-12-16-053122
    Basically this will create the above for desktop:

    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-top: 5em;
    }

    You can test this in your Quick CSS, the icon is a free hosted one, but you can change the url to your own icon.
    But you will need media queries for it to look good in mobile, tablet, and desktop:

    @media only screen and (min-width: 1200px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-top: 5em;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/40/000000/plus-math.png);
      display: inline-block;
      margin-top: 5em;
    }
    }
    @media only screen and (min-width: 670px) and (max-width: 767px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-left: 15.5em;
    }
    }
    @media only screen and (min-width: 427px) and (max-width: 669px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-left: 13em;
    }
    }
    @media only screen and (min-width: 377px) and (max-width: 426px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-left: 7em;
    }
    }
    @media only screen and (min-width: 322px) and (max-width: 376px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-left: 6em;
    }
    }
    @media only screen and (max-width: 321px) { 
    #formula .flex_column_table .av-flex-placeholder:before {
      content: url(https://img.icons8.com/officel/80/000000/plus-math.png);
      display: inline-block;
      margin-left: 5em;
    }
    }

    This is only rough to get you started, please feel free to test and adjust to suit your needs.

    Best regards,
    Mike

    in reply to: Box with shadow #1166322

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-image-container:hover .avia_image {
        box-shadow: 3px 6px 16px #000!important;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: data-av_icon broken #1166313

    Hi,
    This is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.
    This file will be added to the next update also, but for now please use this patch.

    Best regards,
    Mike

    in reply to: Solcial icons #1166311

    Hey cruetimann,
    This is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: How to insert an image in the widget title of the footer #1166310

    Hi,
    I believe this is because your css above is adding a 90px top margin to all of the widget titles, try targeting only the one widget title that you want to add margin to. If you would like help with this please include a link to your site so we can examine the elements.
    Also try to include a mockup of what you would like to see so we can better assist.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, I have changed your menu buttons so they are smaller, please check.
    I did it by going to Enfold Theme Options > Menu > Show separators between elements and choose “small separators”
    2019-12-16-040539
    there is another option “no separators” which will add a small gap between the buttons, please give it a try to see which you like better.

    Best regards,
    Mike

    in reply to: related entries #1166300

    Hi,
    This is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hi,
    Glad to hear that you got this sorted out, can you point out the translation that was incorrect or not complete so we can fit it? Also please let us know which German language you are using, the formal or regular.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution. We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: My shop sidebar changes when a category is clicked? #1166286

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: add text and burger menu at same time #1166216

    Hi,
    Sorry for the late reply, to have the burger menu show on desktop, please try this code in the General Styling > Quick CSS field:

    .av-burger-menu-main {
    	display: block !important; 
    }

    Now the two menus will show the same menu, so you can hide some items from the main menu or the burger menu. to hide some of the burger menu items, go to your menu backend and at the top right of the screen look for the “screen options” tab and check the box “CSS Classes”
    2019-12-15-195307
    then a css class option will show for each menu item, there you can add a class such as “no_burger”, you can use this same class for all of the items you wish
    2019-12-15-195548
    then you can hide these only in the burger menu with this css:

    #av-burger-menu-ul .no_burger {
    	display: none !important;
    }

    2019-12-15-195919
    then to control how wide the burger menu flys out use this css:

    .html_av-overlay-side .av-burger-overlay-scroll {
        width: 30% !important; 
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: My shop sidebar changes when a category is clicked? #1166214

    Hi,
    Sorry for the late reply, we do have some code that will allow you to have a right sidebar on a single product page, but it works best if your page is full width.
    2019-12-15-191113
    If you would like to try it out, Please add this code in the General Styling > Quick CSS field:

    /*add right sidebar to woo product page*/
    .single-product-main-image {
        width: 25%;
    }
    
    .single-product-summary {
        overflow: hidden;
        width: 40%;
        float: left;
        margin-right: 5%;
    }
    
    .single-product .sidebar {
        width: 35%;
    }

    Then add this code to the end of your functions.php file in Appearance > Editor:

    add_action('init','ava534345953_init', 50);
    function ava534345953_init() {
    	add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25);
    }
    
    function avia_close_image_div() {
    	global $avia_config;
    	echo "</div>
    ";
    }
    
    function avia_add_sidebar() {
    	if(is_product()) {
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	}
    }

    Best regards,
    Mike

    in reply to: Social media icons not showing #1166212

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Kompatibilität / NonProfit-Support #1166211

    Hey Marc Naumann,
    Entschuldigung für die späte Antwort, Ihre Organisation hat eine großartige Geschichte und Mission, aber ich kann sehen, warum Sie Ihre Website aktualisieren möchten, um Ihre Arbeit und diese zu reflektieren und sie für Spender und Rebellen attraktiver zu machen.
    Leider ist Enfold nicht mit Visual Composer kompatibel, sodass jemand in Ihrer Organisation Ihre Site von Grund auf neu erstellen muss. Ich glaube, dass dies eine großartige Gelegenheit wäre, eine Website zu erstellen, die Ihre Organisation besser repräsentiert, anstatt nur zu versuchen, Ihre alte Website in Szene zu setzen.

    Das Erstellen einer großartigen neuen Site mit Enfold ist nicht schwer, da wir viele Demos als Ausgangspunkt verwenden können. Alle unsere Demos finden Sie hier: https://kriesi.at/themes/enfold-overview/
    Und unser erstaunlicher Advanced Layout Builder ist einfach zu bedienen und kreativ. Ich wette, dass viele Ihrer Rebellen Enfold nutzen würden, um über Ihre Mission zu berichten und zu zeigen, was sie getan und gelernt haben. Was für ein großartiges Testament das wäre.

    Selbstverständlich hilft Ihnen unser Support-Team bei allen Fragen und Feinabstimmungen weiter.
    Schauen Sie sich also unsere Demos an und lesen Sie hier mehr über Enfold: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    Wenn Sie sich für den Kauf von Enfold entscheiden, empfehle ich, das Kontrollkästchen “Support auf 12 Monate verlängern” zu aktivieren. Es ist zwar nur ein bisschen länger, aber Sie werden feststellen, dass unser Support-Team von großem Wert ist.

    Ich verstehe, dass Sie mit Spenden operieren, aber aufgrund unseres Vertrags mit Theme Forest, das unsere Lizenzen verwaltet, dürfen wir keine Rabatte gewähren. Ich bin jedoch der Meinung, dass Enfold für Sie der beste verfügbare Wert ist.

    — Translated with Google —

    Sorry for the late reply, your organization has a great story and mission, but I can see why you would like to update your site to reflect your work and it and make it more appealing to donors and the rebels.
    But unfortunately, Enfold is not compatible with the Visual Composer so someone in your organization would need to build your site from scratch. I believe that this would be a great opportunity to build a site that represents your organization better, instead of just trying to put a shine on your old site.

    Creating a great new site with Enfold is not hard because we have many demos to use as a starting point, see all of our demos here: https://kriesi.at/themes/enfold-overview/
    and our amazing Advanced Layout Builder is easy to use and be creative, I bet many of your rebels would have a blast using Enfold to tell about your mission and showcase what they have done and learned. What a great testament that would be.

    Naturally, our support team can help guide with any questions and fine tweaking you would like.
    So please take a look at our demos and read more about Enfold here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
    if you decide to purchase Enfold, I recommend checking the box “Extend support to 12 months” it’s only a little more but you will find our support team is a great value.

    I understand that you operate on donations, but due to our contract with Theme Forest, who handles our licensing, we are not allowed to give discounts. But nonetheless, I believe you will find Enfold to be the best value available.

    Best regards,
    Mike

    Hey bishstan,
    Sorry for the late reply, I believe what you are asking is to have the two columns with the images at the bottom of the page to have no top margin and be touching the large column above them, so I added a custom ID to each left_no_margin & right_no_margin and then added this css:

    #left_no_margin,#right_no_margin {
    	margin-top: 0 !important; 
    }

    you can see the css in a code block element at the bottom of the page, and check the “developer” tab in each column to see the IDs.
    Please review the page and let us know if this is what you wanted.

    Best regards,
    Mike

    in reply to: How to insert an image in the widget title of the footer #1166204

    Hi,
    Glad to see you have found a solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Some social Icons not appearing. #1166196

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Cannot update from 4.4.1, please help #1166195

    Hi,
    Sorry for the late reply, I have updated both site for you, I left your old theme files on both sites in a folder called “enfold-old” until you have a chance to test so we have the opportunity to roll back if need be.
    Once you are satisfied that the new theme version will not cause any issues with your plugins or custom scripts you can delete the folders “enfold-old”
    I also included an icon fix that was released today in the file “function-set-avia-frontend.php” so if you see any posts about this you will know you already have it.
    After you check the sites please let us know that we can close this thread, thank you for your patience and using Enfold.

    Best regards,
    Mike

    in reply to: URGENT Whitespaces don't work anymore #1166188

    Hi,
    Sorry for the late reply, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Social Sharing buttons styling #1166187

    Hey massiglia,
    Sorry for the late reply, I couldn’t see your site because it is in maintenance, if you added the css to your child theme stylesheet and your Enfold Theme Options > Performance > JS & CSS file merging and compression is on then your compressed css file didn’t get updated, to solve go to your Enfold Theme Options > General Styling > Quick CSS field and enter a blank space and save your theme settings, this will force the file to be rebuilt. Then clear your browser cache and any cache plugin, and check.
    If you can’t see any icons, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Using new Instagram Icon in header #1166185

    Hi,
    Sorry for the late reply, so I updated your instagram social icon in your functions.php on line 247:
    from:
    'instagram' => array( 'font' =>'entypo-fontello', 'icon' => 'ue909'),
    to:
    'instagram' => array( 'font' =>'fontello', 'icon' => 'uf16d'),
    but your icon was still not showing because of a small issue we had with WordPress changing a file, so I also updated your function-set-avia-frontend.php file for this and now it is working
    2019-12-15-161712
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Error av share box – #1166161

    Hey vbonora,
    Sorry for the late reply, I see that your social icons are not showing in the av-share-box, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: urgent: problem with projects #1166156

    Hi,
    Glad to hear you have been able to sort this out.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Some social Icons not appearing. #1166153

    Hi,
    Sorry for the late reply, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Social media icons not showing #1166152

    Hey Jillian,
    Sorry for the late reply, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Social media icons missing #1166148

    Hi,
    Sorry for the late reply, the dev team has just released this to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Website stopped loading #1166146

    Hi,
    Sorry for the late reply, to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Setting up a news item #1166145

    Hi,
    Sorry for the late reply, to fix the missing icons please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.

    Best regards,
    Mike

Viewing 30 posts - 17,911 through 17,940 (of 34,221 total)