Viewing 30 results - 92,821 through 92,850 (of 142,440 total)
  • Author
    Search Results
  • #658394

    In reply to: Footer Widgets

    Hi,

    Great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #658390
    jopradev
    Participant

    After a new installation of wordpress and importing the sample data, i created a new slider. But after the first slide it stops working. Even the sample sliders are not working.

    • This topic was modified 9 years, 4 months ago by jopradev.
    #658382

    In reply to: Notification Box

    Hi,

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

    Thanks,
    Rikard

    #658368

    Hi,

    Ok, thanks for the feedback. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #658357

    Hi,

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

    Best regards,
    Rikard

    #658346

    In reply to: Menu too big now

    Hi,

    Try changing the CSS you posted to this instead:

    @media only screen and (min-width: 768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 275px !important;
    }
    }

    Thanks,
    Rikard

    #658338

    Hi Morcy,

    No problem, glad you found the problem. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #658309

    Hi Ismael, The header is enabled to sticky on desktop, but would very much like it to be relative on mobile. I tried to set it to relative on mobile.

    Best regards, Mathilde

    #658286

    Hi,

    Please remove the following code:

    #top .aviaccordion-preview-title * { max-width: 50%; }
    

    Use this instead:

    #top .aviaccordion-preview-title .aviaccordion-title, #top .aviaccordion-preview-title .aviaccordion-excerpt {
        background: rgba(0,0,0,0.3);
        padding: 5px;
        border-radius: 3px;
        max-width: 40%;
        width: auto;
        text-align: center;
    }

    Best regards,
    Ismael

    #658285

    Hi,

    The site is on maintenance mode. Did you enable the sticky header? Or did you add css modifications? On mobile view, the header should not stick to the top because the position is set to relative.

    Best regards,
    Ismael

    #658280

    In reply to: Contact Form Email

    Hi,

    We set the builder to debug mode and we found out that the email is manipulated by your cdn. Instead of the email address, we found this script in the email parameter of the shortcode:

    <a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="85e0e8e4ece9b8a2ecebe3eac5f5f7e0f6ece1e0ebf1ece4e9f5f7eaf5e0f7f1ece0f6abe6e4">[email protected]</a><script data-cfhash='f9e31' type="text/javascript">/* <![CDATA[ */!function(t,e,r,n,c,a,p){try{t=document.currentScript||function(){for(t=document.getElementsByTagName('script'),e=t.length;e--;)if(t[e].getAttribute('data-cfhash'))return t[e]}();if(t&&(c=t.previousSibling)){p=t.parentNode;if(a=c.getAttribute('data-cfemail')){for(e='',r='0x'+a.substr(0,2)|0,n=2;a.length-n;n+=2)e+='%'+('0'+('0x'+a.substr(n,2)^r).toString(16)).slice(-2);p.replaceChild(document.createTextNode(decodeURIComponent(e)),c)}p.removeChild(t)}}catch(u){}}()/* ]]> */</script>' 
    

    It’s a cdn security feature. You can prevent that from happening by creating a filter or rule in the cdn settings.
    https://kriesi.at/support/topic/format-spacingviewing-problems-in-the-editor/#post-500244
    https://kriesi.at/support/topic/problem-with-forms/#post-392052

    Best regards,
    Ismael

    Hi,

    Please add this:

    .single-tribe_events #tribe-events-pg-template .tribe-events-before-html {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 10000;
    }
    
    .single-tribe_events #tribe-events {
        top: -50px;
        position: relative;
    }

    Best regards,
    Ismael

    #658274

    Hi,

    Please try this css code:

    #main > .container_wrap_first .container {
        margin-top: 50px;
    }
    
    #top #header_main_alternate {
        top: 50px;
    }

    Best regards,
    Ismael

    #658266

    Hi,

    In the church demo, you’ll see a column with a negative top margin. Maybe, you can do the same with the image. http://kriesi.at/themes/enfold-church/

    Best regards,
    Ismael

    #658265

    Hi,

    You can adjust the top margin of the share section:

    .single-product .av-share-box {
        margin-top: 10px;
    }

    Regarding the text, use this:

    .share_heading {
        font-weight: bold;
        font-size: 15px;
    }

    Best regards,
    Ismael

    #658260

    Hi,

    Why did you set the logo as background?

    .header-scrolled .logo a {
        background-image: url(https://bloomreachinc.staging.wpengine.com/wp-content/uploads/2016/07/enfold-small-logo.png); (hosted on WPengine)
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .header-scrolled .logo img {
        top: -15px;
    }

    Even without that customization, the logo transition should work correctly. Please remove the css modification then add this code to move the default logo upwards:

    .header-scrolled .logo img {
        top: -15px;
    }

    Best regards,
    Ismael

    Thank you @Guenni007, that’s exactly the issue I was talking about, except that all of the Enfold-App demo images are Fixed and yet one shows up.

    Also – why is my slider image at the top changed to scroll on iPad when it is fixed on desktop? If it works for this on iPad, it should work for the other images, right?

    see: http://www.osteopath-launceston.com.au/welcome/

    Would you know of a way to change the fixed positioning of these background images to scroll on tablet LANDSCAPE only? I tried that with css but it didn’t work for me but maybe I didn’t address is properly.

    Cheers,
    Wizard247

    • This reply was modified 9 years, 4 months ago by wizard247.
    #658252
    ShortieD
    Participant

    Hi Team – I’m in communication with WPML as I just installed WPML and the site throws up a fatal error.

    I’ve done extensive troubleshooting already, I’ve also been looking through your forums but I can’t find the answer to my specific question.

    For infor here is the support ticket on WPML

    https://wpml.org/forums/topic/cant-resolve-fatal-error-on-line-2958/#post-948331

    to summarise:

    Here is the fatal error

    Fatal error: __clone method called on non-object in /home/shortied/public_html/rfl/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 2958

    Here is the site:

    What I’ve done:

    1 – disabled/renabled all plugins – that didn’t work
    2 – switched to twentyfifteen theme – the fatal error went away
    3 – switched it back to the Enfold child theme I created – fatal error appeared
    4 – switched it to the parent theme – fatal errror still appears
    5 – upgraded the WP memory limit (see support ticket to WPML) this didn’t work

    It seems to be theme related – can you let me know what I need to do to fix this?

    Cheers

    #658244

    Hi I’ve adjusted the custom pixel value and it only adds padding to the bottom of the logo and not top of the logo. I tried resizing the logo smaller but that makes no diff to the top padding.

    #658243
    gerardbao
    Participant

    Hi there,

    Trying to do a similar function like this thread.
    https://kriesi.at/support/topic/lightbox-on-button-click/

    However instead of an image gallery, I’d like to play a video in a lightbox upon a button click.

    Appreciate the help. Support has been great.

    #658231
    cynthiammartinez
    Participant

    I’ve been searching through all of the archives and I can’t find anyone that is looking to accomplish exactly what I want, so I’m hoping folks can help me.

    I installed WPML and the flags are appearing in the left corner of the top sidebar. Instead of flags, I’d like text… and only the text of the other languages, not the language that is currently being used.

    So my website will be in English and Spanish. When viewing the English homepage, I’d like for the top left corner to say “Espanol” and vice versa.

    Right now I’ve disabled the flags using
    #avia-menu .av-language-switch-item {
    display: none;
    }
    since I’m still working on the Spanish version and I don’t really like the flags.

    Any help would be appreciated!

    #658214

    In reply to: Main Menu Not Visible

    Hi,
    Thank you for your help. I have added the code to Quick CSS. The problem still exists. Please note, the sub-pages display the menu properly (including the screen shot you sent). It’s the main, top-level pages that do not display the main menu. Please advise.

    Thank you,
    Eric

    #658203

    Hey, yeah I have already done that as I said, the icon WAS there and working. Then it disappeared, like the theme stopped recognizing that the custom icon/font was there…

    #658190

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0 !important;
    }
    .responsive #top .av_header_transparency .logo img.alternate {
        display: block !important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #658183

    Hello there, excuse me but I found also the solution to the last issue. Actually in the shortcode php code the $loop variable was looking for the english name of the product category! Jus added a condition “or” to add the translated category name and now it works perfectly.

    Hence, just for the information to other users, in order to work smoothly with woocommerce custom layout products and wpml I simply changed the translations settings in WPML Woocommerce Multilingual

    woocommerce multilingual > settings> native woocommerce product editing screen => although this is not recommended it permits to edit each single product inthe translated version from its page via avia layout builder.

    Consider also that Name Your Product must be checked again in each product in the translated page!

    You can close the topic

    Thanks and sorry for the disturb

    Rustybucket
    Participant

    I’m adding blog/news items to a new site, copying and pasting from an old site. However, on the main blog/news page the full text is being displayed for every article rather than intro text below each heading. The editor was set to ‘default’ so I switched to ‘advanced’ and the articles seemed to display to tintro text correctly until I edit one, it then stops displaying any intro text beneath the title so I just see the post title and beneath that the post info eg ‘9th October 2012/in Press Release /by admin’ and beneath that a ‘Read more →’ link but with no text in between.

    I’ve tested this by setting the editor back to ‘default’ and repeating the process with the same results. I’m running version 3.6.1 of enfold and 4.5.3 Word Press.
    Cheers

    #658160

    Topic: Notification Box

    in forum Enfold
    almondmike
    Participant

    Hello,

    Thanks for all of the support. I followed the guidance here to make the notfication boxes link : https://kriesi.at/support/topic/link-notification-box/. I have 9 different links and was wondering if you could give an example of what adding a second link looks like. I tried and ended up having to go into my FTP files and fix the functions.php file.

    Thanks!

    Eric

    drlocke
    Participant

    Hello,
    I have read many threads where others wanted to adjust the font size of this sub menu that holds a phone number and social icons at the very top above the main menu and logo.. I have tried every code that has been offered, that I could find, and nothing adjusts the font size and depth of that bar. It is just too tiny to see and I’d like my phone number to stand out.

    I found the adjustments for color, etc, but not font size or spacing. Please assist in a code that I can alter the font size and the depth of that bar. Of course, I would like to enter my address there as well, but not sure if possible

    Thank you!
    Becky

    #658155

    Topic: Blockquotes

    in forum Enfold
    10-der
    Participant

    Hey

    Following your mesage in thread https://kriesi.at/support/topic/blockquote-left-line/#post-658083 I have opened a new tread.

    I created a temporary account for you – see private content.

    Thank you
    Remo

    #658143

    Gravity Form Submit Button is still not lining up correctly. Could someone help? https://www.onesourcebackground.com/latest-news/

    Scroll down to the bottom of page: “Want to stay up to date? Subscribe to our Newsletter!”

    I used the following CSS. I’ve tried playing around with the different values but the submit button doesn’t want to budge.

    .gform_footer input[type="submit"] {
        padding: 12px;
        min-width: 150px!important;
        margin-top: 8px;
    }

    I included login credentials in case you want to dig around.

Viewing 30 results - 92,821 through 92,850 (of 142,440 total)