Forum Replies Created

Viewing 30 posts - 24,331 through 24,360 (of 34,602 total)
  • Author
    Posts
  • in reply to: Fully customize labels on the search result page #1024378

    Hi,
    Opps, there was also one at line 1076 in \enfold\framework\php\function-set-avia-frontend.php
    But I tested by adding the line numbers to the text and for a “no result search” line 1083 shows:
    2018-10-20-123338
    For a successful search line 1072 shows:
    2018-10-20-123541

    Best regards,
    Mike

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

    Hi,
    Oh I see, the “All” my css was targeting was at the beginning of the breadcrumb trail, which you are hiding. You seem to be talking about the big “All” at the top left.
    2018-10-20-122116
    To hide that Please try this code in the General Styling > Quick CSS field:

    .av-masonry-sort .av-current-sort-title {display: none !important;}

    Best regards,
    Mike

    Hi,
    Können Sie bitte einen Admin-Login in den Bereich für private Inhalte einfügen, damit wir genauer hinsehen und einen DropBox-Link zu Ihrer enfold.zip-Datei hinzufügen können, um damit zu aktualisieren. (meine Datei ist nicht Einzelhandel)

    — Translated with Google —

    Can you please include a admin login in the private content area so we can take a closer look, and include a DropBox link to your enfold.zip file to update with. (my file is not retail)

    Best regards,
    Mike

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

    Hey Michael,
    I searched the theme for “search results for” here are the results:
    line 607 in \enfold\config-woocommerce\config.php
    line 1072 & 1083 in \enfold\framework\php\function-set-avia-frontend.php
    line 446 in \enfold\framework\php\class-breadcrumb.php

    I’m thinking line 1072 & 1083 are the ones you want, but the other ones will be helpful too :)

    Best regards,
    Mike

    in reply to: Change Image on Mouseover for product #1024372

    Hey lopezsalaberry,
    I believe this should be done with css, for my example I added a custom class to the image container of “image-link” and then used this css:

    .image-link:hover {
        background: url(https://127.0.0.1/2017demo1/wp-content/uploads/2017/02/people-1-6.jpg) !important; 
        background-repeat: no-repeat !important; 
        background-size: cover !important; 
        background-position: 50% 50% !important; 
    }

    swap-image-on-hover.gif
    Please try to follow this format, if you need some assistance then please link to the page in question.

    Best regards,
    Mike

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

    Hey raquelreis,
    If this css in your Quick CSS is not working for you, then please link to your page so we can examine the classes of your element:

    a.all_sort_button {
        display: none !important;
    }

    Best regards,
    Mike

    Hi,
    @cuewin, Wenn ich richtig verstanden habe, sind unsere Anweisungen in Englisch schwierig für dich, ich verlasse mich auf Google Übersetzer, aber ich werde einige Bilder hinzufügen, um zu helfen.
    1: Bitte installieren Sie das Plugin:Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: gehe dann zu WordPress> Themen> Neu hinzufügen> Hochladen
    2018-10-20-104649 2018-10-20-105401
    3: Klicken Sie nach der Installation auf “ Zurück zur Themen-Seite ” (NICHT aktivieren)
    2018-10-20-105705
    4: Erfolg:
    2018-10-20-110104
    ich hoffe das hilft

    — Translated with Google —

    @cuewin, If I understand correctly our instructions in English are difficult for you, I rely on Google Translate, but I will include some images 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
    I hope this helps

    Best regards,
    Mike

    in reply to: problem update 4.5 failed #1024353

    Hi,
    Ok, I understand that you are going to restore this site and you would like us to update a different site.
    I’m thinking that you should open your own thread to provide the login info for the new site, because I notice this is not your thread and any info in the Private Content area can be seen by the owner of this thread.

    Please include WordPress login and FTP login, in the Private Content area, to the site you want us to update.
    a link to the new thread here would be helpful.

    Best regards,
    Mike

    in reply to: burger menu and text widget #1024287

    Hey CC,
    I took at look at your site and css and functions.php
    I didn’t find to usual reasons for the mobile menu to not show, but you say that you updated from a very old version and you have many customizations in your functions.php, some that look like issues.
    For example you have 18 remove action or filter scripts that could be causing a conflict.
    Your widget is getting this error from the WordPress core:
    2018-10-19-221513

    I recommend disabling your plugins, and removing all of your functions.php, then clear your cache, If that resolves the issue, reactivate each one individually until you find the cause.
    if it doesn’t try reinstall WordPress to make sure the issue isn’t caused by any corrupt files, In your WordPress dashboard, go to Dashboard → Updates in the sidebar. Then, click the button to Re-install Now
    how-to-reinstall-wordpress-1
    Please make a backup before doing this. Even though the reinstall is to help you reinstall WordPress without losing any content, it’s always a good idea to have a backup just in case something goes wrong!
    If this doesn’t help please leave the functions.php empty and plugins deactivated, or allow us to deactivate for a short time, so we can investigate further

    Best regards,
    Mike

    Hi,
    Perhaps you are missing a bracket in your Quick CSS, that would allow some of the css to work to a point and then starting with the missing bracket the rest of the code won’t work.
    A easy way to check is to copy all of the css and paste it into the WordPress > Customize > Additional CSS field.
    WordPress will alert you to code errors and often how to fix it.

    Another possibility is that the sector in the rule has a missing dot for one of the classes, or a space were there should not be, or everything could be fine, but you need to add “!important;” to the end.

    Please try checking your css in the WordPress > Customize > Additional CSS first, as often that is often the issue.

    Best regards,
    Mike

    in reply to: search Enfold topic #1024274

    Hey James,
    Please try starting each search with “Enfold” and use the Boolean search operator “AND” like this if you wanted to search topics about the header color:

    enfold AND header AND color

    but please note that the words “header” and “color” are very common in css code snippets, so this search returned 1600 topics.
    I would recommend using Google with the word “enfold” as the first word and then a natural language question, Google is very good at returning a relevant result.
    This is how I search the forums and I often see results that are only a few hours old.

    Best regards,
    Mike

    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

    Hey bobfurgo,
    Sorry for the late reply, I tested the signup form and saw the error, have you tried disabling your plugins?
    The success message would be in a h3 heading, do you have any custom javascript in your functions.php that could be changing a h3 tag?

    Best regards,
    Mike

    in reply to: Update 4.4.1 -> 4.5.0 Error #1024263

    Hi,
    @gwn sorry for the late reply, please read this post

    Best regards,
    Mike

    in reply to: Blog "Full Content" settings doesn´t work #1024261

    Hey kreazwo,
    Sorry for the late reply, I tried to login but could not, please check.

    Best regards,
    Mike

    in reply to: Plugin shortcode being stripped by ALB #1024254

    Hi,
    I took a look at your page and see where the shortcode should have been, I also tried the shortcode in my localhost, and the shortcode was not stripped out. I then tried other shortcodes, that were installed on my localhost, and they worked correctly
    2018-10-19-201732

    Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
    Also, do you have any custom javascript installed in your functions.php, please try removing it temporary to see if that is causing a conflict.

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: problem update 4.5 failed #1024251

    Hi,

    @laptophobo
    I will ask @Gunter to take another look, but It like there is not a WP admin login, I do see the ftp login & the site url. Please include WP login as it may help.
    Thanks for your patience.

    Best regards,
    Mike

    in reply to: Mail Chimp Form Align Right #1024249

    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

    Hi,
    Please try this plugin: WPSSO Schema JSON-LD Markup it says that it address it.

    Best regards,
    Mike

    in reply to: Can't find demo import #1024245

    Hi,
    We don’t have a built-in function for this, but if you tell me which element and page you would like to use and how many images you would like to be like this, I will take a look at trying to achieve this.

    Best regards,
    Mike

    in reply to: Mail Chimp Form Align Right #1024235

    Hi,
    Glad it’s working for you, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Can't find demo import #1023917

    Hi,
    For the milestone year date, Please try this code in the General Styling > Quick CSS field:

    #top.home .av-milestone-date {
    color: #fff !important;
    }

    For sub-page anchor links in Safari please read this solution
    To open a new thread, simply go to Enfold subforum and click blue button at the top, or use this link – https://kriesi.at/support/forum/enfold/#new-post to start a new thread

    Best regards,
    Mike

    in reply to: How to have image icon above menu selections #1023912

    Hi,
    To move the last menu item image down some, try changing the last number from a percentage to a px in this css:

    li.my-class-vitamin {
        background-image: url(//youthfulnewyou.com/wp-content/uploads/2018/10/iv-drip-tab.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 3px;
    }

    right now in your code it’s “-1%”, changing to “9px” moves it down even more.
    For the phone number, Please try this code in the General Styling > Quick CSS field:

    #header .phone-info span font {
        font-size: 30px !important; 
    }
    #header .phone-info { 
       margin-top: 15px !important;
    }

    Best regards,
    Mike

    in reply to: Mail Chimp Form Align Right #1023896

    Hi,
    It has changed for me:
    2018-10-19-063341
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Vertically align text to icon list #1023739

    Hey timchurchman,
    Please try this code in the General Styling > Quick CSS field:

    #top.home h4.av_iconlist_title.iconlist_title {
    margin-top: 9px !important;
    }

    Best regards,
    Mike

    in reply to: Mail Chimp Form Align Right #1023735

    Hey SileeBailey,
    To make the button white with gray text, Please try this code in the General Styling > Quick CSS field:

    #top.page-id-320 .av-custom-form-color.av-light-form.avia-mailchimp-form .button {
    background-color: #fff !important;
    color: gray !important;
    }

    To float the elements to the right, Please try this code in the General Styling > Quick CSS field:

    #top.page-id-320 .avia-mailchimp-form #element_avia_0_1 {
    float:right !important;
    }
    #top.page-id-320 .avia-mailchimp-form p.av-last-visible-form-element {
    float:right !important;
    }

    Best regards,
    Mike

    in reply to: Icons in line problem #1023731

    Hey doug123,
    I took a look at your footer, and on the page that you are having the issue there is a link break between each icon, please remove these.
    2018-10-18-215610

    Best regards,
    Mike

    in reply to: author page #1023725

    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: Single Blog-Page "you might also like" #1023724

    Hi,
    Glad to have this sorted out, 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: Can't find demo import #1023721

    Hi,
    To remove the comments and comment number, in the backend, hover over a post title and click “Quick Edit”:
    2018-10-18-195456
    then un-check the comment box:
    2018-10-18-195538
    if you already have a comment in the post you will need to delete it.
    About the sidebar, as you said, you know how to add a sidebar,

    But where can work how the single post page should look like?

    sorry I’m still unsure, but I think you mean that the “single author” layout with a sidebar has a small image to the left of the post:
    2018-10-18-201755
    but without a sidebar the image is in the center:
    2018-10-18-202055
    is this what you mean? If so please read this post

    To show the back to top button on mobile devices, Please try this code in the General Styling > Quick CSS field:

    .responsive #scroll-top-link {
        display: block !important; 
    }

    I tried your contact link in the menu from a few pages, such as IMPRESSUM, in mobile and seemed to work fine, please explain a little more. Thanks for your patience.

    Best regards,
    Mike

Viewing 30 posts - 24,331 through 24,360 (of 34,602 total)