Forum Replies Created

Viewing 30 posts - 25,471 through 25,500 (of 34,865 total)
  • Author
    Posts
  • Hi,
    The 6px is the padding for top & bottom, and the 0px is for left & right, so each line has it’s line height, plus a 6px padding for the bottom, and the next line has a 6px for the top plus it’s line height.
    But the bullet line itself doesn’t add this padding when it is very long and wraps to a second line, in that case it’s only the line height.
    I hope this makes sense.

    I did a lot of research into the line brakes and found that the text element will not support these line brakes
    I tested many “solutions” and the only one that works is to switch to the text tab and add this code:

    <br class="custom-break" />

    2018-08-28_233648
    But I didn’t think you would want to do that, so I came up with a different solution. You could add the HR from the expanded toolbar, and we could add a css rule that whenever it is used inside the text element it will be transparent. This way if you want to use the HR element from the builder between other elements it will show.
    2018-08-28_232952
    2018-08-28_234844
    This is the code we would add to your Quick CSS:

    .av_textblock_section .avia_textblock hr {
        border: none transparent !important; 
    }

    We could also adjust the thickness of it to suit your needs.

    Best regards,
    Mike

    in reply to: White line #1002953

    Hi,
    Thank you, I was able to login.
    I added this to your Quick CSS:

    #top .no_margin.av_one_third {
        width: 33.4% !important; 
    }

    which seems to have solved, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    The spacing was created with this css:

    .avia_textblock li {
    padding: 6px 0px !important;
    }

    which adds top and bottom padding to the list lines. The code is in your Quick CSS and you can change it any time.
    I will have to look into the extra [return] issue feather.

    Best regards,
    Mike

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

    Hi,
    We would like to help figure out why this is not working for you, but it’s harder if we can’t inspect the issue.
    Please try disabling your plugins & custom scripts, to see if that helps.

    You can grant access without posting your login like this:

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!

    Best regards,
    Mike

    in reply to: Hamburger Menu Position and Colour #1002930

    Hi,
    I tried logging in, but I received an error that a Authentication Code has been to an email address.
    Please disable this security check, so we can login to your site.

    Best regards,
    Mike

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

    Hi,
    I mean that we would be happy to take a look at your icon box to change the Font Size of the icon box title + the icon box body font, with a admin login, please include the login in the Private Content area so it will be only visible for moderators.
    2018-08-28_081048

    Best regards,
    Mike

    in reply to: Custom CSS issue #1002696

    Hi,
    Perhaps the Quick CSS rules need more specificity of the classes and ID’s, ending your rules with “!important;” also helps.
    I recommend using a child theme for more reasons than css, such as adding filters and actions in the functions.php
    If you are having problems with a certain css rule, we will be happy to look at it for you.

    Best regards,
    Mike

    in reply to: Custom CSS issue #1002555

    Hey terrysteeley,
    I would recommend disabling Enfold Theme Options > Performance > JS & CSS file merging and compression while you are creating your site. What is happening is that when you add css directly into your style.css the merged css file is not updated unless you save your theme options again, that is the big blue button at Enfold Theme Options.
    You can force your merged css to update by clicking this button, if you can’t click it, try adding a blank space in the Enfold Theme Options > General Styling > Quick CSS field and then you will be able to click it.

    Alternatively, you could simply add your css into the Enfold Theme Options > General Styling > Quick CSS field instead of the style.css
    If you ever find you are fighting with a tough element, the WordPress > Customize > Additional CSS has priority over other css.

    Best regards,
    Mike

    in reply to: Weird paragraph spacing issue #1002540

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

    Best regards,
    Mike

    in reply to: Breadcrumbs Delimiter Styling #1002538

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

    #custom_html-12.widget,#custom_html-11.widget {
    background-color: red !important;
    padding: 0px 20px !important;
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    Ok, I believe this spacing between the list items is closer to what your are looking for. This way you won’t to add extra lines with the [return] key.
    Please note I had to take a screenshot of a different page that had enough text to create second lines in the list.

    Best regards,
    Mike

    in reply to: Hamburger Menu Position and Colour #1002531

    Hey finblue,
    To create a background color for the burger menu, we will use two colors to create a box. One is your current background color so it will not be seen, and the other is the color for the box. Here is my example, please adjust the colors to suit your site.
    Also note that I changed the padding of the element to adjust the left & right width of the box.

    .av-burger-menu-main {
      padding-left: 8px !important; 
      padding-right: 8px !important;
      background: 
          linear-gradient(
          to top,  
          #282B2E,
          #282B2E 25%,
          #ff0000 25%,
          #ff0000 75%,
          #282B2E 75%);
    }

    2018-08-27_231644

    Please post a link to your site so we can assist in moving the mobile menu to the top right corner of your site.

    Best regards,
    Mike

    in reply to: White line #1002506

    Hi,
    The first one gives a error, but the second one doesn’t, it just reloads the prompt.
    Do you have a plugin that blocks logins by country IP?

    Best regards,
    Mike

    in reply to: Change bullet for entypo-fontello and color #1002499

    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: Burger/Mobile Menu / How can I get it bigger/thicker? #1002496

    Hi,
    Please included a link to your site and a admin login so we can see if there is a conflicting css that keeps the second snippet from working.
    This snippet starts working at 200px, the smallest mobile screen is typically 325px, I wrote it like this to try to overcome current css rules and stop working at laptop screen sizes, where your other rules will pick up.
    But I’ll be able to better evaluate once I can examine your site.

    Best regards,
    Mike

    Hi,
    1: I changed your line height to 1.6em for the “p” tag, please see screenshot “1” in the Private Content area, to see if you like that, or feel free to adjust, but please only look at the text in the screenshot.
    The reason is that area is a true test of the line height. Screenshot “2” text area in not correct because each line is treated as a paragraph which adds a top and bottom margin, we will address this later.

    3: I’m not sure what the default em is, it shows as px in my inspector tool, 41.25px

    4: I changed one of your “hyphens” lists back to a “bullet” list, and added some css to change the line height, please see screenshot “3” to see if you like it.

    Best regards,
    Mike

    in reply to: Weird paragraph spacing issue #1002102

    Hey entrepreneur41,
    The issue is with the

    <sup>®</sup>

    causing the extra line height.
    To correct, please try this code in the General Styling > Quick CSS field:

    p sup {
    line-height:18px !important; 
    }

    Or try adding it to WordPress > Customize > Additional CSS

    Best regards,
    Mike

    in reply to: Class Booking Addon #1002097

    Hey kpcradix,
    My research found WPGYM – WordPress Gym Management System
    Here are some others: 15 Best Fitness & Gym WordPress Plugins
    Hope this helps.

    Best regards,
    Mike

    in reply to: Mobile header/menu questions #1002089

    Hi,
    I see that you have posted your WordPress login, but it seems we will also need a another login first to get to the WP login.
    Which menu item do you want to only show on the homepage mobile menu?

    Best regards,
    Mike

    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

Viewing 30 posts - 25,471 through 25,500 (of 34,865 total)