Viewing 30 results - 228,631 through 228,660 (of 244,423 total)
  • Author
    Search Results
  • #225251

    Thanks! It works perfectly.

    Let me tell you that Enfold theme is amazing! Especially the CMS and all the features you included with no coding effort.

    Great work.

    #225250

    Hi!

    You can try adding the code to Custom.css file inside Enfold/Css folder. I think that would be better

    Regards,
    Yigit

    #225241

    Hey pecheney!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .av-masonry {
    background-color: white;
    }

    Cheers!
    Yigit

    #225240
    This reply has been marked as private.
    #225235

    In reply to: Header Grey Line

    Hey pecheney!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_meta { box-shadow: none; }

    Best regards,
    Yigit

    #225234

    Hey evtilsley!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open Testimonials.php file and find

    if($src)	$avatar  = "<div class='avia-testimonial-image' $markup>".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";

    and change it to

    if($src)	$avatar  = "<div class='avia-testimonial-image' $markup>". wp_get_attachment_link( $src ). "".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";

    You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Yigit

    #225221

    Hi!

    It seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/css folder?

    Cheers!
    Yigit

    #225209

    Hey Paul!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #after_section_2 .content {
    padding-top: 0;
    padding-bottom: 0;
    }

    It will only effect the color section element with ID #after_section_2

    Regards,
    Yigit

    #225196

    In reply to: Style toggle titles

    Hey meridianwest!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color .toggler { color: #197b8c ; font-size: 15px; }

    Cheers!
    Yigit

    #225195

    Hey FeDiNo82!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .fixed_header.social_header #main {
    padding-top: 119px;
    }

    Best regards,
    Yigit

    #225193
    evtilsley
    Participant

    On your page:
    http://kriesi.at/themes/enfold/shortcodes/testimonials/
    I’d like the thumbnail associated with each testimonial to link to the fillsize JPG.
    Is this possible for a future feature?

    #225190

    Hi aleicook!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .main_color select { background-color: white; border-color: #f68b1f; }

    Best regards,
    Yigit

    #225186

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .mlp_language_box {
    float: right;
    margin-right: 7%;
    }

    Cheers!
    Yigit

    #225168

    Hi!

    That plugin is not needed with the theme. The color sections already allow for fixed background images as well as the Fullscreen slider element. You can see examples here:
    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    Also just an FYI bumping pushes topics to the back of our queue and not the front since so it causes a full cycle of a delay on when we’ll see the topic.

    Best regards,
    Devin

    #225162

    Hey Dennis!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    p.ls-s-1 { margin-left: 30px!important; float: left!important; }

    LayerSlider is a fullwidth element and rest of the site is in a container, that is why it would require so many lines of custom CSS code to always keep the text aligned with logo on all screen sizes which we cannot provide.

    Regards,
    Yigit

    #225139

    Hallo Peter

    Danke!
    Kannst du mir noch sagen, wie ich beim ‘shopping_cart .button.checkout’ den Text ‘Bezahlvorgang/Zahlungsweisen’ in ‘Zur Kasse gehen’ abändern kann?

    Grosses Kompliment für euer Enfold-Theme. Es ist einfach genial.

    Beste Grüsse
    Stefan

    #225133

    Hey Yigit,

    Fully understood – I noticed that other Enfold customers had run into the same problem so thought it might be a simple fix that someone would know.

    I’m currently developing locally so can send you a link. I’ll keep on searching… thanks anyway!

    Stuart

    Delighted to say, buy pure chance, I found the problem and fixed it.
    In the vimeo link, looking closely through all the steps, in minute 1:50 it shows the folder of the theme ‘enfold’, inside a folder called ‘wp-enfold’.
    Only by misplacing the ‘enfold-child’ file and zip that i downloaded from the vimeo comment, i saw that i had 2 folders named ‘enfold’ (one inside the other) and no folder called wp-enfold. this is how i received it from Kriesi’s download – different from their (your :) own video tutorial.
    I checked on my FTP and found that I did in fact upload the container ‘enfold’ folder rather than the actual theme ‘enfold’ folder. I deleted it and uploaded the correct folder, checked the ‘Appearance’ page in my admin site – and saw the child!!
    I don’t know why kriesi changed the folder name since the video was created, but I think you should consider fixing one of the 2.

    #225120

    Hey creativeyes!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container { background: url(https://www.yourdomain.com/image.jpg); }

    Regards,
    Yigit

    #225115

    In reply to: Socket Social media

    Hi Js-interactive!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    #socket .social_bookmarks { 
    display: none; }}

    You can use a child theme. Please see http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Yigit

    #225113

    Hi!

    Please try updating the theme to the latest version ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ ). As a temporary solution, you can add following code to Quick CSS in Enfold theme options under Styling tab

    html.html_boxed {
    background: #33174d;
    }

    Cheers!
    Yigit

    #225108

    Hey Tom!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top div .avia-gallery .avia-gallery-big  { pointer-events: none; }

    Regards,
    Yigit

    #225097

    Thanks Josue,

    In topic #216130 you say: “you can export the Theme settings right from the theme options panel: with a button that says: Export theme settings”
    I do have the latest version of Enfold but I cannot find this button.
    Where to find? Can you help me?

    Thanks again,
    Ariane

    #225092

    Hi Ismael,
    thank you for your tip. The error messages within the Enfold Avia Layout Architekt disappeared, but I have already the problem that the meta description below the website title at the google search is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Do you have any ideas how I can fix this problem?

    Cheers, Wiebke

    #225091
    This reply has been marked as private.
    #225084

    In reply to: graphic

    Hi!

    I cannot connect to your website but please see http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Best regards,
    Yigit

    #225069
    noble51
    Participant

    IF you go to this demo for home page:
    http://kriesi.at/themes/enfold/

    You will see a series of B&W logos that scroll across the bottom. Ex: WordPress, BBPress, Envato, WooComm, Themeforest etc etc.

    How was this done? Is this a LAYER SLIDER???

    I downloaded the demo, but this was not included.

    Thanks in Advance

    Paul

    • This topic was modified 12 years, 1 month ago by noble51.
    #225068

    Hey aquinum!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .author { pointer-events: none; } 

    It will make author link not clickable

    Regards,
    Yigit

    #225053

    Hey Place_Creations!

    1- Depending on the size of the image, you can add following code to Quick CSS in Enfold theme options under Styling tab

    .bottom_nav_header.social_header #header_main .container {
    height: 180px; }

    It will increase the height of header section. If your logo is 1030x200px, you should set the value to 200px. It will push the main menu lower as well.
    2- You can choose Audio post format and upload your audio files in media uploader to add to your post http://i.imgur.com/TVnJubz.jpg
    Or you can use this plugin http://wordpress.org/plugins/soundcloud-shortcode/ to share audio files from SoundCloud
    3- Please add following code to Quick CSS as well and adjust as needed

    .avia_widget_section { padding: 10px; border: solid 1px red; margin-bottom: 20px; }

    4- You can create your page and add either Blog Posts or Fullwidth Masonry element under Content Elements in Avia Layout Builder and choose to display any category you would like to display.
    5- Yes it does. Blog posts with the same tags will be displayed in Related Posts section http://i.imgur.com/b2OkEmb.jpg
    6- You should have no problem adding ads to widget areas using Text Widget

    Thanks for your kind words, glad you like Enfold :)

    Cheers!
    Yigit

Viewing 30 results - 228,631 through 228,660 (of 244,423 total)