Forum Replies Created

Viewing 30 posts - 25,201 through 25,230 (of 34,576 total)
  • Author
    Posts
  • in reply to: Menu Editor Not Functioning #1002087

    Hey VerhoevenGroup,
    Thank you for the login, I see that you are getting these errors:
    2018-08-26_202706
    probably from a plugin conflict:
    2018-08-26_202900
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I also see that you are using Enfold v4.2, which did have a few bugs, I would recommend updating to v4.4.1

    Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first then upload the new “enfold” folder at /wp-content/themes/enfold/
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Logo centered with menu on each side #1002083

    Hey baethes,
    Please see our documentation for instructions

    Best regards,
    Mike

    in reply to: Breadcrumbs Delimiter Styling #1002082

    Hi,
    CSS, please link to the form in question.
    When you say the background red, is that the background of the form, or the input field?

    Best regards,
    Mike

    in reply to: Child Theme CSS not working. #1002081

    Hi,
    When adding css in the style.css the merged styles is not rebuilt, to force this please re-save the theme settings, that is the big blue button at Enfold Theme Options. If the button is not allowing you to click it, add a blank space in the Enfold Theme Options > General Styling > Quick CSS field, then you can click the button.
    Then clear your browser cache.
    You should also disable Enfold Theme Options > Performance > JS & CSS file merging and compression, and any caching plugin until you are done building your site.

    Best regards,
    Mike

    in reply to: Breadcrumbs Delimiter Styling #1002079

    Hi,
    The scroll to the top button is showing for me, please ensure that you have cleared your browser cache and disabled any ad blocker.
    My Adblock Plus was hiding it on my first visit.

    Best regards,
    Mike

    Hi,
    1: I looked at your “H” tags to find inconsistencies but most of the “H” tags are “special heading” elements that had a overriding font size in the element, so your “advanced styling” is your base size, but a element can overwrite it if you use it’s font size option. Sorry, I couldn’t find the H4 in your screenshot.
    Please note that there is a big difference in font sizes between “px” & “em” and mixing the two can give odd results.
    px: Pixels are fixed-size unit.
    em: is a scalable unit that changes with screen size.
    So for your “p” tag you have 25px, with a line height of .7em which works out to 17px, so your text looks very tight, even a line height of 25px will look tight. Typically the rule is Line Height = Text Height x 1.62
    Try thinking of MS Word and the line height of 1.5 is easier to read than 1.

    2: The blog title is a H2 and the sidebar title is a H3, which match your “advanced styling” selections. But we can write rules for those elements if you let us know what you would like. I added this to your Enfold Theme Options > General Styling > Quick CSS field as an example:

    h2.post-title a {
    font-size: 30px !important; 
    }
    h3.widgettitle {
    font-size: 20px !important;
    }

    3: Most of the spaces between lines of text within a paragraph are very small, as discussed above, which I will let you change to your liking, the few pages that were too big was because in your “advanced styling” you didn’t check the box “Alternate Content” I did this for you so they will all follow the same rules.
    Except list items, which don’t have a “advanced styling” setting, but we can write a css rule for you once you decide on a line height.

    4: The text in both boxes are the same font size, except the line height, which is because the bottom box is a list item, as talked about above.

    I’m certain that we can add a couple of css rules for you to address these few points and then going forward you can add to your site without needing to address them again. As the top of the “advanced styling” page says it is a “beta” feature so it doesn’t have a option for every element yet. But we are always happy to assist any way we can.

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1002047

    Hi,
    Glad to hear, we will leave to open to hear back from you.

    Best regards,
    Mike

    in reply to: Huge cell padding at mobile phone #1002044

    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: Mobile menu not showing #1002042

    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: Timeline: Change Content Container Size #1002041

    Hi,
    On my demo install the height of the container is determined by the text, and the height of the section is determined by the icon.
    Please include the url to your page in question so we can take a closer look at your project for context.

    Best regards,
    Mike

    Hi,
    Thank you that makes sense, ok, so I downloaded some of @Guenther files, “Both Full-Sliders and Easy-Slider with h-tag choice at caption” & “White Space Separator with ID Option
    and added them to \enfold\shortcodes\ in the parent theme directory, then I added the function to the bottom of my functions.php:

    
    	add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    	function avia_include_shortcode_template($paths){
    	 $template_url = get_stylesheet_directory();
    	 array_unshift($paths, $template_url.'/shortcodes/');
    	 return $paths;
    	}

    and to my surprise they worked fine.
    I then tried repeating the steps above using the Easy Slider and “Both Full-Sliders and Easy-Slider with h-tag choice at caption” with no issues.
    Then I removed the files in the \enfold\shortcodes\ but left the function in place, and again I found no issues, the h2 was in place.
    2018-08-26_163304
    I then created a new page and followed your steps above again with only the function in the parent theme functions.php and no added files, but I couldn’t reproduce your error
    2018-08-26_163726
    So I’m not sure what is causing the error for you, perhaps try creating a new test install with no plugins or scripts and see if you can reproduce the error?

    Best regards,
    Mike

    Hi,
    I took a look at your mobile only sliders and believe this css will correct your issue:

    @media only screen and (max-width: 430px) { 
    .lmcpracticeeasy .avia-slide-wrap img {
        height: 250px !important;
        max-height: 250px !important;
    }
    }

    Best regards,
    Mike

    in reply to: TAB title translation cannot be saved #1002016

    Hi,
    Please try updating your site to the Enfold version in the Private Content area, which is a stable dev version including the fixes for WPML translations checked and approved by WPML (needs latest version of WPML)

    Please update the theme via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
    If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”

    Also please check the login to your site, as it didn’t work for me. When adding the login details, please add to the Private Content area, which is the small text area below the main text area.

    Best regards,
    Mike

    Hey HomeEnglishOnline,
    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: Share plugin not found #1001970

    Hey peterolle,
    Enfold doesn’t have a plugins directory, are you sure that is the correct path?

    Best regards,
    Mike

    in reply to: How to remove the rounded corners of a Grid Element #1001965

    Hey DROR,
    Please check the url, it’s leading to a “page not found”
    I checked the grid row element on my localhost, but I don’t see the issue there, so I will wait to see your page.

    Best regards,
    Mike

    in reply to: Tweaks needed #1001958

    Hey DROR,
    To move the logo left for mobile, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100% !important; 
    }
    .responsive #top .logo img {
        float: left !important; 
    }
    }

    To change the font size of the caption title and subtitle bigger, Please try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) {
    .responsive #top.home .slideshow_caption h2 {
        font-size: 60px !important;
    }
    .responsive #top.home .slideshow_caption .avia-caption-content {
        font-size: 40px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1001923

    Hey Carsten,
    To make the burger icon bigger, please go to Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Icon Style
    and choose “Default” from the drop down:
    2018-08-26_124048
    If you would like it even larger, Please try this code in the General Styling > Quick CSS field:

    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
        width: 50px !important; 
        height: 6px !important; 
    }

    Please adjust to suit.

    To change the mobile menu brake point so the mobile menu never shows, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1366px) and (min-width: 200px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: block !important; 
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: none !important; 
      }
    }

    Best regards,
    Mike

    in reply to: Sidebar sits below content #1001909

    Hey Maskenzauber,
    To change the default placement of the sidebar for a single product page, please try this solution

    Best regards,
    Mike

    in reply to: Add container into another container #1001907

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Thank you for the great step-by-step instructions of what you are trying to do.
    But, I believe there is a misunderstand on what the code snippet does, because there is no reason for you to use it for your project, because from your explanation you are not customizing the code of the element.

    The reason to use the code snippet is when you have changed the code of a element for a special need, and you don’t want to lose the custom code changes when the theme is updated. You don’t seem to be doing this.
    If you have made custom code changes to the slideshow.php please share it via DropBox.

    Best regards,
    Mike

    Hi,
    I took a look at your frontpage from the editor and saw that the editor couldn’t open the elements, this is the error in the console:
    2018-08-26_094458
    It looks like a conflict with the Yoast plugin, please try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I also see that you are using Enfold version 3.4.7 with PHP version 7.1 which could be another issue, please consider updating Enfold to v4.4.1 & WordPress to v4.9.8, these are the versions designed to work with PHP v7.1 Would you like some assistance in updating your site?

    I assume that this site has been active for quite some time, do you recall when you begin having this issue, was there a certain update or change that was made?

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1001885

    Hi,
    Can you please include a admin login in the private content area and a link to your element with what size you would like so we can take a closer look?

    Best regards,
    Mike

    Hi,
    OK, can you explain which element you are editing or adding, and can you link to a copy of it to test with via DropBox?
    If you are keeping a list of your changes and manually making the changes after each update, why not edit the shortcode element directly in the parent theme folder?
    \enfold\config-templatebuilder\avia-shortcodes\[element folder]

    But I’m very certain that moving the customized shortcode elements, using the function, will only work with a child theme. But I will be happy to test on my localhost if you link to your edited element via DropBox.

    Best regards,
    Mike

    in reply to: Portfolio Raster soll sliden #1001880

    Hi,
    Entschuldigung, wir machen die freiberufliche Arbeit nicht selbst, sondern haben uns mit Codierbar zusammengetan. Bitte folgen Sie dem Link, um Ihr Projekt zu besprechen Zeitrahmen mit ihnen.

    ————-

    Sorry we don’t do the freelance work ourselves, but have teamed up with Codeable Please follow the link to discuss your project and time frame with them.

    Best regards,
    Mike

    in reply to: Add container into another container #1001877

    Hi,

    @pilepale
    , glad the css solution helped & thanks for sharing you final page.
    I noticed that at 767px the sidebar is touching the table, so perhaps this css will help with a little padding:

    @media only screen and (min-width: 767px) and (max-width: 800px) { 
    #top.single .avia-builder-widget-area {
        padding-left: 20px;
    }
    }

    Best regards,
    Mike

    in reply to: How to fill a grid window with an image #1001872

    Hi,
    I’m sorry, I forgot to tell you this little trick, add a whitespace element to the grid section with the background image, it will hold the grid cell open for mobile. I added them to your grid cells with the height set to 400px, Please clear your browser cache and check the front end, and then look at the element and settings on the backend.

    Best regards,
    Mike

    Hey Robert Goodman,
    I tried to set your password in the Private Content area.
    Please give it a try and let us know if it works for you.

    Best regards,
    Mike

    in reply to: Sort Blog Posts Element Ascending #1001791

    Hey clcintx,
    When I read the documentation the function code didn’t show for me, I just saw a single line.
    Is this the code that you added to your functions.php?

    if(!function_exists('avia_custom_query_extension'))
    {
        function avia_custom_query_extension($query, $params)
        {
            global $avia_config;
            if(!empty($avia_config['avia_custom_query_options']['order']))
            {
                $query['order'] = $avia_config['avia_custom_query_options']['order'];
            }
    
            if(!empty($avia_config['avia_custom_query_options']['orderby']))
            {
                $query['orderby'] = $avia_config['avia_custom_query_options']['orderby'];
            }
    
            unset($avia_config['avia_custom_query_options']);
    
            return $query;
        }
    
        add_filter('avia_masonry_entries_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_post_grid_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_post_slide_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_blog_post_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avf_magazine_entries_query', 'avia_custom_query_extension', 10, 2);
    
        add_filter('avf_template_builder_shortcode_elements','avia_custom_query_options', 10, 1);
        function avia_custom_query_options($elements)
        {
            $allowed_elements = array('av_blog','av_masonry_entries','av_postslider','av_portfolio','av_magazine');
    
            if(isset($_POST['params']['allowed']) && in_array($_POST['params']['allowed'], $allowed_elements))
            {
                $elements[] = array(
                    "name" => __("Custom Query Orderby",'avia_framework' ),
                    "desc" => __("Set a custom query orderby value",'avia_framework' ),
                    "id"   => "orderby",
                    "type" 	=> "select",
                    "std" 	=> "",
                    "subtype" => array(
                        __('Default Order',  'avia_framework' ) =>'',
                        __('Title',  'avia_framework' ) =>'title',
                        __('Random',  'avia_framework' ) =>'rand',
                        __('Date',  'avia_framework' ) =>'date',
                        __('Author',  'avia_framework' ) =>'author',
                        __('Name (Post Slug)',  'avia_framework' ) =>'name',
                        __('Modified',  'avia_framework' ) =>'modified',
                        __('Comment Count',  'avia_framework' ) =>'comment_count',
                        __('Page Order',  'avia_framework' ) =>'menu_order')
                );
    
                $elements[] = array(
                    "name" => __("Custom Query Order",'avia_framework' ),
                    "desc" => __("Set a custom query order",'avia_framework' ),
                    "id"   => "order",
                    "type" 	=> "select",
                    "std" 	=> "",
                    "subtype" => array(
                        __('Default Order',  'avia_framework' ) =>'',
                        __('Ascending Order',  'avia_framework' ) =>'ASC',
                        __('Descending Order',  'avia_framework' ) =>'DESC'));
            }
    
            return $elements;
        }
    
        add_filter('avf_template_builder_shortcode_meta', 'avia_custom_query_add_query_params_to_config', 10, 4);
        function avia_custom_query_add_query_params_to_config($meta, $atts, $content, $shortcodename)
        {
            global $avia_config;
            if(empty($avia_config['avia_custom_query_options'])) $avia_config['avia_custom_query_options'] = array();
    
            if(!empty($atts['order']))
            {
                $avia_config['avia_custom_query_options']['order'] = $atts['order'];
            }
    
            if(!empty($atts['orderby']))
            {
                $avia_config['avia_custom_query_options']['orderby'] = $atts['orderby'];
            }
    
            return $meta;
        }
    }

    Best regards,
    Mike

    in reply to: How to fill a grid window with an image #1001790

    Hey Eric,
    It looks as though you have a image element inside of 1/2 of the grid, please try adding the image as a background of the 1/2 of the grid. It will then “cover” the whole grid half. When adding the background-image be sure to pick a large image attachment, so the image will be large enough.

    Best regards,
    Mike

Viewing 30 posts - 25,201 through 25,230 (of 34,576 total)