Viewing 30 results - 102,181 through 102,210 (of 142,941 total)
  • Author
    Search Results
  • #566165

    Hi guys,

    cos of the bad weather (snow here – I don´t like) I rescheduled my travel and did find some time for the Layerslider issue. I found it – there aren´t any corrupted files and also the database are not corrupted. But: wrong permissions on the files.

    I changed it and everything seems to be working. For my point of view we can close this topic.

    Note: The shipped zip-file with Themeforrest contains also a _MACOSX directory which isn´t needed (or I don´t know for what?). That is the reason why the enfold.zip couldn´t be installed directly with WordPress Installer (unzip and rezip the enfold Directory without _MACOSX-Dir may help to install with WordPress). I had used the ftp installing for this theme. For me it is fine.

    I wish you a great weekend and thanks for your fantastic help.

    Bye

    Joerg

    #566103

    Topic: Removing Inline CSS

    in forum Enfold
    MindSpark
    Participant

    Hi.
    I love using the Enfold page layout editor – for all the obvious reasons, but lately I’ve noticed that some of the layout boxes and content elements come preloaded with lots of variables that result in inline css being used for those elements.

    I am wondering if there is a way to remove those variables from the shortcode call, or is their documentation that identifies the required items for a given shortcode that I can review?

    for example: the whitespace / separator shortcode comes with variables like position, width, margin-top, custom color, etc – and most of this stuff doen’t apply when simply using the element to create a whitespace.

    In general, I am looking to start stripping out all inline styles on my projects and I would like to know the best approach for doing that with Enfold and its page builder.

    thanks.

    #566091

    Hi Ismael,

    we now commented out the first css td::before…

    Is there any other option to display a proper enfold table responsive in standard and mobile resolutions?

    This is urgent for us as our online marketing started and half of our clients use mobiles and half of them the desktop. So we can not afford that half of them get displayed a broken table.

    Best regards

    #566073
    Lambrosg
    Participant

    Hello i done some change on my porfolio and make it with smaller images with space between my pictures. I take the example off this discussion https://kriesi.at/support/topic/changing-portfolio-grid-image-display-size-and-padding-enfold-theme
    and make the change that josue suggest. But i have a little problem with the images padding in some portfolio images the title is 2 rows and the portfolio that are enfront off them there are not in same height with the images in left and right. is there any way to fix that.

    my site portoflio link : http://www.alphaapolymantiki.gr/test/%CF%80%CE%B1%CF%81%CE%AC%CF%83%CE%B9%CF%84%CE%B1/

    #566063

    Topic: Strange 404

    in forum Enfold
    Alisa
    Participant

    I have a very strange error. I can not understand what the problem is. At the top of the website says “404”. The following page is displayed as expected. http://forumks.ru/

    When you open the page code, you can see the mystical “404” at the beginning::

    404 <! DOCTYPE html> ……

    Do you have any ideas what this could be and how to fix it?

    Thanks!

    #566050

    Hi Rikard,
    thanks for your support! But it didn´t work out the way we hoped it would.
    1. The language selector only appears when we activate the secondary menue. But this we wanted to avoid because it costs to much space on top of the page.
    2. The flags are sticking to to the right egde, which is not very nice.
    Is there a way to include the flags in the same way enfold would include the other social icons, like for example the twitter-icon?
    When I add the twitter-icon the facebook- and Youtube-icon is moving to the left automatically. Can the language-selector be located in the same space as the social icons? And is there a way to get rid of the secondary menue on top without loosing the language selector (or shrinking the menue to a minimum size)?

    Regards!

    Stefan

    #566049

    Hey!

    Please add the below css in Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 100%!important;
        max-width: 100%!important;
    }
    .ls-wp-fullwidth-helper {
        position: absolute;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    }
    

    Regards,
    Vinay

    #566036

    Hey tonyska!

    1.
    To Change the logo font size please add the below css in Enfold > General Styling > Quick CSS

    div.container.av-logo-container h1 {
        font-size: 32px;
    }

    2.
    To change header height

    #top #header_main > .container {
        height: 100px;
        line-height: 100px;
    }

    3.
    To view the class names you can right click inspect the element and change the css in the browser.

    Hope this helps :)

    Best regards,
    Vinay

    #566011
    pgh
    Participant

    Hi,

    I have added a Color Section to the area right under the navigation. This Color section has an image background and I have set the Padding to “NO padding”. When I view the site I still have a padding TOP which I am not able to figure out how to remove. I have a Text box of one line of H1 on top of /Inside the Color Section. I have not added any padding to this. Do you know what I might need to change or add?

    Thanks for your help!

    • This topic was modified 10 years, 3 months ago by pgh.
    Paul
    Participant

    Yesterday I spotted this thread appear on the forums and followed it with great interest: https://kriesi.at/support/topic/please-help-with-remove-render-blocking-javascript-optimize-css-delivery/ as I have the very same problem.

    For my own website I have W3 Total Cache installed, minify options I believe are correctly set up and I am using Cloudflare. Should I still install this plug in – https://wordpress.org/plugins/bwp-minify/ as suggested by @Rikard ?

    While doing some testing I have found that your own websites also report the same problem as you can see here:
    http://kriesi.at/https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkriesi.at%2F&tab=mobile (Score 55/100)
    http://kriesi.at/themes/enfold-wedding/https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkriesi.at%2Fthemes%2Fenfold-wedding%2F (Score 47/100)

    Now I confess to being a total idiot when it comes to understanding a lot of this stuff and before I purchased this wonderful theme I had never even seen wordpress let alone heard of things like minify, CSS, JS and all the rest. Numbers though they seem easy enough to understand, surly 55 & 47/100 are low in terms of speed? If they was more like 75 to 80/100 then I most likely wouldn’t even complain. My own site and kriesi.at both get a red ! for Eliminate render-blocking JavaScript and CSS in above-the-fold content how exactly will minify help here? For sure this has to be a code problem your side?

    Talking of which…. https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.pauljames.nl%2F
    The pink errors have to be a problem with your code, what about the yellow ones? Are they mine or yours?

    I would really love some help, input or just a simple “we know all about and just be patient and wait on the next update”. As I can imagine the recent updates to wordpress have most likely changed a few things.

    As for as I am concerned the only things that matter are keeping Google and Moz happy – rank and authority are king no?

    #565980

    In reply to: General site problems

    Hey linktotheme!

    1. Edit your front page check for margins and paddings in the layout options.

    2. Insert a text block inside a 1/1 layout element and when you open the text block you can simply copy and paste the text here and insert the images when you hover the images you will see more options to float the text around it in many ways.

    3. Please add the below css in Enfold > General Styling > Quick CSS

    .main_color .container .av-inner-masonry-content {
        background-color: #FFFFFF!important;
    }
    .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
        border: 1px solid #999!important;
    }
    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px!important;
    }
    

    4 to add padding to menu add the below css to Enfold > general styling > quick css

    /*Last Menu padding*/
    .html_main_nav_header #top .main_menu .menu>li:last-child>a {
        padding-right: 15px;
    }

    5 To make all submit button text caps use the below css in quick css

    
    /* Caps all submit button text*/
    input[type="submit"], #submit, .button {
        text-transform: uppercase;
    }
    

    To resolve the homepage issue I highly recommend you download one of our popular demos http://kriesi.at/themes/enfold-overview/ from
    Admin > Enfold > Demo Import and check out the way the pages are setup and re-produce the same settings when you hover on an element you see some icons and click on the EDIT icon to see how it has been setup.

    Hope this helps.

    Best regards,
    Vinay

    r2tall
    Participant

    EDIT: Solved problem myself for now. Maybe not the best solution but works for me. Solution at bottom. You can close thread or delete.

    ======================

    Hi there, I’ve found several snippets of code on your forums as solutions, but when I try to combine them, things cancel out.

    So this is what I want:
    1. Page Title text: no underline
    2. Main body: underline all text links (keep underlined on hover) and change text color on hover… EXCEPT on the buttons.
    2. Footer: underline all text links (keep underlined on hover) and change text color on hover.
    3. Socket: underline text links on hover only

    The page I’m linking to has everything work as I want, except I can’t remove the underline and text color hover change on the button.

    Earlier, I tried your recommended snippets like below, but I could never get all my preferences #1-#4 to work, because either the page titles were also underlined, or socket links were underlined, etc.

    #main a {text-decoration:underline !important;}
    and
    #top .av_inherit_color a.avia-button {text-decoration: none;}

    ======================

    EDIT: My own solution for now to remove underline from buttons but keep elsewhere.

    .avia-button.avia-size-x-large {text-decoration: none !important} /* for x-large buttons */
    .avia-button.avia-size-large {text-decoration: none !important} /* for large buttons */
    .avia-button.avia-size-medium {text-decoration: none !important } /* for medium buttons */
    .avia-button.avia-size-small {text-decoration: none !important } /* for small buttons */

    • This topic was modified 10 years, 3 months ago by r2tall.
    #565939

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) {
    .sub_menu {
        position: absolute !important;
        top: 73px !important;
        right: 0 !important;
    }
    }

    Thanks,
    Rikard

    #565918

    In reply to: Error message

    Hi webdevsd!

    I couldn’t tell which version of Enfold your using. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That will ensure that your using the latest version.

    If you do not want to update then you can try the solutions mentioned here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/.

    Cheers!
    Elliott

    #565913

    Hi gb!

    You would just link to the PDF if it’s free. The user can save it to their desktop from the browser.

    Or you could use a plugin such as Woocommerce to offer digital downloads but that’s a bit overkill I think.

    Regards,
    Elliott

    #565894

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 768px) {
    .custom_content {
        top: 5px !important;
    }
    }
    

    Regards,
    Rikard

    #565893

    Hi!

    I would contact your hosting provider about that to see what they say.

    You can do this, https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/#post-335920, to disable the sessions but then your portfolio breadcrumbs will not link back to the correct parent page.

    Cheers!
    Elliott

    #565881

    In reply to: widget icons

    Hi Vinay.
    I added it and it did not work
    Here is all the code in quick css:

    .header_color .main_menu ul{
    background-color: rgba(255,255,255,.6) !important;
    }
    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }
    @media only screen and (max-width: 767px) {
    .phone-info{
    text-align: center;
    float: none !important;
    height:55px;
    }
    .phone-info span{
    position: relative;
    left: -8px;
    top: 4px;
    }
    }
    .avia_transform .avia_animated_image {
    opacity: 1;
    }
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { max-width: 90%; height: auto !important; }}
    @media only screen and (max-width: 767px) {
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }
    }
    #top .iconbox_top {
    margin-top: 50px!important;
    }

    #565869

    Hello everybody,
    I have the problem that every menu item has a border. I’ve tried to find a solution at other topics but no CSS code solved it.

    At first my settings of the header layout:
    Menu and Logo Position: Logo left, menu right
    Header size: Large
    Separator between menu items: No separator
    Header Style: Default

    At the preview of the settings everything is ok, but on the website it looks completly different. You can see it at the picture. If I choose an other Header Style, nothing happens. The borders are still there.

    The website is currently in maintenance mode, so you can’t see it. If you need to see it, I’ll create an account for you. Please inform me.

    I hope you can help :-).

    Thank you very much and greetings!

    Menu-Items-Border

    #565866

    Hey dakotagale!

    Add this to your custom CSS.

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100% !important; }
    

    You would then need to add a class to your paragraphs or surround them with a separate element with a max width of 600px.

    <div style = "max-width: 600px;">
    
    </div>

    I don’t see an easy way of doing that with just CSS because your images are surrounded by paragraphs also.

    Best regards,
    Elliott

    #565842

    Hey!

    Please add following code to Quick CSS

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
        left: -2px;
        position: relative;
        top: 30px;
    }

    Best regards,
    Yigit

    #565829

    Hi vszybala!

    Please edit your page and click “Screen options” on the top right corner and check “Revisions” and then scroll below your content and restore needed revision

    Regards,
    Yigit

    #565822

    In reply to: You might also like

    Hey!

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

    #top .fullsize .related_posts {
        max-width: 600px;
        margin: auto;
        float: none;
    }

    Best regards,
    Yigit

    #565812
    brnd2000
    Participant

    Hi,
    I am working on a onepage site using the enfold theme and I have problems with the highlight of the main navigation on top of the site:

    http://www.bella-luxe.com

    I have inserted anchor links to the menue, the anchor URL is written like #welcome … everything works perfect.
    Now I would like to insert a new menue to the footer with two topics “Impressum” and “AGB” which are new pages.
    to jump back to the onepage site the main menue doesn´t work, which is logical.
    After changing the menue links to absolute links like “http://www.bella-luxe.com/#welcome&#8221; … the site jumps back to the right position and the “welcome” topic in the menue is highlighted correctly.

    But it remains highlighted all the time. No matter which position the site is. Even after reloading.

    Is there a chance to “activate” the highlight function?

    Thanks for your help

    #565807

    Topic: General site problems

    in forum Enfold
    linktotheme
    Participant

    Hi,
    I have to following issues that I can not solve on my site…
    1. On the homepage: I find it extremely difficult to control the white space between the slider and the headline. I want to reduce the space in between but I can’t. Furthermore, when I test the site in Firefox (smaller gap), while in Chrome and Microsoft Edge, the gap seems larger. And when I load the site on an Windows XP based desktop the gap seems HUGE, something like 1/3 of the screen.
    2. On the Villa Page: I want to remove the padding of the first image that appears on the left but I find no option in the image settings. If I set the Space between columns to none, the visual outcome is not pleasing. I want space between image and text but not as much.
    3. On the Gallery page I want to change the following. I am using Masonry. I want to
    a. decrease the description size box beneath the image to half, b. change the grey color of the box to a lighter color or even white, c. add a border to the image / description with some padding, in general something like https://www.homeaway.co.uk/p483635#photos.
    4. On the menu, when I hover over contact there should be some space to the right. And lastly,
    5. On the Contact page, and generally on all forms, I want to make the submit button text capitals.

    Thank you for your time!!!

    Regards,
    John

    #565804

    Hey!

    Remove this:

    #top .avia_ajax_form input.button:hover {
        border-width: 2px;
        padding-bottom: 19px;
    }

    And add this:

    #top .avia_ajax_form input.button{
    	transition: box-shadow ease-in 0.2s;
    	box-shadow: inset 0 0 1px -1px black;
    }
    #top .avia_ajax_form input.button:hover {
    	box-shadow: inset 0 0 1px 1px black;
    }

    Cheers! 
    Josue

    #565803

    Hey!

    The issue you’re having is because certain characters in JS files are being replaced by “â” or “”, which is weird. For example js/avia.js (line 1893):

    if(position == "top" ||Â position == "bottom")
    

    I don’t think this is written like that in the actual file because i’ve tried uploading a fresh version of the theme and the result was the same so it could be a server-side encoding issue, try asking your hosting provider support about it.

    Regards,
    Josue

    toonstar
    Participant

    Hi I want the fullscreen slider effects but only want it to display 50% of the screen

    Or/and

    Fullwidth Easy Slider to center top images as it cuts off.

    Boria20000
    Participant

    Can somebody help me please !!!!

    Ive had a simple reservations form (paypal) set up on my website but after updating to the newest version of enfold it stopped working !!!!

    Please help

Viewing 30 results - 102,181 through 102,210 (of 142,941 total)