Forum Replies Created

Viewing 30 posts - 27,931 through 27,960 (of 34,601 total)
  • Author
    Posts
  • in reply to: Appearence – Editor gone #938906

    Hey friefodspor,
    It may have been disabled in wp-config.php
    open wp-config.php in a text editor via ftp and look for:

    define( 'DISALLOW_FILE_EDIT', true );

    change to false.
    I didn’t see any of the regular plugins that add this on your site, so perhaps it was added by your WordPress install script on your webhost?

    Best regards,
    Mike

    in reply to: php 7.1 compatibility information – just FYI #938900

    Hey Andrew,
    Thank you for sharing, can you please explain how we can see this error, so we can forward to the dev team, they will want to reproduce this.

    Best regards,
    Mike

    in reply to: Can social icons be styled? #938898

    Hey friefodspor,
    I took a look at your site, but didn’t see the social share buttons on your posts, perhaps they were disabled when I looked, so I assume they are the Social Share Button Element like the demo.
    I wrote this css to work on the default buttons:

    #top .av-share-box ul,#top .av-share-box ul li {
        border-style: none!important; 
        border-width: 0px!important;    
    }
    #top .av-share-box ul li a {
        border: none!important; 
        height: 50px!important; 
        width: 50px!important; 
        border-radius: 100%;
        padding: 15px!important; 
        margin: auto !important; 
        background-color: #74b86b; 
    }
    #top .av-share-box ul li a[data-av_icon]:before {
    color: #fff !important;
    }

    Expected results:
    2018-04-08_163417

    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
    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: Open masonry gallery image link in a new window #938890

    Hi,
    Good to hear, you can use just one or the other, if the code block is working, then use it. I like to put as much as I can in the answers because other people will read this months from now. This is also why I added the note about unchecking the lightbox modal effect, because it is the only way I could get it to work on my localhost, and when testing on your site I assumed you already had it unchecked. Is this true?
    But to answer you, yes unchecking the lightbox modal effect will effect other elements on your site.

    Best regards,
    Mike

    in reply to: Impossible to comment #938889

    Hi,
    Very good, and congratulations on your launch :)
    When you do have time and if you have a question about the child theme, perhaps you could open a new thread with “child theme” in the title. This one is getting very long now and hard to follow.

    Best regards,
    Mike

    Hi,
    Thank you, we look forward to the results of your tests.
    Have a great day :)

    Best regards,
    Mike

    in reply to: Limited amount in sidebar #938886

    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: Breadcrumb background color #938885

    Hi,
    Also to move the breadcrumbs over, please try:

    div.breadcrumb.avia-breadcrumbs {
        right: 10%!important; 
    }

    feel free to adjust 10% to suit, perhaps 8%

    Best regards,
    Mike

    in reply to: Breadcrumb background color #938884

    Hey brand4,
    It look like you have the breadcrumb color set in your css with the “!important;” making it hard to overwrite. Please look in your custom css for:

    .title_container .breadcrumb {
      color:#888888!important;
      font-size:13px;
    }

    and change the color to what you would like to see.
    But this is not the whole breadcrumb, you also need to add:

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a

    so the complete code would look like this:

    .title_container .breadcrumb,.alternate_color .breadcrumb, .alternate_color .breadcrumb a {
      color:#888888!important;
      font-size:13px;
    }

    If you can’t find it in your css you can try this, as I tried to overwrite the previous rule:

    #top #wrap_all #main .title_container .breadcrumb,.alternate_color .breadcrumb, .alternate_color .breadcrumb a {
      color:#e2e2e2!important;
      font-size:13px;
    }

    Best regards,
    Mike

    in reply to: Round Portfolio preview images #938881

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

    .avia-post-nav .entry-image img {
        border-radius: 0px!important; 
    }

    Expected results
    2018-04-08_151041

    Best regards,
    Mike

    in reply to: Quote bar #938880

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

    .main_color blockquote {
        border-color: #efbb20 !important; 
    }

    I couldn’t find the blockquote in use on your site, so I had to guess a little, if this doesn’t work please link directly to the page.

    Best regards,
    Mike

    in reply to: disable bubble caption in gallery #938874

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

    .avia-tooltip.avia-tt { display: none !important; opacity: 0 !important; }

    If this doesn’t work, please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

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

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        border-color: transparent!important; 
        background-color: #d6d5d5!important; 
        color: #000!important; 
    }
    div .main_color .button {
        background-color: #5e5e5e!important; 
        color: #ffffff!important; 
        border-color: #5e5e5e!important; 
    }
    div .main_color .button:hover {
        background-color: #2b2b2b!important; 
        color: #ffffff!important; 
        border-color: #2b2b2b!important; 
    }

    Best regards,
    Mike

    in reply to: Enfold Hotel Theme – Products not showing #938871

    Hi,
    Please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Problems with last update 4.6.2 #938869

    Hey inekespijker,
    This looks like an error due to your PHP version 5.4.16, please try asking your webhost to update your PHP to version 7

    Best regards,
    Mike

    Hi,
    I found that for the plugin “request a quote” on it’s setting page, it was set to only show to logged-in users, I changed to guest & logged-in, and now it shows on the standard product pages (Without-avia-editor)
    I also found that the plugin hooks to the cart form, so when you use the avia-editor to build your shop page you will not have the option to add the “request a quote” button because the avia-editor cart button doesn’t include all of the hooks.
    Please note the message at the top: “Please note that the Advanced Layout Builder for products will not work with all WooCommerce Extensions”
    So you will need to use the standard product page to use this plugin.

    Best regards,
    Mike

    in reply to: centering code block within 1/2 layout element #938867

    Hey isaaccolavecchio,
    I can see all of the images are off to the left,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-1012 .flex_column {
    text-align: center!important; 
    }

    Best regards,
    Mike

    in reply to: parallax affect won't scroll smoothly #938864

    Hey Savemybooks,
    Can you please include a admin login and a link to a page with parallax in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Mailchimp Pop-Up code breaking site #938863

    Hey schwabino,
    I tried testing your code on my localhost, but didn’t get any errors. So we will need to test on your site.
    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: Image width crops height #938860

    Hey KiGePa,
    What has happened is that when your image was uploaded it was very large and WordPress cropped it to make it fit it’s preset dimensions. The image you are seeing is the cropped image, please see the link in the Private Content area which shows how it is stored on your site.
    I tested your original image on my localhost and made it 50% smaller (515px x 344px) and as the featured image of a post it showed at full size. Please see screenshot in Private Content area.
    So the easiest solution would be to use a smaller image, either the one I uploaded or one that you create.
    Or we could try changing the preset image sizes in WordPress though some code.

    Best regards,
    Mike

    in reply to: Open masonry gallery image link in a new window #938857

    Hey webWahine,
    please try this script in a code block element on your page:

     
    <script>
    jQuery(window).load(function(){
    jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>

    I tested on the page in Private Content area, and it seems to work.

    To use as a function in your functions.php file in Appearance > Editor:

     function add_custom_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.av-masonry-container a ').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_target');

    It is important to note that the lightbox option at Enfold Theme Options > Lightbox Modal Window needs to be unchecked.

    Best regards,
    Mike

    in reply to: horizontal form #938851

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

    .avia_ajax_form.avia-mailchimp-form p {
        float: none!important; 
        width: 30%!important; 
        margin: 11px 11px!important; 
        display: inline-block!important; 
    }
    .avia-mailchimp-form input.button {
    background-color: blue!important; 
    }

    Please adjust to suit.
    Expected result:
    2018-04-08_121359

    Best regards,
    Mike

    Hey WEP_Management_Inc,
    I see that this plugin has been reported to not work with Enfold a few times, due to a conflict.
    Please see: https://kriesi.at/support/topic/realtypress-slider-not-working-with-enfold/
    unfortunately we didn’t get a update on the solution, perhaps it is posted at the Realtypress support forum.

    Best regards,
    Mike

    in reply to: Color sections disappears! Please help me fix it :-) #938847

    Hi,
    The shortcode parser is saying that you have missing tags, and what it would add if the “auto repair” option was used.
    I would save a copy of the debug shortcode to a text file on your computer as a backup, then try to let the “auto repair” option try to fix.

    If you include a admin login in the private content area, I will copy your debug code to my localhost and try to repair there so you won’t risk your page. Please link directly to the page so I will know which one to look at.

    Best regards,
    Mike

    Hi,
    Please try replacing your “header” style css with this:

    /**HEADER**/
    
    #avia-menu .avia-menu-text  {
    	color: #444444!important;
    }
    
    #menu-item-3483.current_page_item .avia-menu-text,#menu-item-3483 .avia-menu-text:hover {
      color:#e5d130 !important;
    }
    
    #menu-item-3464.current_page_item .avia-menu-text,#menu-item-3464 .avia-menu-text:hover {
      color:#31c0d0 !important;
    }
    
    #menu-item-3357.current_page_item .avia-menu-text,#menu-item-3357 .avia-menu-text:hover {
      color:#f04f9b !important;
    }
    

    Best regards,
    Mike

    in reply to: Change the default text on search results page #938839

    Hi,
    I have not used POEditor before, but I found this video tutorial that seems to show how step by step: https://youtu.be/otS7-JqV74w

    Best regards,
    Mike

    in reply to: Limited amount in sidebar #938833

    Hi,
    To change this limit, please open the blog post element in your sidebar, and change the “Post Number”
    2018-04-08_105403

    Best regards,
    Mike

    in reply to: email notification problems #938819

    Hey Claudius,
    Thank you for the login details, but please include the login url.
    When you say that the “new order email is sent successfully to host” you mean the site owners address? I take it that the site is using a email address on the same domain as the site?

    1: Something to check: are you using SMTP for your WordPress mail? In this case the “From” value in SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway. If so this code to the end of your functions.php file should solve:

    
    add_filter('avf_form_from', 'avf_form_from_mod', 10, 3);
    function avf_form_from_mod($from, $new_post, $form_params) {
        $from = " (Email address hidden if logged out) ";
        return $from;
    }

    Please adjust the address in the code.
    2: If you are not using SMTP, Does your host require SMTP? For the same reason above, some hosts require SMTP, please ask your host what their requirements are.
    3: Does your webhost have spam assassin or other spam protection installed? In this case they may require a static sender address and a “reply to” mail header. You will need to ask them if this is true and what they require.
    4: Try using the WP Mail Logging plugin to see if your site is sending the emails and if there are any errors.
    Also check out this info: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Mike

    in reply to: Icon in line with text #938801

    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

Viewing 30 posts - 27,931 through 27,960 (of 34,601 total)