Forum Replies Created

Viewing 30 posts - 28,531 through 28,560 (of 34,586 total)
  • Author
    Posts
  • in reply to: Custom Header Buttons #925028

    Hey Willem7904,
    Please create a folder in your child theme named “includes” and add your modified copy of the helper-main-menu.php inside it.
    Going forward you should not have to add the code again.

    Best regards,
    Mike

    in reply to: Urgent – http 500 error after update #925025

    Hi,
    Glad it is resolved, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: New Page adding multiples #925024

    Hey Darren,
    Do you mean that in your news section you have duplicate content, or that when making a new page with a certain title it shows as a -2 ?
    If it is the -2 issue, then please check your “trash” for the same title and check your “media” for a file with the same title, this will cause your page with the same title to have a -2
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Header and footer load over page content #925022

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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 Widgets not showing in Blog & Portfolio pages. #925020

    Hey rengarajan,
    Please check that for your Blog & Single Portfolio Pages, the Layout > Footer Settings option in the editor is set to “Display the footer widgets & socket”
    If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: right position for mobil #925016

    Hey xianeK,
    In order to get your wish, please try creating your page with a copy of the content in another section below your current content, with all the image elements to the left, and all the text elements to the right. Then set the Screen Options > Element Visibility to hide on mobile for your current content, and hide on desktop & tablet for your new content.
    2018-03-10_141705

    Best regards,
    Mike

    in reply to: Adjusting number of words on Blog for Grid layout. #925015

    Hey Maxyringo,
    You ca adjust the except length by adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 300;
       return $length;
    }

    adjust the “300” to suit. It stands for characters.
    Note that if you have a image in your post within the except length, the length shown in your blog grid will be shorter.

    Best regards,
    Mike

    in reply to: Title of my page is missing #925010

    Hey Sandra,
    Your title is in the gray bar above your content, Please see screenshot in Private Content area.
    If you wanted a larger title in your content area, please try to add a special heading element above your content, or a title with H1 tags around the title.

    Best regards,
    Mike

    in reply to: Buttons with rounded edge and color background icons #925006

    Hi,
    I looked at your page and it seems the buttons already have the radius applied:
    2018-03-10_125848
    Perhaps try clearing your site & browser cache.
    You can change the social icons background-color by adding this code in the General Styling > Quick CSS field with the colors you want:

    #top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#621AAC!important;  }
    #top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#621AAC!important;  }
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#621AAC!important;  }
    

    Best regards,
    Mike

    in reply to: Layerslider demo content Enfold 2017 #924999

    Hey adjgruv,
    I have included the export of the layerslider demo in the Private Content area that you can import, but your PHP ZipArchive Extension is disabled on your webhost, you will need to ask your webhost to enable in order to use the export. This is also why the layerslider demo didn’t set up correctly.

    Best regards,
    Mike

    in reply to: Hover Color Outline #924986

    Hey navindesigns,
    Try this code in the General Styling > Quick CSS field:

    #header .av-main-nav > li > a > .avia-menu-text:hover {
    border:2px solid rgba(104, 219, 215, 1) !important;
    padding:12px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 20px !important;
    }
    #header .av-main-nav > li > a:hover {
    padding: 0 1px !important;
    }

    Best regards,
    Mike

    Hi,
    Thanks @Guenni007, I think you are right, the background of the next section is just barely off, creating a line.
    2018-03-10_112826

    Best regards,
    Mike

    in reply to: contact 7 form not working properly still #924975

    Hi,
    Well done, our job will be easier when everyone deletes IE11 :)
    Anyways, glad we could help, we will close this now, have a great day & Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I see that your .htaccess doesn’t include the wordpress IfModule mod_rewrite rules:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    you should include this below your AuthType rule, and it would not affect how your AuthType works.
    I couldn’t test because your file has owner / group permissions set to “0 0”
    This makes since as your server path seems to include /homepage/
    Please look on the WordPress > Dashboard > Settings > Permalink Settings, down at the bottom under “Product permalinks” for “Shop base” woocommerce captures your server path.
    That is to say without the wordpress rewrite rules, your server path is pass to the links.
    I hope this makes sense the way I explained it.

    Best regards,
    Mike

    in reply to: Contact Forms not sending. Not in spam or inbox #924959

    Hi,
    @guenni007 I tried to reproduce your error with changing the color scheme of the contact mail form, but I always got the success message & the mail was always sent. Please see if this is the correct set up:
    Enfold 2017 demo, contact form element, email address same as site/admin email, color scheme set to dark, other settings:
    2018-03-10_102032
    no extra functions in functions.php (localhost test) PHP v7.0.3
    message recived:

    Subject: New Message (sent by contact form at v4.2.6)
    To:  (Email address hidden if logged out) 
    X-PHP-Originating-Script: 0:class-phpmailer.php
    Date: Sat, 10 Mar 2018 15:22:07 +0000
    From: " (Email address hidden if logged out) " < (Email address hidden if logged out) >
    Message-ID: < (Email address hidden if logged out) >
    X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
    MIME-Version: 1.0
    Content-Type: text/html; charset=utf-8
    
    Name: Mike <br/>E-Mail:  (Email address hidden if logged out)  <br/>Subject: Testing Dark Contact Form <br/> <br/>Message: Testing Dark Transparent Form Color Scheme <br/> <br/>

    I also tested with the function above.

    Best regards,
    Mike

    in reply to: Import only Part of a demo #924951

    Hi,
    I found that publishing your product made it visible. I changed it back to “Draft” so you can try.

    Best regards,
    Mike

    in reply to: Blurry Woocommerce thumbnails #924949

    Hi,
    I took a look and find that your images look good in the shop & on the product page, perhaps your regenerated thumbnails worked and you need to clear your cache?
    Please see screenshots in Private Content area.
    I couldn’t login to investigate further because of a “leaked password” error, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Picture border in gallery #924944

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: contact 7 form not working properly still #924941

    Hi,
    Glad this explanation helped, Chrome is only showing it to you because you have saved form data, you can clear that data if you like: How to clear unwanted autofill entries in Google Chrome
    I see that you were able to use the dark theme for recaptcha, it looks very good now.
    For me your site loads well in IE11, try clearing your cache & history and then restart IE11. But note that IE11 is not a modern browser and MS has replaced it with Edge, so everyday fewer and fewer people use IE11. I recommend not putting a lot of time into it.
    Is there anything else we can assist with on this issue?

    Best regards,
    Mike

    Hi,
    Ich fand diesen Fehler auf dem Event Kalender fourm, wo sie diesen Code vorgeschlagen haben, ich habe ihn zu Ihrer functions.php hinzugefügt und es scheint zu funktionieren. Bitte prüfe.
    Es sieht auch so aus, als ob dein Styling-Problem gelöst wurde, war es eines der Plugins?

    — translate —

    I found this error on The Events Calendar support fourm, where they suggested this code, I added it to your functions.php and it seems to be working. Please check.

    add_action('init', 'tribe_allow_large_joins');
    function tribe_allow_large_joins(){
    	global $wpdb;
    	$wpdb->query('SET SQL_BIG_SELECTS=1');
    }

    It also looks as though your styling issue has been solved, was it one of the plugins?

    Best regards,
    Mike

    Hi,
    Tut mir leid, ich versuche mit Google Übersetzer zu helfen, also möchte ich sicher sein, dass ich dich verstehe.
    Der Fehler, den ich gepostet habe, ist der, den ich auf Ihrer Website gesehen habe, z.
    2018-03-09_190541
    Sie haben also immer noch einen Fehler. Kann ich versuchen, alle Plugins zu deaktivieren, oder?
    Das Entfernen von Fehlern ist der erste zu lösende Schritt.
    Was ist dein Webhost?
    Hast du ein verstecktes Sicherheits-Plugin?

    — translate —

    Sorry, I’m trying to help with Google Translate, so I want to be sure I understand you.
    The error I posted was what I saw on your site, such as this one:
    2018-03-09_190541
    So you still have a error, can I try disabling all of your plugins to test, or can you?
    Removing errors is the first step to solve.
    What is your webhost?
    Do you have a hidden security plugin?

    Best regards,
    Mike

    in reply to: How to Edit Single Blog Post Content Width #924812

    Hi,
    For the border, I checked with Chrome, Firefox, & Edge and couldn’t see the border, Please see screenshot in Private Content area. Please advise.
    As for your css, I too am using a child theme with the code in my style.css
    have you tried clearing your cache? Also check the file permissions for your child theme. Try using “!important;” with your rule should it already be in use.

    Best regards,
    Mike

    in reply to: Breadcrumbs not showing on one page #924805

    Hi,
    I logged in and found a few issues, First is that your PHP version is 5.5.22, please ask your host to update you to v7.
    Second, please update the Enfold theme, your version was known to sometimes have a broken shortcode tree, this is where a element or div doesn’t get a closing tag, which we corrected and added the shortcode parser to repair. Yet as your version is old the shortcode parser is not available.
    Third, please try disabling your plugins. I see you are using Jetpack, and in the past there was some odd conflicts, I doubt this is the issue, but lets rule it out.
    When you update, please do so though the update panel, if you have to do so via FTP, please delete the theme folder and then upload the new folder, as the theme structure has changed some.
    Perhaps a backup before hand would be prudent.

    Best regards,
    Mike

    in reply to: How to Edit Single Blog Post Content Width #924509

    Hi,
    It looks as the top image, has been uploaded with a border around it. Please see the direct link to the image in the Private Content area.
    For the post width please try this css:

    #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 90%!important;
        width: 90% !important; 
    }

    Best regards,
    Mike

    in reply to: How to make icons smaller only on mobile? #924497

    Hi,
    It looks like in your custom css or General Styling > Quick CSS field you have this code:

    #top .iconbox_icon, #top .iconbox_icon {
    	font-size: 100px !important; /* Icon size */
    	width: 74px !important; /* Container size */
    	height: 74px !important; /* Must be the exact same value as the width */
    }
    

    please adjust “font-size: 100px !important;” to a smaller number.

    Best regards,
    Mike

    Hi,
    Sorry I don’t see the small color difference at the bottom of the design image, can you please highlight it in the image?

    Best regards,
    Mike

    Hi,
    Thank you, I found that when your permalinks are set to “post name” the word “homepage” is added to your url, and when set to “plain” it is not. Yoast dosn’t seem to effect this, as I test with it on and off. I also found that your .htaccess file is not writable so when updating your permalinks the .htaccess file is not getting updated.
    Please include FTP access so we can view / update.
    I disabled Yoast for now, and set your permalinks to “plain” so your site will work until we hear back from you on the FTP access.
    Naming your startpage “homepage” is fine, it is not what I mean, Please see screenshots in Private Content area.
    Did you migrate this install from a localhost or testing site?

    Best regards,
    Mike

    Hey Austrianweb,
    Ich habe zwei Probleme gefunden:
    1) Als ich mich anmeldete, fand ich eine Fehlermeldung oben auf Ihrem Admin-Panel, dass das “Social Media Feather” -Plugin viele Fehler hatte, also habe ich es deaktiviert.
    Aber das hat immer noch einen Fehler “User Levels Outdated” hinterlassen. Bitte versuchen Sie, Ihre Plugins zu deaktivieren. Wenn das Problem dadurch behoben wird, reaktivieren Sie jedes einzeln, bis Sie die Ursache gefunden haben.

    2) Wie haben Sie für Ihr Styling-Problem Ihre Site, FTP oder das Admin-Panel aktualisiert?
    Wir müssen zuerst auf Problem 1 eingehen, dann benötigen wir möglicherweise FTP-Zugang, um Problem 2 zu beheben.

    — translation —

    I found two issues:
    1) When I logged in I found a error message across the top of your admin panel that the “Social Media Feather” plugin had many errors, so I deactivated it.
    But this still left a “User Levels Outdated” error, Please try Try disabling your plugins. If that resolves the error issue, reactivate each one individually until you find the cause.

    2)For your styling issue, how did you update your site, FTP or though the admin panel updates?
    We will need to address issue 1 first, then we may need FTP access to address issue 2.

    Social Media Feather error:

    Deprecated: Function create_function() is deprecated in /home/.sites/128/site4160389/web/wp-content/plugins/social-media-feather/synved-option/synved-option.php on line 595

    User Levels Outdated error:

    
    ! The use of user levels is outdated. Use permissions instead. in /home/.sites/128/site4160389/web/wp-includes/functions.php on line 4031

    Best regards,
    Mike

    in reply to: 2017 Enfold edition #924446

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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 Manuel,
    I tried testing your permalink structure issue, but I was having issues with the setting staying selected. Perhaps we were both on the site at the same time?
    What I did see is that when the permalinks use the post name, the word “home” is added to the url, please check the yoast options for it changing the permalinks.

    Best regards,
    Mike

Viewing 30 posts - 28,531 through 28,560 (of 34,586 total)