Viewing 30 results - 224,881 through 224,910 (of 243,751 total)
  • Author
    Search Results
  • Hey!

    Sorry that is not possible with the table elements. You might need to find an extensive table plugin or hire a freelance developer to add that feature. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    OK, but now I have fixed column widths for all tables I create. Is it possible to define column width for each table individually and still using advanced layout builder?

    Hi!

    I see. You can define the max and min width of the table columns using this on Quick CSS or custom.css:

    td, tr, th {
    max-width: 100px;
    min-width: 100px;
    }

    Regards,
    Ismael

    #241750

    In reply to: PHP Sniplets

    Hey Konstantin!

    You can use a child theme if you want to preserve the modifications. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Ismael

    See this page: http://www.kitm.se/sv/tables/

    I want both tables with predefined column widths so that both of them have same column widths even if there is another objects (in this case “Special Heading”) between two tables. I want of course to use “Avia Layout Builder” and “Table” from “Content Elements”.

    Regards
    Abedi

    Hi Jae!

    Do you have the latest version 2.6.2? There is an option to hide the submenus for mobile menu. Go to Enfold > Header > Mobile Menu > Hide Mobile Menu Submenu Items. Disable it.

    Best regards,
    Ismael

    #241744

    In reply to: Create a forum

    Hey eymata!

    What do you mean by ready-made? You can use WPML to translate it. Also, you can try BuddyPress but it is not fully compatible with Enfold.

    Cheers!
    Ismael

    #241742

    Hi Jakob!

    What specific links are not working? What kind of mobile phone are you testing this with? Please deactivate all plugins, see if the issue is fix.

    Regards,
    Ismael

    #241737

    Hi Jakob!

    You can use this on Quick CSS or custom.css:

    #socket .copyright {
    text-align: center;
    display: block;
    width: auto;
    }

    Regards,
    Ismael

    Hey abedia!

    I’m sorry but what do you mean by “decide for the column width”? You can insert the table element inside the column layouts. Please post a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    #241729

    In reply to: Enfold extremly slow

    Hi!

    Is this the page? http://www.kindbo.com/blogg/

    Please post the login details here and set it as a private reply. We would like to check it. We don’t usually support third party plugins, you might want to contact the plugin author.

    Cheers!
    Ismael

    #241725

    In reply to: https

    Hey Konstantin!

    Unfortunately, you have to use a plugin for https. Anyway, you can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    You’ll have 5 votes every month which you can use to vote for a certain feature. You can use these votes on a single feature or spread them between several requests.

    Regards,
    Ismael

    #241724

    In reply to: Portfolio Entry

    Hi Viramedia!

    The additional portfolio settings and image gallery are for the portfolio ajax preview. This is an example of the ajax portfolio: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    Regards,
    Ismael

    #241721

    Hi!

    1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 #header_main .av-special-heading { margin-top: 90px; }
    

    2.) You can manually type it right before the paragraph or sentence that you want to use as excerpt. Refer to this link: http://codex.wordpress.org/Customizing_the_Read_More

    3.) No, sorry but you can’t use layer sliders inside column layouts.

    Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes

    Refer to this link for more info: http://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    #241706

    In reply to: PHPSESSID errors

    Here are some examples of where the theme is creating the PHPSESSID from session_start:

    In enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php
    Line 33

    In enfold/config-templatebuilder/avia-shortcodes/portfolio.php
    Line27

    It is not a required command in PHP.

    The PHPSESSID errors are really hurting my search rankings.

    I have bought 2 licenses for Enfold so far, but this is not going to work if I cannot resolve.

    #241705

    i am trying to decrease the breadcrumb / title bar in ‘Incarnation’. I have tried the suggestions on how to reduce the size in Enfold but it doesn’t work. Can you please give me some quick css to decrease the size?

    Thank You,
    Gina

    #241702
    Reachout
    Participant

    Hi, first i want to say thank you for this amazing theme ! great work

    My website here http://www.yannickbardagi.com/photographe is set and works fine, i installed woocommerce because i have digital work to sell and since i installed woocommerce i have a trouble on the landing page.

    1° the background picture ( here the baby and the model picture are in parallax ) dont’ work anymore
    2° the icons in the section ” A PROPOS de Yannick ” are broken
    3° The fullwidth mansonry gallery is broken too

    If i desactive Woocommerce everything works again…

    Would need help to fix this problem, i have to launch officially my website in 72 hours, thanks for your support !

    • This topic was modified 11 years, 9 months ago by Reachout.
    #241693
    Martin
    Participant

    Hi,

    I use DesktopServer for the local installations of all of the WordPress websites I maintain. However I now am getting a weird error and I only get it with Enfold.

    Warning: session_start(): open(\xampplite\tmp\sess_8gpu5geh22ur6lvmq8ej338b70, O_RDWR) failed: No such file or directory (2) in D:\DesktopServersites\www.mysite.dev\wp-content\themes\testsite\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33

    I am using a childtheme. Would you happen to know what might be going on?

    #241681
    danwinckler
    Participant

    Hello,

    I’ve just purchased Enfold, installed it on a fresh development install of WordPress, and have been spending some time playing with the dummy content, searching here and elsewhere for examples, and starting to build our company’s new site. I haven’t been able to find any examples that do exactly what I’d like to do, so I thought I’d ask here. I would like to make a full width slider for our homepage that shows an image with some overlaid text (title, description, perhaps a “read more” link) that, when the image is clicked, opens a large lightbox containing a YouTube/Vimeo video that auto-plays (similar to the Portfolio AJAX example).

    If it’s possible for this to be made using Portfolio Items, even better, as it would save some duplication of effort and content.

    How can I make this? Thanks very much in advance.

    Wordpressed
    Participant

    A few weeks ago I posted about some issues being reported by users not being able to access our site in IE8. This was about 3 or 4 Enfold versions ago.

    Today, running 2.6.2 I am still getting numerous reports of people not being able to access the site, but there seems to be no consistency in the user setup. Some are using Android on their phones and can’t access it, some are using IE on Windows 7 and can’t access it, one person was using Safari on a MacBook Pro and couldn’t access it. All iPhone/iPad users seem to have no problems.

    All users with issues report getting a black screen and no content loads.

    I have tried in Chrome and Safari from my Macs and it loads fine for me.

    I use a cache plugin called Quickcache and I have disabled this but the users still cannot access the site.

    Previously there seemed to be issues using a full screen slideshow (which I still do) but I thought these were ironed out?

    Could you please offer me some assistance in identifying the problem? I would estimate that 10-20% of users have issues accessing the site which is a bit too high for me to ignore, I just cannot work out what the problem is.

    Site address http://www.daftonline.co.uk.

    Many thanks.

    #241671

    Topic: Home button

    in forum Enfold
    Junior013
    Participant

    Hi Guys,

    Probably i have a real simple question, but I cannot seem to find the answer for it.
    The homebutton on my website keeps linking to the enfold theme and i have no idea how to change that :S
    (www.sensed.nl)

    Thanks in advance.

    Kind Regard,

    Junior

    #241669
    IndikatorDesign
    Participant

    Hey!

    1. I like this feature “Feedback Box” you´re use for feature requests very much. It is possible to purchase it for our own use with bbPress ?

    2. How can we add this nice animation effects from the icons in the parallax section ? It looks great but I can´t find the settings for it.. http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    3. What exactly does it mean, that the theme supports Gravity Forms, please? We have installed it, but there are no additional Elements appeared..

    Best regards

    #241664
    neillin
    Participant

    Hi,
    I use Enfold theme to build a B2B corporate website,and is it possible to make the product page like this and without Woo Commerce:




    have an email inquiry button,and when click it, will bring up a popup window like picture3 and picture4,and it will auto generate the email subject which is my product title ,so when I receive the email ,I can know which products the user inquiry.
    Is there any way can help me to achieve this?

    Best regards,
    Neil

    • This topic was modified 11 years, 9 months ago by neillin.
    #241659
    Viramedia
    Participant

    Is there any way to customize the lightbox colors so that they fit the Enfold template (for example dark) and to display images in full-screen

    http://wpml.viramedia.de/portfolio-item/lorem-ipsum/

    cause LightBox is always reduzing the image size instead of showing them in full size

    Thanks
    Igor

    #241650

    Hi!
    Thank you for the replay!
    1. Where to add this code if I want different settings for padding in different pages?
    2. I’ve read about the “read more button” at WP, but there is no such a button at Enfold text-block editor in page builder…
    3. than can I use WP-slider with layers I’ve created in page builder in 2\3 column?
    have a good weekend!

    #241646

    In reply to: Color of Bold

    Hi Viramedia!

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

    .main_color strong, .alternate_color strong { color: inherit; }

    Best regards,
    Yigit

    #241641
    webpress
    Participant

    How can we make a full width Google map like the one here:
    http://kriesi.at/themes/enfold/pages/contact/

    #241640

    Topic: https

    in forum Enfold
    NosovK
    Participant

    Could you please make an option to use https?
    Now we need special plugin to enable https over enfold them to rewrite urls from http to https

    #241626

    In reply to: Enfold extremly slow

    Hi,
    It seems like Polylang does the job and have solved several issues :) however I need help with one thing. I have o have two Front page settings for the blog, one for the Swedish one and one for the English and it seems I am only able to do one even if I change language.
    (All the other translations works as far as a I see it. I had problems with portfolio earlier but that seems to be solve.)

    Can you help out?
    Regards,
    Eva

    abedia
    Participant

    Hello

    Is it possible to decide for the column width when using Table from Enfold Content Elements?

    Thanks
    Abedi

    • This topic was modified 11 years, 9 months ago by abedia.
Viewing 30 results - 224,881 through 224,910 (of 243,751 total)