Viewing 30 results - 217,801 through 217,830 (of 244,425 total)
  • Author
    Search Results
  • #290746

    Hi Ismael,

    Unfortunately this doesn’t work for me. BTW, I use Chrome as my main browser.

    In Safari, everything appears OK, even without the additional CSS.

    How about the masonry gallery (using the Jetpack plugin) which doesn’t span the full width of the content area?

    I’ve also noticed in the online live demo of Enfold that there is odd spacing in the Masonry Portfolio and the Mixed Full Width Portfolio layouts. Images aren’t aligned perfectly and are off by one or two pixels or have 2 pixel spacing rather than 1 pixel spacing.

    I don’t remember these issues in older versions of Enfold. The one I was using before updating was v2.4.5.

    I think Kriesi needs to release an update soon to solve these issues. I will be reverting back to a previous version if there’s no simple fix for the 1 pixel gap issue.

    #290739
    This reply has been marked as private.
    #290736

    Nope that didn’t work…
    https://dl.dropboxusercontent.com/u/22079649/htaccess.png

    Should I try installing a fresh copy of WP and enfold?

    #290732

    Hey Micheal0424!

    Yes, this is possible but, sadly, I can’t find any yelp icon on http://fontello.com/. If you find the icon, you can do the following:

    Edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['new-social-icon']	 = array( 'font' =>'fontello', 'icon' => 'ue970');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['New Social Icon'] = 'new-social-icon';
    return $icons;
    }

    If that doesn’t work please download the font that you want on http://fontello.com/ then upload it via Enfold > Enfold > Import/Export panel > Iconfont Manager. Edit functions.php, find this code:

    'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    

    Below, add this code:

    'new-social-icon' 	=> array( 'font' =>'fontello', 'icon' => 'ue802'),
    

    I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:

    'Youtube'   => 'youtube',
    

    Below, add this code:

    'New Social Icon'   => 'new-social-icon',
    

    You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.

    Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/

    Regards,
    Ismael

    #290724

    Hi!

    Thank you for the update.

    Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin like ubermenu 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

    Cheers!
    Ismael

    #290722

    In reply to: Landingpage Style 1

    Hey luoja!

    Thank you for using the theme.

    The section is created using color sections, 1/3 columns and iconbox. Add a background on the color section then insert 3 column layouts. On each columns, add the icon box element. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    #290718
    Monsoon
    Participant

    Here is an issue that is starting to worry me
    We have events every week and we usually get a good 20 photos per event
    If I take a single image that has already been compressed its around 88k
    After uploading that single image in a gallery we now have 590k used by 14 images…for a single image uploaded
    After uploading 17 images for 1 meg we get 8.3 megs in 238 images…a 14X more images than initially uploaded
    After a year you end up with terrabytes of extra images and huge volumes to backup daily
    This is an issue. Can you tell me why there are 14 different sizes for images uploaded to the gallery?
    I need to have only 2 sizes for the gallery: The 180×180 preview image and the full size…that s it
    If I upload an image to the site to use as a banner I have no problem with 14 different sizes made but for galleries there is no reason to bleed that many images.
    I suspect the code is all or nothing…right?

    Any chances you could look into having only two sizes for images using the gallery? and only have 14 different size for non gallery uploads? If one changes the size of the thumbnails one can always regenerate the thumbnails. I just can t handle 100.000 images folders.

    #290716

    In reply to: portfolio url issue

    Hey!

    I’m sorry but you might need to hire someone if you want the navigation to perform that way. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    Monsoon
    Participant

    So Kriesi chose to replace the previous images js with lightbox..cool
    but the current display of images is not clean
    The giant arrows on each side of the page are individual buttons on their own for some reason
    The left and right sides of the images still allows to navigate back and forth but it is not as intuitive as the previous version where the arrows appeared on each side on image mouseover. If you click in between the image and the arrows you click out of the gallery. So in essence why aren t the arrow inside the frame of the image? it feels like

    <ARROW>……….(click out)……….<BACK IMAGE FORWARD>……….(click out)……….<ARROW>
    its weird

    Also the white border is gone making the image just float there without focus and the X sitting on an invisible frame
    now there are 5 items. The X, the two Arrows <>, the image and the counter.

    Any chances you could provide some css and where to add it to bring back the simple white border around the images and the counter so that the images have contrast since the darkened background is a little light.

    I don t mind changing to lightbox from the previous one but this feels like a downgrade versus an upgrade. I hope it was worth it in terms of the JS load to move to lightbox. Let me know if you can help with the css for the white border…oh and I wouldn t mind getting rid of the giant <> on each side of the page as well :)

    Thanks in advance

    #290711

    In reply to: Blog Page

    Hi!

    Thank you for the link although I’m not really sure which blog style you’re referring to since you added an iframe link. Do you want this kind of blog? http://kriesi.at/themedemo/?theme=enfold

    If that’s what you want, on Enfold > Blog Layout > Blog Style. Select Multi Author Blog.

    Regards,
    Ismael

    #290671

    Hey!

    Thank you for using the theme.

    I checked the website and the layer slider looks good. Sometimes the preview might differ because some stylesheets are not loaded on wp dashboard like shortcodes.css etc. What you can do is estimate the adjustments to make it just right on the frontend. Anyway, please download the latest version of the theme Enfold 2.9.1. Some really cool stuff added on the latest patch. Enjoy the theme!

    Regards,
    Ismael

    #290667

    Hey themanwhoknows!

    Thank you for using the theme!

    Do you mind if we take a look at your installation? Please go to Enfold > Header Layout > Extra Elements panel. Disable the Header Secondary Menu.

    Regards,
    Ismael

    #290666

    In reply to: Sortable Table Rows

    Hi!

    Thank you for visiting the support forum.

    Actually it is possible now. Download Enfold 2.9.1, you’ll see arrows to move the table columns and rows.

    Best regards,
    Ismael

    #290665

    Hi Kevin!

    Thank you for using the theme!

    Actually, you can re-order them manually. Just click on the arrows to move the rows up and down and columns, left and right. Make sure that you’re using Enfold 2.9.1.

    Regards,
    Ismael

    #290654

    Hi!

    The problem is the modification you’ve made in js/shortcodes.js (redirect the user to the payment page). I’ve commented that line and now it works:
    http://bodymindlinks.com/say-hello/

    As a definitive solution, you could update Enfold to its latest version (2.9.1), we included an option to set a redirect in the contact form options.

    Best regards,
    Josue

    #290642

    Hey BrittS!

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

    div.phone-info {
    font-size: 16px;
    }

    Best regards,
    Yigit

    #290637
    BrittS
    Participant

    How can I edit the size of the phone number shown in the header on top right? It is much too small. http://03a20f1.netsolhost.com/WordPress/ Which web page would I edit by hand or are there settings in WordPress Enfold that I missed? Thx.

    #290622

    Topic: Accordion slider

    in forum Enfold
    Thomas
    Participant

    Der Newscast Accordion Slider ist perfekt und ich würde mir wünschen ihn auf einer Enfold-Startseite integrieren zu können. Ist das irgendwie machbar? Der Enfold Accordion Slider ist leider nicht ausreichend anpassbar und er ist zu dunkel. Kann das Erscheinungbild (heller, mehr Text wie bei Newscast) angepasst werden?
    Vielen Dank für Ihre Hilfe
    Thomas

    #290609
    Kevin
    Participant

    Follow up from the post here:

    Is there any way to update an existing table by inserting a row at any point other than the end of the table? The lack of an ability to rearange rows seems to be needlessly limiting the functionality of an otherwise great feature.

    I’m looking to create a large pricing table (100+ rows) and am concerned that once the table is created it will be quite difficult to update.

    #290603
    themanwhoknows
    Participant

    Hi,

    I only set up one menu as the “Enfold Main Menu” but get a secondary dropdown menu. How can I get rid of that?

    Thanks,
    Daniel

    Looks Like I’m toast trying to use this Blog Post like the last 5 themes I have used over the last several years. You guys are doing something very unconventional to everything I have ever used or seen before. Very counterintuitive and disruptive thinking and design on your part. ( just my opinion and observation). Why anyone would create a blog container that does not resize with the width of theme is crazy.

    In any event, I’ll have to look for ways to adapt using the functions that you do have.

    Mark this dissatisfied with theme functionality and Enfold design for blog single post but close the thread.

    #290594

    Hey!

    The problem is that the plugin is adding a string at the end of the image URLs:

    http://seegers-fotografie.de/wp-content/uploads/2014/05/IMG_7940.jpg?07f04c

    Therefore preventing the ligthbox to be applied. The rule can be changed though, try opening js/avia.js and look for this line:

    autolinkElements: 	'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    

    Replace it by:

    autolinkElements: 	'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href*=".jpg"], a[href*=".png"], a[href*=".gif"], a[href*=".jpeg"], a[href*=".mov"] , a[href*=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',
    

    Don’t forget to flush the cache after doing this change.

    Regards,
    Josue

    #290560

    In reply to: What is Enfold 2.9.1?

    Ok Dude, nothing about the new Enfold lightbox: https://kriesi.at/support/topic/new-lightbox-plugin-questions/ ?

    #290553
    designbyjm
    Participant

    I am getting this error when I activate the theme:

    Warning: session_start(): open(/tmp/sess_8567dbc2ee35caf51234cbae31d73cca, O_RDWR) failed: Permission denied (13) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Thanks,

    Can I use this function code that you have provided as written in Enfold without any modifications ?

    Ed

    Hey!

    Can we see an example of what you mean? If these are images inside of posts then its a matter of the images needed to adapt to the size of the container and using the layout you want. Each can be seen in the demo under Blog and chosen from the theme options.

    If you have images previously uploaded and inserted into posts that are too large but were originally generated from a previous theme size or a previous setting from your WordPress media size for large/medium images you can use a plugin to regenerate all the images to the new sizes Enfold uses: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,
    Devin

    I am a photographer. The images that come out of all DLSR camera are a 4:3 format. I want to use my Images as they came from camera and not an Enfold feature Image cropped version o 1500X430 or 1500X650. If I look at the link you’ve show, the images are not real format, they are all cropped.

    I set a featured image with my 950X632 and went full screen with blog, and the image rendered was 1500X430.. I don’s want my image to take on the dimensions that I did not specify.

    I have 800 blog’s and thousands of images at 4:3. I need to use those images that are already linked in my blogs to display at full screen with 950X632.

    It should be very easy to accommodate, you are already downsampling my 950X632 (4:3) to 600X400 (4:3) in full-sized post with the featured image disabled.

    #290538

    Hey!

    Since Enfold 2.8 you can set a different landing page for each contact form ( http://www.clipular.com/c/4854676969226240.png?k=yhHlXU7OAUFK-TEGutosK2Mns6c ). If you set a different page for each form you should be able to track the submissions by checking the number of page views of each landing page.

    Best regards,
    Peter

    #290537

    Hi paulchiao!

    We didn’t test Enfold with Google translate and officially we don’t support it. I saw some websites which use Enfold with Google translate but I’m not sure how difficult it is to implement the google translate scripts.

    Best regards,
    Peter

    Hey Ed!

    The only solution would be to switch to the “fullwidth blog” layout like demonstrated here: http://kriesi.at/themes/enfold/blog/blog-single-author-full/ – then the images will fit into the surrounding blog container (which has a width of around 1040px). If you use the default blog layout with a sidebar there’s simply not enough space to display the images with a resolution of 950px because the surrounding blog container has a width of just 700px.

    Regards,
    Peter

Viewing 30 results - 217,801 through 217,830 (of 244,425 total)