Forum Replies Created

Viewing 30 posts - 29,791 through 29,820 (of 34,593 total)
  • Author
    Posts
  • in reply to: Enfold Child Does not work #899149

    Hi,
    Ok, I have fixed the issue and activated your child theme, please check.
    You may need to clear your cache plugin.

    Best regards,
    Mike

    in reply to: table-headline-line disappear in mobile version #899123

    Hey verena_1992,
    I believe that this maybe do to your Enfold theme & WordPress & PHP is very old:
    WordPress v4.8.5 (wordpress is now at v4.9.1)
    Enfold v4.0.7 (enfold is now at v4.2.1)
    PHP Version v5.5.38 (wordpress recommends php v7)

    I recommend creating a staging site and migrating a copy of your site to it to test how updating these 3 will effect your site.
    You can create a staging site on your webhost in a sub-domain or you can use a localhost on your computer.
    a good migration tool is all-in-one-wp-migration
    All-in-One WP Migration tutorial
    If you don’t feel comfortable doing this, perhaps hiring a freelancer to assist would be in order.
    At minimum, please create a full backup, I recommend https://wordpress.org/plugins/duplicator/
    Hope this helps.

    Best regards,
    Mike

    in reply to: Enfold Child Does not work #899108

    Hey Dildoreus,
    Your directory was /enfold-child/enfold-child/
    I corrected to /enfold-child/
    But your parent theme directory is /enfold/enfold/
    Please backup your database and theme settings and correct to /enfold/

    Best regards,
    Mike

    in reply to: Benötige eine alte Enfold Version 3.5.1 #899091

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

    Best regards,
    Mike

    in reply to: Google Fonts in TinyMCE Advanced integrieren #899059

    Hey gharry79,
    Please try this plugin: Advanced TinyMCE Configuration or Kv TinyMCE Editor Add Fonts
    or read this solution: How to add new font to TinyMCE Advanced

    Best regards,
    Mike

    in reply to: Read More link in text Block not working #899051

    Hey tonyshanks,
    The read more feature is designed to work with blog post excerpts, it links to the full blog post. A text block is a full article so there is no other page for the read more to link to.
    I believe the function you are looking for is to hide some of the text on the same page and reveal to “read more”, for this please try a plugin such as: https://wordpress.org/plugins/wp-showhide/

    Best regards,
    Mike

    in reply to: How to change font #899010

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    in reply to: Social Icons Buttons in Text Block #899005

    Hi,
    I took a look and found that using the text block element added align-left to the code, I replaced with the code block element. It still looked a little off so in the css I changed the width from 400px to 330px, if you wish to adjust, this is the value to do so.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to change font #898849

    Hi,
    That is strange, my research leads to using this in your css:

    h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif!important; 
    }

    I just tested it and it’s working, please try.

    Best regards,
    Mike

    in reply to: Lack of font options #898846

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

    Best regards,
    Mike

    in reply to: How to move the text in a special heading box #898845

    Hey FFAlan,
    To change the text style Try this code in the General Styling > Quick CSS field:

    #top.home .template-page .entry-content-wrapper h2 {
        text-transform: none!important; 
    }

    The placement of the text is a little trickier, as on desktops there is very little blue sky at the top and as the screen size changes the sky part disappears. Might I suggest adding a slight transparent background to the text so it will be more readable and still show the image in the background?

    .post-entry-141 .av-special-heading h2.av-special-heading-tag {
        padding: 10px!important; 
        background-color: rgba(255,255,255,0.7)!important; 
    }

    Please see screenshot in Private Content area for how this will look.
    Please advise if this is acceptable.

    Best regards,
    Mike

    in reply to: How to change font #898841

    Hey JeffBianchi,
    Please go to Enfold Theme Options > general styling > font tab
    There you can choose heading and body font, if you wish to change other fonts, go to Enfold Theme Options > Advanced Styling and choose the elements from the drop down.
    2018-01-17_192045

    Best regards,
    Mike

    in reply to: Lack of font options #898839

    Hey jgeorge64uk,
    Please go to LayerSlider > Options > Google Fonts and Search for the google font that you want. A popup will offer fonts with the name, and after choosing another popup will ask you to choose font options.
    2018-01-17_191636

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #898838

    Hi,
    Yes that is possible, perhaps try saving the other css code to a text file, to see if this works correctly for you. If you see no change then you can put it back.
    When changing your site’s css, be sure to clear any cache plugin and your browser’s cache, as sometimes the browser cache can be misleading.

    Best regards,
    Mike

    in reply to: New HTML Widget Triggering Already Disabled Image Overlay #898825

    Hey Josh,
    I added this to your General Styling > Quick CSS field:

    .image-overlay .image-overlay-inside:before {display:none!important;}

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How make the submenu transparent with a small border? #898817

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

    
    #top .sub-menu {background: rgba(255,255,255,0.5) !important;}
    .sub-menu, .sub-menu * { background: transparent !important; }
    #top .header_color .main_menu .menu ul li a {color: rgb(255,255,255) !important;}

    Best regards,
    Mike

    in reply to: Add to cart text not showing #898800

    Hey purejewels,
    The basic auth login is not working, I tried 3 times, has it changed since that post?
    Also could you include a admin login in the private content area so we can take a closer look again.
    I remember trying to help before and the text in the html tags was missing, and that you said you imported the site, I wonder if I could recreate the issue on my localhost to investigate further. Could you use all-in-one-wp-migration to export a migration file for me to test with?
    You could link to the file in your dropbox in the Private Content area, we will also need a admin login to migrated with.
    If you want to know more about the plugin, here’s a All-in-One WP Migration tutorial

    Best regards,
    Mike

    in reply to: Additional "#" in hex value invalidates CSS #898781

    Hey Scott,
    This is a function that has been added the the WordPress core starting with v4.9
    If you use a child theme and add your css though the style.css file in Appearance > Editor
    you will receive visual cues.
    2018-01-17_164628
    Using a child theme is recommend. Read about using a Child Theme

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #898757

    Hi,
    It should work in the quick css, perhaps try this with the !important; instead

    div .logo {
        left: 50px!important; 
        top: 20px!important; 
    }
    
    .header-scrolled .logo {
        top: 0!important; 
    }

    Best regards,
    Mike

    in reply to: Can't Import Freelancer Demo #898754

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

    Best regards,
    Mike

    in reply to: hiding/showing sections on mobile vs desktop #898752

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

    Best regards,
    Mike

    Hi,
    If it’s a Google font, please read: Register Additional Google Fonts for Theme Options
    If it’s another font that you downloaded, please read: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    Best regards,
    Mike

    in reply to: latest enfold update #898723

    Hey Klaus-Peter,
    The manual is in the folder “documentation” inside your download. For the update section please read this online copy:https://kriesi.at/documentation/enfold/updating-your-theme-files/
    there please view the video about FTP updating. Basically, upload the enfold files to your current enfold folder.
    2018-01-17_154639

    Best regards,
    Mike

    in reply to: hiding/showing sections on mobile vs desktop #898709

    Hi,
    You had a few errors in your quick css, I corrected and now your site is working. please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Can't Import Freelancer Demo #898703

    Hi,
    This is something I’m experimenting with on a “at need” basis, we’ve found that some webhosts have more issues than others, and in the interest of getting you, our customers, up and running, this maybe helpful.
    I don’t have all the demos built yet, but we are glad that this helped.
    If you don’t mind, what webhost are you using? And shall we close this now?

    Best regards,
    Mike

    in reply to: Custom Class Icon Box #898696

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

    Best regards,
    Mike

    in reply to: hiding/showing sections on mobile vs desktop #898690

    Hi,
    Yes I’m seeing the same, yet when I add the css to my browser only one or the other will show. 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: Breadcrumb and more #898685

    Hi,
    If you would like me to take a look, please include a admin login and ftp access in the private content area.

    Best regards,
    Mike

    in reply to: Change open tab via Main-Menu #898683

    Hi,
    Sorry, I didn’t find your direct link to a tab in your main menu. I do see the tabs in the url you added. Please advise.

    Best regards,
    Mike

    in reply to: Social Icons Buttons in Text Block #898674

    Hi,
    Please include the url to your site.

    Best regards,
    Mike

Viewing 30 posts - 29,791 through 29,820 (of 34,593 total)