Forum Replies Created

Viewing 30 posts - 31,201 through 31,230 (of 33,827 total)
  • Author
    Posts
  • in reply to: Parallax effect with layer slider #841301

    Hey kanzlei_werner,
    Try using a color section with background image set to fixed, in the demo the height is 500px.
    For the headline, try using a special heading element.
    2017-08-19_103832
    2017-08-19_104548
    2017-08-19_104641
    2017-08-19_104818
    Hope these screenshots of the settings help.

    Best regards,
    Mike

    in reply to: Change font size of category options in Magazine element #841298

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

    .av-magazine-sort{
    font-size: 20px !important; 
    }

    Best regards,
    Mike

    in reply to: Change Text of german Read more link ("Weiterlesen") #841297

    Hi,
    Both “Weiterlesen” and “Schlagworte” are listed in enfold/lang/de_DE.po
    and you should be able to edit it with a plain text editor such as Sublime or Notepad++
    then upload with FTP. I suggest you save a copy of de_DE.po before you edit it, just in case.

    Another option for the read more text: Try adding this code to the end of your functions.php file in Appearance > Editor:

    function modify_read_more_link() {
        return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field to set the big preview image size:

    .big-preview img {width: inherit!important;}

    Best regards,
    Mike

    in reply to: Tab Section is not Responsive #841289

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

    
    @media only screen and (min-width: 768px) { 
    .av-tab-section-tab-title-container {left: 0px!important; }}
    @media only screen and (max-width: 767px) { 
    .av-layout-tab {padding: 0px !important; }

    Best regards,
    Mike

    in reply to: Enfold Error after right installing #841286

    Hey jumamedia,
    Please try updating your version of PHP to v7.x
    You should be able to update the version of PHP you are running in the administration of your hosting provider. If not then please contact them directly to ask them if they can do it for you.

    Best regards,
    Mike

    in reply to: Horizontal Gallery, image captions #841274

    Hey tl_s180,
    At the moment there is not a way to easily do this, but the option to choose what image text you want to display below the images is being worked on now.

    Best regards,
    Mike

    Hey Mulholr1,
    Sorry the strong tag also has associated color to it in the theme, but you could manually use the older <b></b> bold tags and choose black for your text color. I tested this and it doesn’t effect the <strong> tags.
    Here’s the CSS to change the b tag to black

    .main_color b {color: #000 !important;}

    Try adjusting to suit.

    Best regards,
    Mike

    in reply to: Easiest solution for a simple slider with buttons on #840668

    Hey Demaup,
    You can use the Fullwidth Easy Slider, which comes with two buttons built-in, but you can copy another button from the wand tool on any post or page in the default editor, and paste in the Caption to create a third button.
    Here is an example button code I copied from the HTML of my demo:

    <a href="#" class="avia-slideshow-button avia-button avia-color-light avia-multi-slideshow-button" data-duration="800" data-easing="easeInOutQuad">Learn more</a>

    Here is the backend of where I pasted it:
    2017-08-17_181533
    Here is the front end:
    2017-08-17_181753
    Note that this just happens to be the Enfold demo I have today, but I think you’ll get the idea.

    Best regards,
    Mike

    in reply to: Top margins. Logo with no space #840663

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

    .inner-container {padding-top: 50px !important; }

    to add 50px to the top. Try adjusting to suit.

    Best regards,
    Mike

    in reply to: I reseted all options without wanting to… #840662

    Hey Elena_AB,
    Sorry there is no undo for this option.

    Best regards,
    Mike

    in reply to: Editor not loading #840658

    Hey berlinstory,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change huge space between items #840657

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

    .egg-list, .egg-grid {margin-bottom: 0px!important; }
    .widget {padding: 0!important; }

    Best regards,
    Mike

    in reply to: colored section taking over #840655

    Hi,
    Today I see that the live site has no gray at all, but they seem to have different structures, as you can see from my screenshots in the Private Content area, can you give us admin access to both sites so we can take a closer look?

    Best regards,
    Mike

    in reply to: Some issues #840645

    Hi,
    Ok, to change the hover color of the phone number in the top left corner Try this code in the General Styling > Quick CSS field:

    .header_color .phone-info a:hover {color: red !important; }

    adjust the color to suit :)

    Best regards,
    Mike

    in reply to: Latinic letter Č #840641

    Hi,
    There could be a few different factors in play here, can you try the codes I suggested on the page you linked to in the Private Content area, and tell us when this don’t work so we can test?
    The thought is that these are standard codes that should work, but there are other options that may work better once we narrow the issue. Not all browsers follow the standard as they say they do, and sometimes the webhost is using a caching program that slows small changes such as this. In a few cases a plugin has conflicted with this type of issue. So we would like to rule these things out. Nonetheless, we would really like to help :)

    Best regards,
    Mike

    in reply to: Issues with theme displaying visual editor #840634

    Hi,
    I’m sorry that the update has caused you issues, also we would really like to help you. Even though it may seem that the update alone caused the issue, we wanted to check the possibly of a plugin conflict. Many people clone their websites to a testing domain to check for such conflicts as part of their update process. If we can help with that, or with the original issue, it would be our pleasure.
    I recommend https://wordpress.org/plugins/duplicator/ to quickly clone your site to a testing domain, which can be a simple sub-domain that your visitors wont see.

    Best regards,
    Mike

    in reply to: Child Theme won't update site #840166

    Hey Justin,
    Are you using Child/style.css
    Do you have any caching plugins?
    Have you tested with all plugins disabled?

    Best regards,
    Mike

    Hey steviger,
    Have you tried:

    content:   '\E800'; font-family: 'fontello'; 
    float: right;
    font-size:30px;

    Best regards,
    Mike

    in reply to: Some issues #840161

    Hey Tobiy,
    3 > I don’t see it in your screenshot, so I’m guessing that your phone number is in the Enfold Theme Options > Header > Header Phone Number/Extra Info, in that case, it doesn’t have a hover state as it is only text. Perhaps your has been made a link, in which we will need to see your site, which seems to be in maintenance mode right now.
    2 > Try this code in the General Styling > Quick CSS field:

    #header_meta .container {padding: 0 40%!important; }

    1> Yes, but we will need to see your site to give you the custom code.

    Best regards,
    Mike

    in reply to: Latinic letter Č #840157

    Hey stefan70a,
    for Č try using

    &Ccaron;

    for Ć try using

    &Cacute;

    Here is a list of html codes: https://www.w3schools.com/charsets/ref_utf_latin_extended_a.asp

    Best regards,
    Mike

    in reply to: Enfold Theme Options – Going Haywire ***URGENT*** #840154

    Hi,
    Try going to https://postimages.org/ and uploading an image and posting the link here.

    Best regards,
    Mike

    in reply to: Two different Header Types! #840140

    Hi,
    Perhaps you have already been making changes, but from what I see, you only need to change your header background color to white,
    Try this code in the General Styling > Quick CSS field:

    #header {background-color: #fff !important; }

    And add the social icons.
    go to Enfold Theme Options > Header > Header Social Icons
    2017-08-16_173526

    Best regards,
    Mike

    in reply to: Post Slider element #840135

    Hey carmycurly,
    Your link is not working correctly, but I have added a screenshot of the element so you might recognize it by the icon.
    2017-08-16_172944

    Best regards,
    Mike

    in reply to: the right sidebar shows under the list and not to the right #840130

    Hey tzvika770,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    I’ve seen this issue with the plugin JetPack, but it could be a different one for you.

    Best regards,
    Mike

    in reply to: font for blockquote #840122

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

    blockquote p {font-family: 'Salsa'!important; }

    Best regards,
    Mike

    in reply to: colored section taking over #840118

    Hey Drebosio,
    Both sites look fine to me in Chrome on Windows 10. What browser are you using? Does this happen only at a certain size?
    2017-08-16_170338

    Best regards,
    Mike

    in reply to: Issues with theme displaying visual editor #840114

    Hey wkirschnerjr,
    Can you please explain what you can’t update in the visual editor, I was able to change some text on your home page in the visual editor.
    As for your footer menu widgets, Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    Hi,
    shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 31,201 through 31,230 (of 33,827 total)