Viewing 30 results - 130,651 through 130,680 (of 142,938 total)
  • Author
    Search Results
  • #253357

    Hey D5WDesignGroup!

    Please add following code to Quick CSS and adjust as needed
    1-

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { color: red; font-size: 16px; font-weight: bold; }

    2-

    #mobile-advanced { background-color: red; }

    3-

    #mobile-advanced { padding: 0; margin-top: 110px; }

    Cheers!
    Yigit

    #253356

    Hey JaredBurnett!

    1- It is there on my end – http://i.imgur.com/eBLnrLC.png
    Have you fixed it already?
    2- Please add folllowing code to Quick CSS

    @media only screen and (max-width: 768px) {
    #top .social_bookmarks li a { color: #999 !important; }
    .responsive #header .social_bookmarks {
    top: -60px;
    }}

    Cheers!
    Yigit

    #253341

    Topic: Responsive Logo issues

    in forum Enfold
    #253336
    CurlyHost
    Participant

    Instead of the copyright on the left and the footer menu on the right, I was hoping to stack and center the two (so it would be the centered footer menu on top of the centered copyright text).

    What would be the css or footer.php changes that would need to occur to get this formatting?

    #253335
    kylehogan
    Participant

    I have the following custom CSS added to my Quick CSS but it is no longer functioning like it previously did.

    .title_container { display: none; }
    .fixed_header.social_header #main {
    padding-top: 105px; }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 74px; line-height: 74px; }
    @media only screen and (max-width: 479px) {
      #advanced_menu_toggle, #advanced_menu_hide {right: -12px !important;} }

    This is how the navigation should look on a normal browser.
    Correct

    This is how it currently looks:
    incorrect

    And when viewed through a mobile device, the advanced menu isn’t in the right spot anymore and partially covers my logo. See below.
    mobile

    Thanks, Yigit…worked like a charm!

    #253328

    Hi markv5!

    You can use a child theme. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Yigit

    #253323

    Hi!

    1-Following code should fix it

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    #socket .copyright { margin-left: 15%; }
    #socket .sub_menu_socket {
    margin-right: 15%; }}

    2- The code i posted above to fix your second issue.
    3- Please refer to Josue’s post here – https://kriesi.at/support/topic/move-featured-image-below-post-title-date-etc/#post-185070

    Justin, i went beyond the scope of support we provide and assist you with social icons on socket section and wanted to finish what i started but it has been more than 40 posts back and forth. I am unfortunately going to need to ask you to hire a freelance developer for further customizations.

    Best regards,
    Yigit

    #253321

    Topic: menu tweak in enfold

    in forum Enfold
    petertoner
    Participant

    I’m attempting to reduce the gap in my nav menu, really struggling ….

    http://webrealestatetools.com/armstrong2/

    I would also prefer a space between the nav menu and the top of the screen too please

    reducing gap

    Hey David!

    Please add following code to Quick CSS in Enfold theme options

    .avia-blank #main {
    padding-top: 0!important;
    }

    Cheers!
    Yigit

    #253292
    zerozendesign
    Participant

    Hi guys,

    I’d like to use the color section/gravity form (that has the “get-it” button and name/email fields) I’ve created on this page – http://godiaperfree.com/6289-2/ – on most pages on this website, in slightly different positions but always in a color section and always below the first image or the menu of the page I’m on. However, I’m having a difficult time getting the padding right. Ideally it would be tall enough to fit the gravity form and submit button with maybe a 20px padding above and below, an equal padding top and bottom. I can not get either configured correctly.

    How best do I change this *without* changing the height of the color sections sitewide? My experimentation with the Quick CSS has resulted in changing all color sections on the whole site, but I only wish to change this one, on every page it is manually added, each time I add one.

    Cheers,
    David

    zerozendesign
    Participant

    Hi guys,

    On this page – http://godiaperfree.com/go-diaper-free-week-2014 – how do I remove the padding on top (seems to have come default with the standard “Blank – No Header, No Footer” template) without removing padding sitewide?

    First I did this in Quick CSS:
    .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
    padding-top: 0px;
    }

    and it worked for this page but negatively affected the rest of the site.

    However, adding the page id like this didn’t work on this or any page:
    .page-id-6530 .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
    padding-top: 0px;
    }
    nor did this:
    #page-id-6530 .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
    padding-top: 0px;
    }

    Thanks!
    David

    #253282

    In reply to: Toolbar bbPress

    Thank You Yigit! it works!

    #wp-bbp_reply_content-editor-container .button { background-color: #eee; color: #464646; border-color: #c3c3c3; }
    #wp-bbp_reply_content-editor-container .button:hover { background-color: #ccc; color: #464646; border-color: #c3c3c3; }
    
    #wp-bbp_topic_content-editor-container .button { background-color: #eee; color: #464646; border-color: #c3c3c3; }
    #wp-bbp_topic_content-editor-container .button:hover { background-color: #ccc; color: #464646; border-color: #c3c3c3; }
    #253281
    This reply has been marked as private.

    Thanks for your replies. I tried what you asked but this is really difficult. Modifying the code is really complexe and i ‘m afraid i’m not able to do it. And the plugins do not work. But i can’t let things like that. We really need to have beautiful articles on this site.

    Here is the problem in images :

    This is the page on our website, http://hoyde.net/apropos/, we would like this page to look better, with spaces between the sentences. Here, sentences are stuck :

    Page Site Web

    ——————————————————————————————————————————

    This is the same page, but in the wordpress visual editor. This is strange but there are spaces that do not appear on the website when saved (even with different wpautop plugins installed) :

    Wordpress image

    ——————————————————————————————————————————-

    And here, this is the same page but in the wordpress Text/HTML editor.

    Each time i put a – br – tag, it transforms it into – p style=”text-align: center;” – tag

    Sometimes it’s saved, sometimes not.

    HTML text

    ———————————————————————————————————————–

    Could you help me with that. I can do basic stuffs into the code HTML, but this seems to be harder than usually. And i’m afraid of doing something wrong that could crash my work.

    Information : In the article section and defaut page section, there is no problem. The problems only happen when i use the creation tools (from Avia).

    Plugins don’t work neither until now. Too Bad.

    Thanks a lot.

    • This reply was modified 12 years ago by Gilles1801.

    Hi,

    I don’t know about ALL screen size, but for laptop and wide sized monitor which can display 1140px and above, I use the Layers Container settings under Slider settings > Layout.

    This will create an invisible inner container with the given dimension in pixels to hold and center your layers – a direct quote from the help/tips section.

    Example steps:
    1) Set the Layers Container to 1140 or smaller
    2) Set the left position of text/image layer to 55px in slides layer setting
    3) Save

    Now you can see that the layer will always stay at the designated position because there’s simply a hidden container holding it.

    Good luck!

    • This reply was modified 12 years ago by mhafeezmm.
    #253258
    quantas
    Participant

    Hi, where do I edit the the code which controls the padding of the color section, the default and standard choices still leave a larger padding at the bottom than the top and I want to have my content centered between top and bottom.

    Thanks

    #253225
    markv5
    Participant

    For instance I changed in the contact.php the “thank you for your message”. Into dutch language equivelent.
    after the update it was changed again in English.

    #253219

    Hey!

    Please find following code

    @media only screen and (max-width: 480px) { 
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    width: 80%;
    max-width: 408px!important;
    left: 50%!important; 
    }}

    and remove left value, then add following code

    @media only screen and (max-width: 768px) {
    .html_header_top.html_logo_center .logo { webkit-transform: none !important;
    -moz-transform: none !important; 
    -ms-transform: none !important;
    transform: none !important; }}

    Cheers!
    Yigit

    #253211
    #253161

    Hi ciptanegara!

    Please add following code to Quick CSS as well

    #top .social_bookmarks { float: right; }

    Regards,
    Yigit

    #253149

    Hi Yigit – could you or a member of support please respond to my queries at https://kriesi.at/support/topic/portfolio-queries/ thanks!

    #253139

    Hi tried to fix this to.

    Allthough i can’t code this worked for me, probably have to customize the percentages and height.

    @media only screen and (max-width: 767px) {
    #header_main .social_bookmarks { top: 85%; }}

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
    height: 90px !important;}}

    @media only screen and (max-width: 767px) {
    .logo img, .logo a, .responsive .mobile_slide_out .logo { padding-right: 10%; }}

    Result:
    http://www.haakconsult.nl/

    Cheers Herrbirk

    #253136

    Hello Ismael,

    I am also trying to do this on a 4 column layout but the following code doesn’t work:

    #top .grid-entry.no_margin.av_one_fourth {
    padding: 10px;
    }

    Any ideas?

    Thanks

    Andrew

    #253130

    Hi Peter

    Earlier it was ok to place it at the end of the page, but now it’s recommended to have it in header section. There’s a quote from the updated Google instructions behind your link, it says:

    “Paste it into your web page, just before the closing </head> tag.
    One of the main advantages of the asynchronous snippet is that you can position it at the top of the HTML document. This increases the likelihood that the tracking beacon will be sent before the user leaves the page. It is customary to place JavaScript code in the <head> section, and we recommend placing the snippet at the bottom of the <head> section for best performance”

    #253108
    caroberto6
    Participant

    Dear Kriesi!

    I have a facebook icon in my header menu: http://www.onfejlesztoter.hu.

    Earlier We talked about them, and it works perfectly: https://kriesi.at/support/topic/icon-questions/

    But I now recognize, that in explorer icon appears wrongly, if we scroll down:
    https://drive.google.com/file/d/0B19WV53D7jS5c193TUhfdWk2TDA/edit?usp=sharing

    How we can fix the problem?

    I use Internet explorer 10 (10.0.9200.16844)

    Regards:
    Robi

    #253087

    Hey!

    Thank you for the update.

    Is this still an issue on your installation? From what I understand, when I checked the website, the text above the slider are responsive. I don’t see the issue described when I resize the browser. What you did with the images with the white space above is not conventional for responsive websites but surprisingly it works. I’m not sure how you did it but I’ll suggest that you remove the white gap above the image then add the background image as another layer. Add another layer on top of it with the text block. Just a suggestion but I think it will be more responsive.

    Best regards,
    Ismael

    #253085

    In reply to: Content slider

    Hi!

    Thank you for the update.

    Actually it is not the padding of the content slider, it is the padding of the whole content container. Looks like you managed to reduce the content padding but to make the css more specific to that page, please use this:

    .page-id-3401 main.template-page.content.twelve.alpha.units {
    padding-bottom: 10px;
    padding-top: 10px;
    }

    Regards,
    Ismael

    #253079
    #253070

    Hi!

    Thank you for the link.

    I’m not sure why this is happening but this should fix it. Add this on Quick CSS or custom.css:

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    -webkit-transform-style: flat;
    }

    I hope it works. I’ll forward this to Kriesi so that he can explain this further.

    Best regards,
    Ismael

Viewing 30 results - 130,651 through 130,680 (of 142,938 total)