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

    Hi,

    The code works fine. I just tested it on your site as I have before giving to you. The problem is that the code I gave you is not found on your website, thus the buttons remain where they are as opposed to being no longer there once the code I provided is actually inserted into either Quick CSS or /css/custom.css . Here is the copy of it this time ran with a spelling checker, lol

    #top .ls-nav-prev, #top .ls-nav-next {
    display:none !important;
    visibility:none !important;
    }
    .ls-bottom-nav-wrapper {
    display: none;
    }

    Tested here: http://www.col323webdesign.com/projekt61/

    and tested here

    http://www.aarhustolkeservice.dk/

    Browser: Google Chrome

    Please leave the code in so we can see it.

    Thanks,

    Nick

    #132513

    Hi jjranson,

    No, unfortunately not. The title container is generated dynamically so you would need to create a custom page template just for that page.

    What you could do is don’t show the title for that page and instead use the layout editor to add a title+button for that top of the page.

    Regards,

    Devin

    #27147
    beshoy
    Participant

    Hi,

    How can I turn off the mobile optimized view of the Enfold theme? So the site visitors can view it exactly how it looks on desktop browsers?

    Regards,

    #133002

    Hi Javier,

    Please see this post: https://kriesi.at/support/topic/wordpress-36-update-wait-for-theme-updates

    The theme has not been update to work with WordPress 3.6 and in order to return to compatibility you should downgrade back to 3.5.2

    Regards,

    Devin

    #132010

    In reply to: Ban by email domain

    Thanks for the response guys. I tried the Stop Spammers plugin, but it can only block targeted email domains that try and register on the site. What I need is to block targeted domains from having the ability to submit their information in a form, so that the form rejects submissions from those targeted domains.

    When I say form I mean like a ‘Request More Information’ form, we are having problems with fake submissions.

    #130401

    They did a great deal of digging, but still haven’t quite found the cause.

    Currently waiting on an update of Enfold compatible with WP 3.6 – I suspect upgrading WP versions may help.

    #131996

    Hi Devin thanks for your answer and directions. I know exactly what i have modified in the css files directly, so is easy to put it back in the original way or even safer replace with the original file and go back as i never touched anything.

    I tryed your instructions and works fine on desktop, not tested yet on mobile devices. Thanks.

    Now, i want to keep tidy the code of the site so i wil preciate if you can tell me if its good to replace the theme css with the original file, and apply this modifications via Quick CSS? If the answer is “yes” exactly what i should i put in the Quick Css, besides the last piece of code you gave me.

    Thanks for your support, i never in the future going to duplicate trheads, and also never touching again directly the theme css files.

    Waiting for your feedback

    best regards

    Salvador

    #132666

    @ Lol5tar – https://kriesi.at/support/topic/wordpress-36-update-wait-for-theme-updates#post-128926

    This worked for me, lets just hope no other bugs pop up on my site..!

    Thanks!

    #132811

    It seems that brute modification of layout.css makes the page title and breadcrumb section disappear:

    #top .title_container .container{

    padding:10px 0;

    min-height: 56px;

    display: none;

    }

    Probably with this the whole thing disappears site-wide.

    #27151

    Topic: Mega Menu resizing

    in forum Enfold
    markhemmings
    Participant

    Hi,

    I have a problem with the mega menu where it is only spanning 60% of the page and I would like it to span full width. The heading components are getting squashed and it looks odd.

    I did find another thread with the same issue (https://kriesi.at/support/topic/mega-menu-not-as-wide-as-my-page) where the solution was to add some code to custom css or quick css – I am new to WP and don’t where of what this is so hoping you can help.

    Thanks.

    #131726

    In reply to: Home page buttons

    Hi,

    That main image on your homepage, you can compress it a lot more without losing quality. Please try this http://jpeg-optimizer.com/ at 65 compression, and turn off size change. Its quite good.

    This css will do the trick, its targeted only for the home page

    #top.home .avia_image.avia-align-center {
    width: 270px;
    }

    `

    Thanks,

    Nick

    #130839

    Hi,

    Here is the snapshot of the page in question, http://www.clipular.com/c?13090040=Ny7LUHp01XCDd21TqFYCMjfLEEs&f=.png

    It’s the third page on the Enfold admin vertical menu.


    To control the font size you just need the very basic of basic css. However I will forward your request to Kriesi

    body {
    font: 15px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    }

    then drop it into Quick CSS on bottom of Enfold > (Theme Options) > Styling Layout … text are on bottom of the page… or into /css/custom.css


    You can suggest anything you want on this thread which Kriesi has been using to make updates https://kriesi.at/support/topic/enfold-feature-requests

    However if you want to do it yourself, you can always use Google Chrome dev tools, which are built into the browser to easily locate any css you want , then copy and paste it into Quick CSS , takes seconds and no need to know any coding.

    Thanks,

    Nick

    #132950

    Hi blubbline,

    Take a look at this topic and downloads from Peter: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Devin

    #132230

    Hi,

    1. Please add this to /css/custom.css OR to Quick CSS

    .flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin-bottom: 1em;
    }
    #top .widget ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 7px;
    }

    2. Here is the css that is used on the blue button on the page you linked to

    .avia-button-wrap {
    display: inline-block;
    }

    #top .main_color .avia-color-theme-color {
    color: red; /*color of button text*/
    }

    body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);/*text shadow rgb, 0.1 transparent*/
    }

    .main_color .avia-color-theme-color{
    background-color: #2D5C88; /*main button background color*/
    border-color: #2D5C88;/*main button border color*/
    }

    .avia-button.avia-size-large { /*size, can change large to medium or small*/
    padding: 13px 30px;
    font-size: 14px;
    min-width: 127px;
    }
    .avia-button.avia-position-left {/*position, can change left to right or center*/
    float: left;
    display: block;
    }

    body div .avia-button {
    border-radius: 3px;
    background-image: url("../images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    }

    4) It’s a text font, so you would write it.( ♥ <— heart ) so just copy whatever you need to use by selecting it on a page and copy the glyph itself and paste it as you would paste any letter or word , and then style it with font size and color, etc..

    Thanks,

    Nick

    #131995

    Hi smorrone,

    You should *never* modify the theme’s css files directly. Instead, always add your css changes to either the Quick CSS field in the theme styling options tab or the custom.css file in the css folder.

    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:

    .fixed_header.social_header #main {
    padding-top: 188px;
    }

    This will push the main container down far enough that your new larger header will not overlap.

    I posted this in your other topic on the same issue but just as an FYI our Queue system goes by oldest post to newest. So when you self respond to your own post it actually pushes the post to the end of the line.

    Typically we respond within 24 hours and only get to that point when we are very very busy like we are right now.

    Regards,

    Devin

    #132459

    Hi smorrone,

    Looking at your posting history Nick answered you a day ago so I’ll continue your topic there. Keep in mind our Queue system goes by oldest posted item to newest so re-posting or self bumping a topic actually pushes your post to the end of our queue and it then takes us longer to answer.

    Regards,

    Devin

    #120830

    Hi,

    The temporary solution above doesn’t work. The problem is with all background images that are set using the Color Selection in Layout Elements. Problem is consistent with all Apple devices (i.e iPad, iPhone, and Safari on Desktop).

    Link to website:

    http://goo.gl/p8pRvQ

    #27142
    lephenix
    Participant

    Hi There,

    The advanced layout editor has stopped working on my install. When I click on the button the normal WP editor just disappears ??

    Any ideas ?

    #27141
    niceenfold
    Participant

    Currently “class-megamenu.php” shows static text “Home” (see code line below)

    Line 625: echo “<li $current>Home“;

    I want to show Home page title instead of static text “Home”.

    How can I do that?

    #27140

    Topic: Help with css.style

    in forum Enfold
    faterra
    Participant

    Hello,

    I’m working with a plugin called WP-Client, and one of the requests of the plugin is that I change a line of code css.

    vertical-align: from “baseline” to “top”, so I have two questions:

    1. How this will influence the theme Enfold? Will it mess up anything?

    2. What is the css code and where should I put it to make the requested change.

    Thank you,

    Fabiana.

    #27134
    niceenfold
    Participant

    Hi, how can I hide Home link at the top menu without using custom menu widget?

    please see the screenshot below.

    https://docs.google.com/file/d/0B69VFef8yQU_Smh2eERJeUhqU0E/edit?usp=sharing

    I just want to hide Home link without using custom menu widget. possible?

    #132457

    Hi Ismael,

    Thanks for your response. A couple of issues remain unresolved.

    1) Change the social icons colour. That code worked. But I think I misphrased my question. What I wanted to know was how to change the background colour of the social icons. By changing the colour of the top header I realised that the background of the social icons must be transparent. How do I change the background to a particular colour? What I would like to do is set the background to be the colour that is currently displayed in hover mode. I found this code amongst the forum posts:

    .social_bookmarks .rss:hover {

    background-color: #FFA133;

    }

    .social_bookmarks .facebook:hover {

    background-color: #37589B;

    }

    .social_bookmarks .twitter:hover {

    background-color: #46D4FE;

    }

    .social_bookmarks .mail:hover {

    background-color: #9FAE37;

    }

    .social_bookmarks .dribbble:hover {

    background-color: #E44885;

    }

    .social_bookmarks .linkedin:hover {

    background-color: #419CCA;

    }

    .social_bookmarks .search:hover {

    background-color: #222222;

    }

    .social_bookmarks .gplus:hover {

    background-color: #DE5A49;

    }

    #top .social_bookmarks li:hover a {

    background: url(“../images/layout/icon-social-reflect.png”) no-repeat scroll 0 top transparent;

    }

    So I have all the colour numbers I need. Just need to know what I need to do make the current hover colours the ‘normal’ background colour.

    2. Changing the icon colour in icon lists.

    I had already found and tried the code you suggested elsewhere on the support forum and it doesn’t work. The icons in the icon list remain grey after I put the code in Quick CSS. Again I may have misphrased it. What I want to change the colour of is the circle surrounding the icon in an icon list, which I guess, again, is regarded as a background colour. So where the icons are surround by a grey background by default, I’d like them to match the colour of the icon background used in the icon box with my chosen theme style (ie Boxed Blue)

    3. This is a kind of variation of the second question in that I’d like to change the individual background colour of the social icons used in an icon list, so that twitter is twitter blue, Facebook facebook blue, flickr pink, instagram brown, email green etc etc. At the moment they are all #d0d0d0 I’ve added it as an image at the bottom of this page (www.mytribetravels.com) so you can see what I’m trying to do.

    5. While you’re there, I seem to be getting a strange single pixel white line underneath the main image at the top. It’s a full-width easy slider and the same issue arises every time I use a full-width easy slider ie. twice on this page (http://mytribetravels.com/about/)

    Cheers

    Peter

    #132878
    #27130
    simonac
    Participant

    I use 3 background images on a homepage. Already tried different setting with streched and repeat.

    A friend has problems with that on his Mac and Safari. The images doesn’t show up correctely and also go completely white btw dissappear.

    Also read that this is a problem for others too. Tried the thinks mentioned in these threats

    https://kriesi.at/support/topic/background-image-suddenly-disappeared-from-homepage-on-chrome-ok-on-firefox

    https://kriesi.at/support/topic/parallax-effect-does-not-work-on-ipad-and-very-choppy-in-safari-mac

    But it does not seem to work.

    I need this thing fixed. Any ideas? Thanks in advance!

    http://www.authentic-academy.de/home/

    Thanks Ismael, but i’ve already done that…. My global settings are as follows:

    Slider width: 1800px

    Slider height: 150px

    Responsive: Disabled

    Full-width slider: Enabled

    Responsive under: 0px (only because of the advice next to this setting – “Important! If you enter a value higher than 0, the normal responsive mode will be switched off automatically!”

    Layers Container: 1200px

    It works the way it’s supposed to in Chrome and FF at 100% zoom only… I’m still experiencing problems, in particular, when the screen is resized (layout breaks – elements overlap or are incomplete)

    I have made slight modifications since my last post including:

    1. adding height and width dimensions using css i.e width:200px; height:150px; opacity: .40;

    2. transferred the above dimensions into the “padding” fields

    3. transferred all field entries into css i.e width:200px; height:150px; margin-left: 200px; margin-top: 0px; background-color: #000; opacity: .40; – inconsistent results

    4. targeted each layer element in Quick css and added the appropriate css styling

    5. used <div><span> and HTML

    None of these corrected and of the issues in any significant way…

    Lastly, and most importantly, further testing concluded that, DISABLING the Responsive setting fixed nearly every single issue that I was experiencing except when the screen is resized (layout breaks – elements overlap or are incomplete).

    #132258

    So is there a fix so that someone using Firefox can actually see a video hosted using your video player?

    Or is there a fix so I can embed the HTML code and it’ll actually show using your advanced layer?

    Seems weird that your video player wouldn’t show a video on one of the top browsers (roughly 20% of web traffic).

    So is there anything I can do?

    kc
    Participant

    hi,

    here is the error, it `s in the frontend showing;

    Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.jpg): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.webm): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.ogv): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564

    and here the code from line 564;

    $body = file_get_contents($url, NULL, stream_context_create($options), 0, 1);

    it might also be related to my thread

    https://kriesi.at/support/topic/after-deaktivateing-the-plugin-cool-video-gallery

    together, after I made ​​this video plugin disabled.

    thanks for your unterstanding and help

    carsten

    #27119
    oberton
    Participant

    Hi, and thanks for this great theme!

    When using text box and editing text it ads more and more line breaks <p>&nbsp;</p> on several places (or

    <ul> in lists) each time I save it. How to avoid this?

    I found this post, but there is no public answer:

    https://kriesi.at/support/topic/text-box-white-space

    Thanks for help

    #132369

    I found a topic saying you had to declare these values three times for all browsers, but it still doesn’t seem to have an affect on the iconbox column background colours. I just want some way to make all my columns the same height regardless of how much text content is in each one whilst still being responsive.

    .page-id-9576 .iconbox_content {

    min-height: 440px;

    }

    .page-id-9576 .iconbox_content {

    min-height: 440px;

    height:auto !important;

    }

    .page-id-9576 .iconbox_content {

    min-height: 440px;

    height:auto !important;

    height:440px;

    }

    #132343

    Hi Dude

    Thanks gain for your help.

    Sadly, still dosent resize.

    Happy to pay you.

    Alternatively, if we can fix – i think this will help many others as there are quite a few questions about logo, size position & this would help solve.

    Really hope you can help, as this is the crucial point of whether i use this theme or revert back to my tried & tested nevada theme. I just want to persevere & then i can confidently use this theme for clients in the future as there are more features: css animations, sticky header etc.

    Rich

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