Viewing 30 results - 140,671 through 140,700 (of 142,317 total)
  • Author
    Search Results
  • #130128

    Hi cree8teevgrl,

    Please do not create duplicate topics or ask the same question in multiple topics. I’ve answered this question just now for Incarnation after seeing your post here: https://kriesi.at/support/topic/update-socket-text-incarnation and will follow it up here.

    To remove the backlink you *just* add [nolink] to the copyright filed in the Theme options>Footer .

    Regards,

    Devin

    #26399
    DavyE
    Participant

    I just switched my header to the Fixed header with social icons and additional navigation. I noticed the goo.gl/qr9y4 country flags are automatically added to the top right above the main menu, but as a horizontal list of flags.

    Unfortunately my list is rather long, so it breaks the look and feel of the site. Therefore I would really like to make it a dropdown, like the standard goo.gl/qr9y4 dropdown function. Is it possible to convert this list into a dropdown, please?

    #129908

    I just used >

    http://www.infobyip.com/testwebsiteresolution.php

    to test on a retina resolution. I noticed the icons ( logo , and web icon ) in the layer slider are a bit off ?

    1920 x 1200 , 2560 x 1440 and it’s worst in 2560 since the left and right icon in the interface is outside. Or can someone with a retina resolution check it out ?

    For the left logo icon I set it at > left > 35% . For 1680 resolutions and below it’s fine. But 1920 and 2560 makes the icons extend outside the interface.

    The same goes to the right icon which is set at left > 65%.

    Middle icon is okay since both top and left is in 50%.

    I tried using a px value for the left and right icon but it looks bad.

    Is it possible to use the custom styles in the layer slider to change the value for LEFT , for both 1920 and 2560 resolutions?

    #130222

    Hi,

    You can add something like this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive .boxed#top {
    width: 100%;
    }
    }

    Regards,

    Ismael

    #129205

    Dude & Devin – Many thanks for the fix and support. It works.

    Topic closed as far as we are concerned.

    Best Regards.

    #26391
    #26387
    mirzepapa
    Participant

    Hi,

    has any one the Ultimate Facebook Plugin running on an enfold based site (http://premium.wpmudev.org/project/ultimate-facebook/)?

    I would love to use this one due to it autopublish features, but it causes heavy JS errors crahsing the site`s design (www.musikzentrale.net: Layer Slider collapses or vanishes in total, CSS effects do not work etc.)

    Since it works on other sites with other themes, the WPMUDEV supports pointed me to ask for any known incompatibilities along with the enfold theme.

    Thanks for your experiences, any substitute to this payd stuff (as for now) is welcome as well …

    Regards, Sebastian

    #130207

    Thanks Peter, you’re a lifesaver!

    #130206
    #130023

    Hi!

    Great – maybe this thread will help you too: https://kriesi.at/support/topic/warning-message-2

    Best regards,

    Peter

    #124965

    Hi Ismael,

    I would like to remove the padding below the slider on my homepage too, but not sure the top CSS is right for my site.

    http://etool.net.au

    Please can you advise?

    Thanks, Siobhan

    #26380
    siobhan13
    Participant

    Hi,

    I’ve been using the Enfold theme for about one and a half weeks now and my the advanced layout editor has just stopped working.

    I had content on my website and was previously using Corona theme, so have just been editing it either in the default editor or in the advanced layout.

    On pages with content on, I’m moving from the default editor to advanced and there isn’t a box for the editor, the first box on the portfolio page for example is additional portfolio settings. Then when I flick back to the default editor so that I can make some changes, the content is missing (I read that was standard in a previous thread).

    Sometimes when I’m opening a page or portfolio item to edit, there is no content in the text editor at all. But as long as I don’t update the page/portfolio, it is still showing content on the website.

    I’ve deactivated all of my plugins and it didn’t make a difference. Any ideas?

    Thanks, Siobhan

    #130007

    In reply to: Sliders in Posts

    Hi,

    You can the shortcodes. Edit a post, go to Visual Editor > Insert Shortcode wand. You can an EasySlider.

    [av_slideshow size='featured' animation='slide' autoplay='false' interval='5']

    Regards,

    Ismael

    #130010

    In reply to: Custom Link in menu

    Hi TedRysz3,

    When on the menu manager page in wordpress go to the top right of the screen and open Screen Options. Check the box for CSS Classes.

    Now expand your vimeo menu item and you’ll have a field for the css class. Add:

    noLightbox

    to that field.

    Regards,

    Devin

    #130045

    In reply to: Enfold Translation FR

    Hi,

    Translation are ongoing here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Ismael

    #26377
    rcgroup
    Participant

    Hello, can you please advise me how to adjust the CSS settings so that the phone number at the top of the website is centered.

    My site is: http://www.rcgauto.com

    Thank You

    Hi Stefan,

    Not with any of the options available at this time. You can have a main menu that is fixed but there isn’t anything that would work on a page by page basis.

    Regards,

    Devin

    #130068

    Hey,

    Glad you fixed it. :)

    Cheers,

    Ismael

    Hi tasoskouk,

    Unfortunately there isn’t an option for this right now but I’ve added it in to the Enfold request topic.

    Regards,

    Devin

    #129884

    In reply to: Header Colours Control

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .header_color .main_menu ul:first-child > li a,
    .header_color .main_menu ul:first-child > li.current-menu-item > a,
    .header_color .main_menu ul:first-child > li.current_page_item > a,
    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #c00;
    }
    #top .header_color .main_menu ul:first-child > li a:hover,
    .header_color .main_menu ul:first-child > li.current-menu-item > a:hover,
    .header_color .main_menu ul:first-child > li.current_page_item > a:hover,
    .header_color .main_menu ul:first-child > li.active-parent-item > a:hover {
    color: #cc0;
    }

    #top .header_color .main_menu .menu ul .current_page_item > a {
    color: #c00;
    }
    #top .header_color .main_menu .menu ul .current_page_item > a:hover {
    color: #cc0;
    }

    Then modify the color codes as needed. This will give you the most direct control.

    Regards,

    Devin

    #26371
    webWahine
    Participant

    hi there

    i was looking at this thread –

    https://kriesi.at/support/topic/google-map-styling

    and i just figured out how to create a custom marker, so wanted to share with anyone who may like to do the same

    this is for the enfold theme:

    open this file and go to line 1236 –

    wp-contentthemesenfoldframeworkphpclass-framework-widgets.php

    simply add in the line for icon, using your site’s absolute path

    var marker = new google.maps.Marker({

    position: latlng,

    map: map,

    icon: ‘http://mysite.com/img/marker.png’,

    title: ‘EKB Offices’

    });

    enjoy! jodi :)

    #26365

    Hi,

    I love Enfold but my CSS Designer says that it´s impossible to edit Enfold so that it looks like http://www.joveniajuveler.se

    excl. flash (when clicking on ny of top link in menu.

    Designer says editing Enfold theme would result in over 1,500 setting variations in order to make same design as on current flashsite.

    i.e MUST / CAN my website look like enfold demo ?

    If not, if Enfold can be edited, can u give example of major files that designer must edit except CSS file?

    The Designer also writes:

    “Using theme forest themes always result in updates ruining optimizations. Its best not to use a themeforest.net theme if

    you are changing the interface. If you do any update will overwrite the styling applied.

    If you don’t update wordpress and plugins you risk getting hacked. “

    – Does that seem wrong or right according to your expertize?

    Thanks, knowing this i will know how to proceed.

    #114741

    Align title and excerpt to the top right of the image with a short separator centered after each blog post excerpt

    I played around in Photoshop to show you what it would look like.. If I could tweak it myself I would

    Kisses Kriese Love love your Template by far the prettiest out there

    https://www.dropbox.com/s/sw1k2b0enm4ch21/Multi%20Author%20Tweek.jpg

    #114740

    Hi Kriesi, in one word: “awesome”! It’s really fun to work with Enfold. Thanks for making it so flexible and easy to use!

    Here’s my “whishlist” so far :-)

    1. More Header and Top bar options to choose, e.g. centered Logo, right Logo, Tagline etc.

    2. Add Page Builder to Product Pages.

    3. Add social sharing elements to Product Pages and Blog Elements.

    4. Option to choose a fixed “cart” within the Header / add cart somewhere to Header. Would be essential if Enfold is used for ecommerce sites.

    Sometimes wishes might come true ;-) Thanks al lot!

    #130067

    Hi – You can close this…I figured it out.

    #128847

    Thanks, topic closed

    #26350
    serverlift
    Participant

    The Feature Images on our blog were not displaying properly (they were being automatically displayed at 495×150 in the blog page and 100×150 in page). I implemented the instructions I was provided in this thread: https://kriesi.at/support/topic/blog-post-feature-image.

    These instructions worked, and the images are displaying as one would desire, but another problem has arisen. The main text content on all of our pages is now displaying off-center. Everything has been shifted about 100px to the left. After various attempts I have been unable to correct this problem, and am unsure about how to proceed. I obviously do not want to remove the image code, because then the images will display improperly again, but at the same time having the entire site off-center looks odd. Ideas about solutions?

    Thanks.

    #129768

    In reply to: Layerslider Error

    Hi a123john,

    Our queue system works by the oldest posted topic or response within a topic going first. So each time you self respond or bump your post it actually pushes it to the end of our Queue at that time.

    As for your issue, I don’t know of any concrete limit on layers but it could be that you just need to increase your php memory limit, max_input_vars or something like that.

    Depending on what you have now you can give that a try and see if it helps but if not you would need to split the content up into multiple slides instead of everything on one.

    See the LayerSlider documentation on the issue here: http://support.kreaturamedia.com/faq/4/layerslider-for-wordpress/ under Common questions>Too many layers?

    Regards,

    Devin

    BlogNostics
    Participant

    Hi Sorry to bother you with this I looks over the thread and found this thread

    https://kriesi.at/support/topic/remove-featured-image-from-page#post-120827

    used the Quick CSS with the following

    .post-entry .slideshow_container {

    display: none;

    }

    and it did not remove the image from the post so I added it to the custom.css and still no go.

    I created a child theme and also added the code in that still no change the feature image is showing up within the post I forgot to mention I the blog is set to Blog Multi Author

    here is the screen shot

    https://www.dropbox.com/s/7yzdj2re4r2j8pv/Multi%20Author.png

    #128424

    If you target a page by its ID then yes you can. It would be something like:

    #top.page-id-33 #main .sidebar {display:block !important; clear: both; }

    Where 33 is the page ID of that specific page.

Viewing 30 results - 140,671 through 140,700 (of 142,317 total)