Viewing 30 results - 216,031 through 216,060 (of 244,455 total)
  • Author
    Search Results
  • #302352

    In reply to: Masonry Gallery

    Hi blankonblank!

    Thank you for using Enfold.

    The masonry entry column size will actually depend on the screen size. It can span up to 5 to 6 columns on larger screens but if you want to decrease the size of the columns on smaller screens, use this:

    @media only screen and (max-width: 1340px) and (min-width: 989px) {.responsive .av-masonry-entry {
    width: 20%;
    }
    }
    
    @media only screen and (max-width: 767px) and (min-width: 480px)
    .responsive .av-masonry-gallery .av-masonry-entry {
    width: 33.3%;
    }

    Best regards,
    Ismael

    #302351

    Hey!

    Go to Enfold > General Styling > scroll down to the bottom and look for the Quick CSS textbox, paste this code there:

    div#fbSEOComments {
        clear: both;
    }

    Best regards,
    Josue

    #302347

    Hi!

    Sorry for the delay.

    Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Regards,
    Ismael

    #302331

    Hey rubendeveloper!

    Thank you for using Enfold.

    I’m sorry but this is not possible without modifying the share function. Regretfully, this falls beyond the scope of support. Please use third party plugins or hire a freelance developer to modify the function for you. You can try the following social plugins:

    http://www.sharethis.com/#sthash.Jfx4jyH4.4gZFwL33.dpbs
    https://wordpress.org/plugins/socialize/

    Regards,
    Ismael

    #302330
    This reply has been marked as private.
    #302324

    Hey!

    Aside from doing Yigit’s suggestion, you can set the blog style on Enfold > Blog Layout > Blog Style. Choose the last option (Use the advance layout builder…). Edit the blog page then insert the Blog Posts element. Set the Preview Image Size setting to manual then select the thumbnail size that you want.

    Regards,
    Ismael

    Hi Sharon!

    Thank you for using Enfold.

    Looks like you managed to change it. Is that correct?

    Best regards,
    Ismael

    #302290

    Hey!

    Please go to Enfold theme options > Header Layout > Header Size = Custom pixel value and set it to 130px and that should do it

    Best regards,
    Yigit

    #302280
    blankonblank
    Participant

    Hi –
    I found the great tutorial about using the Layout Builder in Custom Posts.
    https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/

    Is there any easy way to do this with a Child Theme, or is it only possible to edit the meta.php file within config-template-builder in Enfold, which we would have to update everytime we update the enfold theme?

    • This topic was modified 11 years, 7 months ago by blankonblank.
    #302273
    Ralph12
    Participant

    Hey,

    I noticed more people are looking to resize the testimonial images. It seems the recommended methods require functions.php edits and such, which means the edits have to be re-done after each theme update. Which is a bit of a hassle.

    Also, changing the thumbnail size setting via Settings > Media is possible. But since Enfold uses 80px*80px by default, this could lead to issues with other images using this setting.

    So, here’s a tip that doesn’t require changes to core code / core settings:

    Follow these steps if you want your testimonial images to be, for example, 150px*150px in size (instead of the default 80*80)… please note: these steps assume the required custom CSS is already set to 150px*150px:

    • Simply set the testimonial images via the Avia Layout Builder;
    • You’ll notice the images are 80px*80px scaled to 150px*150px, because of your custom CSS, which might look a bit ugly;
    • To force the theme to use actual (unscaled) 150px*150px images, just rename the real 150px*150px images on your computer to: IMAGE_NAME-80×80.jpg;
    • Upload the renamed images to your server and make sure they overwrite the orginal 80×80 images;

    You basically overwrite the 80*80 thumbnails on your server, which are used by Enfold, with images that have the size you require / the custom CSS dictates. So even though the images are named 80*80, their actual size can be anything you require. Enfold will then use these images without scaling them.

    I hope the above makes sense :)

    Good luck,

    Ralph

    #302269
    This reply has been marked as private.
    #302262
    igorvavrik
    Participant

    Hi!

    Can anyone please tell me how to position text in enfold over background image so it looks like this :

    page itself is at:

    http://dali-estate.ru/

    I created color section with background image but cannot position text right around bulletpoints

    #302256

    Hi!

    You can find instructions here – http://vimeo.com/67209750
    Have you made any changes on theme files? If you did, please create a child theme and move your modified files from parent theme to child theme. Please also see – http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
    If you have not made any changes on theme files, you do not need to worry, your content and options are saved on your database

    Regards,
    Yigit

    #302243

    Hi!

    Thanks for coming back.

    But it is not possible to know, what elemwnts you mean, because enfold offers so many possibilities and settings. To be able to help you we need a link to your page to provide you with the correct CSS.

    Regards,
    Günter

    #302239

    Hey!

    Eine Promobox ist als shortcode implementiert. Eine Antwort finden Sie hier:

    http://stackoverflow.com/questions/4773186/shortcodes-inside-a-shortcode-wordpress

    Möglicherweise erfordert dies aber auch eine Änderung im php code von

    enfold\config-templatebuilder\avia-shortcodes\promobox.php

    Regards,
    Günter

    #302234
    md_fadhli
    Participant

    Hello!

    I just got the Enfold theme not too long ago and I must say this theme is fantastic! Before I begin, I would like to declare that I know nothing about css codes (basics maybe).. So basically, I’m a newbie who does extensive trial and error until I get it right!

    The issue I’m facing: bbpress forums on iOS devices (or maybe mobile devices in general) cramping posts/comments to the right, causing a wasted portion on the left.

    The entire UI on desktop is brilliant. It looks neat and clean and poses no problem at all. The tricky part starts when a user is on a mobile device. Posts tend to cramp itself on the right portion of the screen, with the profile photo taking the entire left side. It looks as though there is an imaginary box (like a chat bubble) so this has caused long wall of text to be unbearable to read.

    I’m trying to figure out if there is a way to actually merge the profile photo OR place it at the top of the actual post so that the post content takes full width as opposed to being cramped to the right.

    Any css code I can pump in to modify this behaviour? I hope you can help me out! :)

    Thanks!!

    P.S: I’ve included screenshots for your reference, as well as the site URL and dummy account for testing purposes.

    Desktop view for BBpress forums

    Responsive (mobile) view for BBpress forums

    #302218
    Ronan
    Participant

    Hello Enfold team,

    I notice that featured images are not showing using enfold with child theme. I tried to use a child theme without any modification and it is the same.

    I would like to get this :

    http://kriesi.at/themes/enfold/category/economy/

    http://kriesi.at/themes/enfold/2013/10/

    Thanks !

    #302214

    Thanks a lot for your help Ismael. It is appriciated and please dont get me wrong, but once again, I am interessted in a Bug fix, not in a plug in. Why is it so hard to fx that javascript error? Is it a wordpress issue? It works fine in all my themes but enfold.

    #302212

    nope.. this error is enfold only

    #302208

    Thank you Josue! That is great! Is there maybe a way to use the “Let logo and menu position adapt to browser window” when the browser width gets under 989px? Because I think that will look better with the logo etc.

    I still need help with the other questions:
    1: . I have added this css in the “qucik css” to get the “active/current page” blue, but it doesn’t work. I added this code: .header_color .main_menu ul:first-child > li.active-parent-item > a {color: #004490}”
    What is wrong?

    2: When the browser width gets to about 738px (about there) my codeblocks gets pushed together without any padding, and I don’t know why Enfold theme does that. Is there a way to fixe it, and add space between the codeblocks? It looks like the codeblock doesn’t support padding or something.

    3: another question, with the notification box I have used the “capitalize” css code, because I don’t want any capital letters, but it still has the first letter in a word with capital, am I doing something wrong?

    (if you need the WP login etc. is in the private section above) Thank you very much for the quick reply and great support!

    Kind regards

    Haybazak
    Participant

    I set the header to no transparency and yet it looks like a transparent background for some reason
    http://dev.wpsite.co.il/enfold/contact/
    http://dev.wpsite.co.il/enfold/faq/

    #302144

    Hey Ryan!

    Yes, there is, you need to generate a custom iconfont using Fontello, upload your icons in SVG format (must be compound paths) and then follow this guide on how to implement that in Enfold.

    Best regards,
    Josue

    #302129

    Hello,

    I don’t think that’s possible with the default WP Revision functionality. In any case -as Peter said- this is already out of our support scope. I’d suggest either contacting the plugin author or a developer to help you adapt Revisionary to Enfold.

    Best regards,
    Josue

    #302105

    Hey!

    I believe this is expected, the sample slider you are using in your homepage was not included in the Enfold bundled LayerSlider, these are the working sample sliders included in Enfold:

    Best regards,
    Josue

    #302097

    Hey Devin,
    When I FTP it the theme doesn’t show up in the themes section for me to select (within the wordpress dashboard), yes correct just the enfold folder not the psd’s and other files.

    #302079
    romella
    Participant

    Hi Support,
    1. I’m stumped. I’m trying to set up an Ajax portfolio with the 2/3 slider. My 2/3 slider is HUGE, the lightbox images display fine, but it seems no matter what size image I load into the preview image gallery I still get a slider that’s way too big. Same deal if I use the gallery setting. If I load a small image it’s blown up to fit the humongous slider and looks bad. I checked the forums and tutorials but couldn’t find a solution. I like the slider size that you have on the demo or something close.

    2. I couldn’t find the short code for the accordion/toggle that appears on the right side column in the demo It appears to be only available in the Avia layout?

    3. Finally, I couldn’t figure out how to use the AJAX features when I used the AVIA layout on the PF entry post. I set up the slider and accordion as shown in the tutorial.
    I only got a slider and accordion, etc… with no portfolio previews below.

    Thanks in advance, Love your theme, I’ve used it on a few sites and this is the first issue I couldn’t figure out on my own. Its probably a simple solution and Im just being a bonehead, I’ll appreciate any help,

    Rosemary

    #302074
    DuriaGlobal
    Participant

    Dear Enfold Team,

    is it possible to place social share buttons not only in blog posts but also in pages after the content?

    Many thanks for all your support in advance!

    Kind regards
    Andreas

    Hi,

    Try this method instead, open functions-enfold.php and look for line 63:

    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    

    Replace it by this:

    if ((is_object($args) && $args->theme_location == 'avia2') || (is_string($args) && $args = "fallback_menu"))
    

    Regards,
    Josue

    #302049

    In reply to: Logo position

    Hi Christian!

    1. Use a Text block with a class assigned, then color it with CSS:

    .colored_textblock{
    background: red;
    padding: 20px;
    }

    2. You can use a Color Section with an ID assigned, then to make its content full width:

    #fullwidtharea .container{
    width: 100% !important;
    }

    Regards,
    Josue

    #302046

    In reply to: Contact Form

    Hey KeithDuddy!

    For a quick fix open up wp-content/themes/enfold/js/shortcodes.js and replace:

    
    if(!value.match(/^\w[\w|\.|\-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,4}$/))
    

    with

    
    if(!value.match(/^\w[\w|\.|\-]+@\w[\w|\.|\-]*\.[a-zA-Z]{2,}$/))
    

    I’ll ask Kriesi to change the validation code with the next update or to comment on this thread if he doesn’t want to change it.

    Cheers!
    Peter

Viewing 30 results - 216,031 through 216,060 (of 244,455 total)