Forum Replies Created

Viewing 30 posts - 24,301 through 24,330 (of 34,604 total)
  • Author
    Posts
  • in reply to: Issues with gallery module #1025242

    Hi,
    I took another look at your child theme and see that you don’t have a functions.php in it, so I have linked to one in the Private Content area and added your “google site verification” meta tag from your header in to it. This was the only customization that I could find in your header.php.
    So with the “file manager” tool from your webhost, or with ftp, please add the functions.php I linked to, into your child theme, and then rename your header.php to “header.php.old”
    This way you won’t be using this file, and the parent theme’s header.php will be used.

    Best regards,
    Mike

    in reply to: Specific colour section space between columns #1025219

    Hi,
    You can remove the remaining padding with this css:

    #top.page-id-4168 .mmvippackagescolumnspacing .post-entry-4168 .av_one_third {
    padding: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Mobile Posts display #1025215

    Hi,
    Sorry for the late reply, I found that disabling “Autoptimize” fixes the jQuery errors and allows the function above to work correctly.
    Please clear your browser cache and check, then try changing the settings inside “Autoptimize” to find the setting that was causing the issue for you.

    Best regards,
    Mike

    in reply to: WooCommerce Gutscheincode #1024554

    Hi,
    Platzhalter für den Gutscheincode: Fügen Sie diesen Code am Ende Ihrer Datei “functions.php” unter “Darstellung> Editor” hinzu:

    function woo_coupon_code_placeholder(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery('#top.woocommerce-cart input#coupon_code').attr('placeholder','Händlercode');  
      });
    </script>
      <?php
      }
      add_action('wp_footer', 'woo_coupon_code_placeholder');

    2018-10-21-122642
    Für den Hinweis auf den Gutschein-Code auf der Check-out-Seite, bitte versuchen Sie diesen Code im Bereich General Styling> Quick CSS:

    #top.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
    }

    — Translated with Google —

    For the Coupon Code placeholder, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function woo_coupon_code_placeholder(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery('#top.woocommerce-cart input#coupon_code').attr('placeholder','Händlercode');  
      });
    </script>
      <?php
      }
      add_action('wp_footer', 'woo_coupon_code_placeholder');

    2018-10-21-122642
    For the notice about the Coupon Code on the check out page, Please try this code in the General Styling > Quick CSS field:

    #top.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
    }

    Best regards,
    Mike

    Hey aa117,
    I took a look at your page and I found that your product tabs were hidden with this css in your merged css file:

    .js_active .woocommerce-tabs .panel {
        display:none;
    }
    

    and your product image with a inline opacity: 0
    Please include a admin login in the Private Content area so we can take a closer look at why this is happening.

    Best regards,
    Mike

    in reply to: Issues with gallery module #1024532

    Hey Bruno,
    I took a look at your page and found that your gallery is not opening in the lightbox, the images are opening directly.
    I believe this is because your child theme has a old header.php file in it.
    Please copy the new header.php to your child theme and add any customizations from the old header.php to it.

    Best regards,
    Mike

    Hey Deanna,
    I tried to take a look, but I could only see the maintenance page, please provide a login in the Private Content area.

    Best regards,
    Mike

    in reply to: WooCommerce Gutscheincode #1024525

    Hey skayy,
    Wenn ich das richtig verstanden habe, möchten Sie das Gutschein – Code – Eingabefeld auf der Checkout – Seite ausblenden und Sie möchten das ändern
    “Gutschein-Code” und “Gutschein einlösen” im Warenkorb?
    Bitte fügen Sie die URL zu der betreffenden Seite hinzu, damit wir genauer hinschauen und den gewünschten Text für die beiden Felder einfügen können.

    — Translated with Google —

    If I understand correctly, you would like to hide the coupon code input field in the checkout page and you would like to change the
    “Coupon Code” and “Apply Coupon” in the shopping cart?
    Please include the url to the page in question so we can take a closer look, and include the text you would like for the two fields.

    Best regards,
    Mike

    in reply to: Specific colour section space between columns #1024524

    Hey ProTravelGolf,
    I took a look at both pages and found that the columns have the same width, the reason the second one looks larger is because the padding on each side of the column content is white, instead of light gray as in the first page. So it appears that the space is larger. If you are going to leave the second page with no column colors, then try this css which will set the space between the columns to zero:

    #top.page-id-4168 .mmvippackagescolumnspacing .av-flex-placeholder {
    width: 0% !important;
    }

    Best regards,
    Mike

    in reply to: I can't get the Avia Layout Builder to work #1024522

    Hey robertruedam,
    I took a look at your site and found that when creating a page I got this error:

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    /wp-admin/admin-ajax.php

    Please check that your file permissions are set correctly and that your .htaccess file is not blocking access to the wp-admin directory
    if this doesn’t help ask your webhost to check the server log for the cause of the Internal Server Error.

    I also noticed that your webhost doesn’t have PHP ZipArchive Extension enabled, you will need this for the layerslider to import the slides and for the Iconfont Manager to install the Fontello icons.

    Best regards,
    Mike

    in reply to: enfold 4.5 upgrade error #1024516

    Hey idvisionme,
    Theme Forest has changed their API for Token keys, v4.5 fixes this, it is recommend to update manually.
    This free plugin will allow you to manually update via the WordPress Theme panel by uploading the enfold.zip file, otherwise you can update via FTP, please remember to delete the current enfold folder and then upload the new one. Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    My recommendation is to go to your Theme Forest account and download the updated Enfold v4.5 and manually update it, then going forward it will use the new Token keys. All users will need to generate a new token for updates.
    Please let us know if you would like some help updating.
    Here are the steps to update with the plugin to assist.
    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    Best regards,
    Mike

    in reply to: How to write content in bottom. #1024510

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Mobile menu not visible #1024504

    Hey welti,
    I took a look at your site and along with your menu not showing on mobile, your menu was about halfway in the header for tablet and it looks like you wanted to add a background-image to the header, but it was not showing right.
    I corrected all of these issues with this code, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 988px) { 
    .responsive #top #wrap_all .header_color .header_bg {
        background-size: cover !important; 
    }
    .responsive #top #wrap_all .main_menu {
        background-color: transparent !important; 
    }
    .responsive #top #wrap_all .main_menu {
        top: 40px !important;
        width: 50% !important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .header_color .header_bg {
        background-size: cover !important; 
    }
    .responsive #top #wrap_all .main_menu {
        background-color: transparent !important; 
    }
    .responsive #top #wrap_all .main_menu {
        top: 40px !important; 
        left: 80% !important; 
    }
    }

    then Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Please help me updating my enfold theme #1024498

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Footer & Header Top Section Phone Number Issue #1024494

    Hey Dave,
    I took a look at your child theme style.css and see that your phone-info css is inside the mobile media query, this is why it was working on mobile, but not desktop. I added the rule for desktop for you.

    For the footer I see that you are using v3.6.1, I’m not sure if this was a known bug for that version, but it is quite old. Please update to v4.5 and you won’t have this and other errors, and you will gain a lot of improvements.

    Best regards,
    Mike

    in reply to: Please help me updating my enfold theme #1024491

    Hi,
    Typically when using the plugin to update and you get that error it is because the “PHP Post Max Size” and/or “PHP Max Upload Size” is set under the 16.7mb that the theme file is.
    But in your case there is a strange value for those two fields, probably an error in the file that is setting the value for your server. I recommend asking your webhost to look into it, as they will know the correct way to set it for your server.
    2018-10-21-073930

    Meanwhile I was uploading the update via FTP when I noticed that you have already updated to v.4.5, so if you are satisfied, please feel free to delete the folder “enfold-new” in your themes folder.

    Best regards,
    Mike

    Hi,
    Ich glaube, dass das Token für jede Site unterschiedlich sein muss, da es ein Token für jede Lizenz ist. Ich glaube, Sie werden feststellen, wenn Sie Ihr Thema registrieren , wird der Token nur lassen Sie ein Produkt wählen. Aber meine Erfahrung beschränkt sich auf den Link oben, hoffentlich können Sie die Seite in Ihrem Browser übersetzen.

    — Translated with Google —

    I believe that the token needs to be different for each site because it’s one token for each license. I believe you will find when you register your theme the token will only let you choose one product. But my experience is limited to the link above, hopefully you will be able to translate the page in your browser.

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1024480

    Hi,
    Glad to assist, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Shopping cart 'under' menu on main page #1024477

    Hi,
    Thank you for explaining that. I took a look and found that the paypal button is not being created on the home page, but I didn’t find any errors either. Here is a screenshot of the code from the homepage & another that does have the paypal button:
    2018-10-21-051234
    The parent element is there with the background color, just not the paypal button.
    I’m not familiar with how the paypal button was placed there, so I can’t begin to debug.
    Please explain how the paypal button was placed there, and include a admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Shopping cart 'under' menu on main page #1024412

    Hey kimsnider,
    Thanks for the images, but when I look at your site it seems our shop is offline.
    Please create a demo page we can inspect the paypal element of and create a solution.

    Best regards,
    Mike

    in reply to: Logo not showing #1024411

    Hey HeadStudiosWeb,
    I took a look at your site, but it seems that your found your issue was with the Transparency Logo.
    because there is two places to include your logo, one for your regular header, the other for your transparent header.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    It seems that your video is corrupt, if you download it a watch it you will see about halfway though it
    [video src="https://www.fsbomarketingexperts.com/wp-content/uploads/2018/10/buy-house-cart-property-land-apartment-value-depreciate-investment_xkh8cyku__D.mp4" /]

    I removed this from your homepage and now you site loads correctly.

    Best regards,
    Mike

    in reply to: Error Message regarding Undefined index: Muted in ……. #1024408

    Hey Kathy,
    It seems that your video is corrupt, if you download it a watch it you will see about halfway though it
    [video src="https://www.fsbomarketingexperts.com/wp-content/uploads/2018/10/buy-house-cart-property-land-apartment-value-depreciate-investment_xkh8cyku__D.mp4" /]

    I removed this from your homepage and now you site loads correctly.

    Best regards,
    Mike

    in reply to: Error Message in Enfold Theme. Unable to get Forum Help #1024407

    Hey Kathy Goldman,
    It seems that your video is corrupt, if you download it a watch it you will see about halfway though it
    [video src="https://www.fsbomarketingexperts.com/wp-content/uploads/2018/10/buy-house-cart-property-land-apartment-value-depreciate-investment_xkh8cyku__D.mp4" /]

    I removed this from your homepage and now you site loads correctly.

    Best regards,
    Mike

    Hi,
    Danke für den Login, ich sehe Ihre “PHP Post Max Größe” & “PHP Max Upload Größe” sind beide 16 MB, aber die Theme-Datei ist 16.7 MB, nur ein bisschen zu groß. Bitten Sie Ihren Webhost, diese Limits auf 20 MB zu ändern. Dann sollte das Update funktionieren.
    Ich werde immer noch für Sie aktualisieren, wenn Sie es wünschen.
    Während Sie an Ihrem Webhost sind, machen Sie bitte eine vollständige Sicherung. Es ist eine gute Übung für jedes Update, nur für den Fall.

    — Translated with Google —

    Thanks for the login, I see your “PHP Post Max Size” & “PHP Max Upload Size” are both 16mb
    but the theme file is 16.7mb, just a little too big.
    Please ask your webhost to change these limits to 20mb
    Then the update should work.
    I will still update for you if you wish.
    While you are at your webhost, please make a full backup. It is good practice for whenever you update, just in case.

    Best regards,
    Mike

    in reply to: Tick & cross icon in table not working #1024402

    Hey Hooge-IBV,
    Thanks for the shortcodes of your page, your icons are aligned left, so I removed that for you, here is the new code:

    [av_table purpose='pricing' pricing_table_design='avia_pricing_default' pricing_hidden_cells='' caption='' responsive_styling='avia_responsive_table' av_uid='av-12nwa0' custom_class='']
    [av_row row_style='avia-pricing-row' av_uid='av-11pneo'][av_cell col_style='avia-desc-col' av_uid='av-11398g']Feature[/av_cell][av_cell col_style='' av_uid='av-10i9ak']Basis[/av_cell][av_cell col_style='' av_uid='av-106vkk']Basis+[/av_cell][av_cell col_style='' av_uid='av-z9hy8']Premium[/av_cell][av_cell col_style='' av_uid='av-yxl0k']Hall of Fame[/av_cell][av_cell col_style='' av_uid='av-y4qo0']Rocket[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-xgo00'][av_cell col_style='avia-desc-col' av_uid='av-x7f4o']Eintragsbild[/av_cell][av_cell col_style='' av_uid='av-w96ew'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1uxpw9w'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-vwfuk'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1tdlksk'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-vfvjw'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1rbr6ms'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-ut79s'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1q2ovus'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-u73ik'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-627fno'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-2yay8'][av_cell col_style='avia-desc-col' av_uid='av-sxje4']Beschreibungstext[/av_cell][av_cell col_style='' av_uid='av-siu2k'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1mqrywk'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-rjq9c'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1ktbywk'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-qy3eg'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1k70n5g'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-qdaek'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1i8oa10'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-pvjo4'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1g29hno'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-2iniw'][av_cell col_style='avia-desc-col' av_uid='av-oiwo0']Kontaktdaten[/av_cell][av_cell col_style='' av_uid='av-nx840'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1e5ha50'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-ncgt8'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1dknbok'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-n067w'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-1b06hpw'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-28zrg'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-193cs6s'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-lqc2c'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-182wu90'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-l6myk'][av_cell col_style='avia-desc-col' av_uid='av-kebqw']Link zur Website[/av_cell][av_cell col_style='' av_uid='av-js4lg'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-15k3dms'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-jf6bc'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-15aoauc'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-ildxs'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-12bpzqc'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-i858o'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-11ef7v8'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-hck1s'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-z7j2hw'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-h1e9w'][av_cell col_style='avia-desc-col' av_uid='av-g8ycs']Link als Keywordlink[/av_cell][av_cell col_style='' av_uid='av-fpd14'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-ylze44'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-f01aw'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-x13up0'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-en1v4'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-2ztgdw'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-1f4oo'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-t5lcic'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-dir64'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-s3ogpg'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-cs4u4'][av_cell col_style='avia-desc-col' av_uid='av-cbe4w']Galerie[/av_cell][av_cell col_style='' av_uid='av-bhlg8'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-pvcvhg'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-aupgc'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-ojc1tw'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-a8848'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-mx555w'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-a179g'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-krekpg'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-9dzow'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-izju2s'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-vi7c'][av_cell col_style='avia-desc-col' av_uid='av-7vq54']In "Hall of Fame"[/av_cell][av_cell col_style='' av_uid='av-7pal0'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-1q2ajo'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-6rqek'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-fdk1us'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-69u6w'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-dpscfo'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-5o28o'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-c1jpg4'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-58ho4'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-avk7v8'][/av_font_icon][/av_cell][/av_row]
    [av_row row_style='' av_uid='av-4qsv4'][av_cell col_style='avia-desc-col' av_uid='av-3tjkc']Startseiten-Präsentation[/av_cell][av_cell col_style='' av_uid='av-3g4go'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-9gfifo'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-2yw8w'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-79y5h0'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-2dbs4'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-5zfzes'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-1pxko'][av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position=' ' custom_class='' av_uid='av-3n2n9w'][/av_font_icon][/av_cell][av_cell col_style='' av_uid='av-3zm8'][av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position=' ' custom_class='' av_uid='av-2cthac'][/av_font_icon][/av_cell][/av_row]
    [/av_table]

    then please use this css to set a min-height for your rows:

    .avia-table li {
    min-height: 60px !important; 
    }

    This is the results on my localhost:
    2018-10-20-141359

    Best regards,
    Mike

    in reply to: Fully customize labels on the search result page #1024397

    Hi,
    Another option would be to use this function:

    function custom_results(){
      ?>
      <script>
      jQuery(window).load(function(){   
      jQuery(".template-search h4.extra-mini-title.widgettitle").text("Your Results");
    });
    
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_results');

    but it replaces all of the text in the line, perhaps it will work for your situation.

    Best regards,
    Mike

    in reply to: Hide "All" Category’ in portfolio sort options #1024396

    Hi,
    Please try to clear your browser cache, when I look the “All” is now not showing.
    If you remove the “\” the words will look like one long string of text, instead try to make it transparent

    .text-sep.avia_show_sort {
    color: transparent !important;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fully customize labels on the search result page #1024391

    Hi,
    Sorry, I edited the file directly, to add this to your child theme you will need to add this function to your child theme functions.php:

    
    if(!function_exists('avia_which_archive'))
    {
    	/**
    	 *  checks which archive we are viewing and returns the archive string
    	 */
    
    	function avia_which_archive()
    	{
    		$output = "";
    
    		if ( is_category() )
    		{
    			$output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);
    		}
    		elseif (is_day())
    		{
    			$output = __('Archive for date:','avia_framework')." ".get_the_time( __('F jS, Y','avia_framework') );
    		}
    		elseif (is_month())
    		{
    			$output = __('Archive for month:','avia_framework')." ".get_the_time( __('F, Y','avia_framework') );
    		}
    		elseif (is_year())
    		{
    			$output = __('Archive for year:','avia_framework')." ".get_the_time( __('Y','avia_framework') );
    		}
    		elseif (is_search())
    		{
    			global $wp_query;
    			if(!empty($wp_query->found_posts))
    			{
    				if($wp_query->found_posts > 1)
    				{
    					$output =  $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output =  $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    			}
    			else
    			{
    				if(!empty($_GET['s']))
    				{
    					$output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
    				}
    				else
    				{
    					$output = __('To search the site please enter a valid term','avia_framework');
    				}
    			}
    
    		}
    		elseif (is_author())
    		{
    			$curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
    			$output = __('Author Archive','avia_framework')." ";
    
    			if(isset($curauth->nickname) && isset($curauth->ID))
                {
                    $name = apply_filters('avf_author_nickname', $curauth->nickname, $curauth->ID);
    		$output .= __('for:','avia_framework') ." ". $name;
                }
    
    		}
    		elseif (is_tag())
    		{
    			$output = __('Tag Archive for:','avia_framework')." ".single_tag_title('',false);
    		}
    		elseif(is_tax())
    		{
    			$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
    			$output = __('Archive for:','avia_framework')." ".$term->name;
    		}
    		else
    		{
    			$output = __('Archives','avia_framework')." ";
    		}
    
    		if (isset($_GET['paged']) && !empty($_GET['paged']))
    		{
    			$output .= " (".__('Page','avia_framework')." ".$_GET['paged'].")";
    		}
    
            	$output = apply_filters('avf_which_archive_output', $output);
            	
    		return $output;
    	}
    }
    

    change the 3 places that “Search results for” are
    I tested this on my localhost with a child theme and it worked.

    Best regards,
    Mike

    in reply to: Horizontal menu #1024384

    Hey lily_bloom,
    Sorry there is not a built-in option for this, we can try to assist with some css if you link to your page so we can inspect the classes.

    Best regards,
    Mike

Viewing 30 posts - 24,301 through 24,330 (of 34,604 total)