Viewing 30 results - 94,891 through 94,920 (of 142,851 total)
  • Author
    Search Results
  • Well that’s not it… The emulator actually worked fine yesterday, but not the page on my smartphone..
    In my previous reply I provided you with a http-link to a image which I screen captured from my Samsung S5 -which shows the problem…

    When I press to mobile menu so it opens, the image/logo along with the header content jumps to the right.
    BUT if I click a menu with a sublink, it corrects it self and moves back to left (where it’s suppose to be) just as it does when I click to close the menu…

    My opinion is that the problem therfor should be connected in some way, to the logo/image or the header information as all of this started from the moment when I added the code provided from here:
    https://kriesi.at/support/topic/change-order-of-header-elements-i-mobile-view/

    Thanks!

    • This reply was modified 9 years, 9 months ago by Sunique.
    #641925

    In reply to: Google maps in a page.

    Rikard, I thank you for the answer, but frequently you answer us without read the question with attention. I’m little bit upset for this.
    Very long time to have an answer, more than 5 hours and in the meanwhile I look a lot of question answered before mine, even if that questions have been made after mine.
    Ok, go on.
    I wrote that I need to include MY OWN MAP inside a page. This mean I already have a map, with markers and so on, that I have created a lot of time ago. I can reach this map in “my maps” on google.
    The Google Map element under Media Elements in the Layout Builder, that you suggested me, is a tool useful to show a map with a precise coordinates. This is another story, not mine.
    You can look at this map? https://drive.google.com/open?id=1V6gKO_ZdXRtKeQYenij37EBKXw0&usp=sharing
    Ok, I simply would like to show it in a page, this is all. Very simple!
    Sorry if I was a little biy grumpy, but please comprehend me, you cannot go speedly to answer a lot of topics with few people, answering “casual” answers, without reading deeply the question I made.
    Thank you.
    I hope not to wait for another five hours to have an answer.
    Roberto

    #641918

    in private content the temporary login

    Christophe

    #641914

    can you show us an example page/post of what you mean? because here
    http://kriesi.at/themes/enfold/2014/04/20/week-in-review-what-we-got-right-in-the-lifestyle-section/
    i only see the single “P” for pinterest
    maybe you see on demo-site

    the hover color of the buttons is set for each social link but you can overwrite it by f.e:

    .av-share-link:hover a {
        background-color: #ddd !important;
    }

    and on top you can overwrite specified instruction by:

    .social_bookmarks li:hover a {
        background-color: #aaa !important;
    }
    • This reply was modified 9 years, 10 months ago by Guenni007.
    #641905

    Hi,

    Great, glad we could help. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #641902

    i think the later setting of wordpress to get rid of commenting posts does not erase the former setting of an existing post with comments.
    so i think that every new post is without these commenting option but older entries with existing comments do have this.

    First you can goto Dashboard an erase all existing comments. And for all those posts with the permission of commenting you can edit this by open the post and kill that marker at the bottom

    if you do not see those markers – on top of the wordpress editor there is a hidden option window – open it an mark comments and discussions.
    Then you see on bottom of the post these fields.


    #641901

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #641887

    Topic: bbress widget proplem

    in forum Enfold
    FotomanKy
    Participant

    Is there better bbress widget to show latest topics? Or any idea how to fix bbpress widget so that to link goes to topic last message, not start of the hole topic?

    #641886

    Hi,

    Please try the following as well:

    #top .header_color input[type='text']::-webkit-input-placeholder {
        color: black !important;
    }

    Best regards,
    Rikard

    #641872

    Hi,

    Ok great, let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #641854

    Hi,

    Ok, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #641853
    kevinmcgillivray
    Participant

    I’ve already found a number of threads talking about whether or not this is possible (for example, https://kriesi.at/support/topic/how-to-display-all-my-categories-on-masonry/) and they generally end with saying that its too advanced a topic for the forums and suggesting hiring a freelance developer. That’s understandable.

    After looking into the theme files, though, I have a question. It seems like this can’t be done just using actions and filters and would have to be done by significantly copying loop-index.php into a child theme and rewriting it. Is that safe to say? If not, can you give me a nudge in the right direction?

    Thanks!

    #641848

    Hi,

    Please try the following CSS as well:

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
        top: 45px;
    }
    }

    Best regards,
    Rikard

    #641845

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    Hey maxkuhn,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #641833
    tankerhq
    Participant

    Hi there

    We have made a color section with the background as an image. We then added a text box on top. It displayed the first time I hit ‘preview’, but after that it disappeared and we cannot get the text to appear no matter what settings we change.

    Hey scooter-center,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    #641827

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #641821

    Hey advteksol,

    Thank you for using Enfold.

    1.) Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #header .avia-button-left {
        left: 0;
        bottom: -40px;
    }
    
    #header_main {
        padding-bottom: 50px;
    }
    }

    2.) Use the following css code:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
        display: block;
        top: 100px;
    }
    }

    Best regards,
    Ismael

    #641810

    Hi @MrHarryPotter,

    Did you read my reply here?

    Thanks,
    Rikard

    #641807

    Hi,

    Please add this in the Quick CSS field:

    #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
        color: #000000;
    }
    
    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
        color: #ffffff;
    }

    Best regards,
    Ismael

    #641800

    Hi,

    Ok, thanks. Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    Hi,

    Thank you for the info. Please replace the previous css code with the following:

    #tribe-events-content-wrapper {
        position: relative;
        top: -80px;
    }
    
    #tribe-events-bar {
        margin-bottom: 100px;
    }
    
    #top #tribe-events-pg-template .tribe-events-before-html {
        position: relative;
        top: 50px;
        z-index: 10000;
    }

    Best regards,
    Ismael

    #641785

    Topic: Google Maps

    in forum Enfold
    Micheal0424
    Participant

    I really like the way this Google Maps is set up.

    It has the street address at the top of the map and the city at the bottom.

    Is there any way to achieve this with the Google maps element?

    OR

    Is there a way to make the map as a background instead of an image, like in the color element?

    Thank you.

    #641779

    Andy,
    When I add that in, it does do what you see on the mobile, but then on the desktop it displays like this:

    I have taken out the code for now, but below I have given you admin creds to go check yourself if you wish.
    Just to refresh as this has been a long thread and is combining with some other customizations, here is what I am trying to do:
    1. I am trying to have the header image/logo appear on the home page but none of the sub pages.
    2. On the home screen I have the two widget boxes that display inline on full screens but then display in list when on mobile screen.
    3. On all sub-pages, I do not need to see these widgets and also I do not want to see the logo or header background image.
    4. On all sub-pages I do want just the nav bar strip to be sticky.

    I currently have the following bits of Quick CSS that are involved in this as follows:
    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    margin-top:20px!important;
    color:#ffffff!important;
    }

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 50px;
    }

    .container.av-logo-container, #text-5, #text-6 {
    display: none;
    }

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px;
    }

    .page-id-734 .container.av-logo-container, .page-id-734 #text-5 {
    display: block;
    }

    #text-5 {
    left: 65% !important;
    }

    .page-id-734 #text-6 {
    display: block;
    }

    #text-6 {
    left: 85% !important;
    transform: translate(100%);
    }

    div#text-5 {
    top: 83px !important;
    left: 125px !important;
    }

    div#text-6 {
    top: 207px !important;
    left: 125px !important;
    }

    @media only screen and (max-width: 767px) {
    header#header {
    height: 400px;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    max-height: 60px;
    }
    }

    Also, on the Header > Header Behavior I have the Stick Menu box checked (all other options unchecked)
    Sorry if this is getting convoluted. I do appreciate all your help.

    #641776
    David Dalka
    Guest

    Actually one more to optimize in core code – Thank you for removing unnecessary characters from the core code and images files! :)

    Optimize images
    Properly formatting and compressing images can save many bytes of data.
    Optimize the following images to reduce their size by 9.8KiB (44% reduction).
    Losslessly compressing wp-content/themes/enfold/images/background-images/grain_top.png could save 9.8KiB (44% reduction).

    Thank you.

    #641775
    wizard247
    Participant

    When I apply the css in https://kriesi.at/support/topic/full-width-easy-slider-cutting-off-content-narrow-image/ to make my full width easy slider 530px instead of 430px or 630px, it works to the extent that the slider is indeed 530px high and I’ve been able to adjust the ratio of my images to avoid image distortion to:

    .avia-slideshow li img {
    height: 530px;
    width: 1262px;
    max-width: 1262px;
    }

    However, I seem to lose the “stretch to full width” feature with this as so I’m seeing the background slide colour on either side of my image. How can I set the slider height to 530px without distortion and without losing the full width feature?

    Thanks,
    Louise

    #641768

    I did as you asked and I cleared my browser cache and it still is doing it on my Note 4 in portrait mode. We also tested it on a iphone. It still was doing the same thing.

    So I was looking at the toggle/accordion box and it was doing what we needed for these boxes. So I made some css experiments and finally got something so its at least decent looking across all browsers/sizes and squishing.

    This was the code for it and even though it says div there I used spans around my actual special headings.

    div .heading-border{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #666666;
    text-shadow: 1px 1px 5px #ffffff !important;
    }
    
    div .heading-border2{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #FFFFFF;
    box-shadow: 1px 1px 5px #1e4371 !important;
    }
    
    @media only screen and (max-width:1064px) and (min-width: 320px) {
    div .heading-border{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #666666;
    text-shadow: 1px 1px 5px #ffffff !important;
    width: 100%;
        float: left;
        display: block;
        margin: 0 0 -2px 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: -2px;
        margin-left: 0px;
        padding-bottom: 1px;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    
    div .heading-border2{
    border-style: solid; 
    border-width:2px; 
    padding: 5px;
    border-color: #FFFFFF;
    box-shadow: 1px 1px 5px #1e4371 !important;
    width: 100%;
        /*float: left;*/
        display: block;
        margin: 0 0 -2px 0;
        margin-top: 0px;
        margin-right::0px;
        margin-bottom: -2px;
        margin-left: 0px;
        padding-bottom: 1px;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
    }
    }
    
    @media only screen and (max-width: 320px) {
    .av-special-heading-tag {
        font-size: 2.5vh !important;
    }
    
    }
    

    Thank you for trying to help I appreciate it.

    #641764
    mrshaffly
    Participant

    I created an advanced style to color the background of the top bar to dark brown, and the text to a light gold. On the front end, its displaying as a light gray with a dark gold text, which happens to be the styles in the ‘logo area’ in the general styling area.

    In addition, in the header tab, I have ‘small dividers’ selected and it’s not honoring those on the front end either. I moved the menu to ‘under’ the logo and it did not display the small dividers, but would display the large ones.

    Edit: I just tried changing the h3 header colors also in the advanced styling tab, and it’s not honoring that either. Apparently something going on with the advanced styling.

    • This topic was modified 9 years, 10 months ago by mrshaffly.
    #641751
    jimmywhale
    Participant

    Hey there, we installed the latest version of the theme on a fresh install of WordPress. No plugins activated, no conflicts. We are seeing this error after important the Spa demo. Link to site in private comments.

    Any ideas what the stuff below relates to ?


    Warning: session_start() [function.session-start]: open(/home/162815/data/tmp/sess_6fdace7218f0b99ed0d3aaa3b6e0cd28, O_RDWR) failed: No such file or directory (2) in /nfs/c05/h01/mnt/75441/domains/ace121glendale.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /nfs/c05/h01/mnt/75441/domains/ace121glendale.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /nfs/c05/h01/mnt/75441/domains/ace121glendale.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /nfs/c05/h01/mnt/75441/domains/ace121glendale.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /nfs/c05/h01/mnt/75441/domains/ace121glendale.com/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    EDIT:

    Solution found at this link:

    Why would the theme not work out of the box, we have the latest version installed ?

    • This topic was modified 9 years, 10 months ago by jimmywhale. Reason: Closed
Viewing 30 results - 94,891 through 94,920 (of 142,851 total)