Search Results for 'ie'

  • Author
    Search Results
  • #44654

    I seem to be having a similar issue. It is doubly confusing because two of the four stories have thumbnails, the other two do not. I have auto-select images enabled.

    http://prntscr.com/f46mv4

    http://fearlesscomedyproductions.com/

    #44500
    Zed
    Cryout Creations mastermind

    The theme only displays the featured images in the header if these images are at least 60% (I believe) off the site’s (header) width.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44395
    Zed
    Cryout Creations mastermind

    @Simplissite, thanks for pointing out where the problem lies.

    This is a good workaround, however it is plugin-specific and would leave multilanguage functionality unusable with any other plugin that works in a similar way with Polylang but uses a differently named function.

    We’ll keep looking for a solution that works with all plugins and doesn’t require workarounds with specific function calls.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44387
    Zed
    Cryout Creations mastermind

    1.3.2 changes the difference in size between post titles in single views and post titles in lists from a fixed number to a percentage so now the difference is relative to the font size used (and no longer causes issues with small font sizes).

    Sorry we didn’t notice this initially.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44370
    Zed
    Cryout Creations mastermind

    Posts and pages have the same comments controls (in their editing interface).

    The “No comments label” indicated that those posts have comments enabled on them, but nobody commented on them (yet). The comment form should be visible in the single post view, at the end of the post.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44308

    It appears that this issue only appears in the customisation view. As my site is work in progress I havent published it yet but relied on the customisation view, the site view is working perfectly.

    #44307

    I am now wondering if it is a browser problem. I am working with Windows 10 and Edge. As an experiment I checked the site on a Mac using Safari and the slider displayed perfectly! If you can confirm this is a browser problem I will be relieved but this will obviously need to be sorted. Theme looks great on large Mac screen….

    #44207

    Zed, thanks for your response. However, perhaps I wasn’t clear in my question. The header that I established for my site shows on my home page and on posts. The home page and blog posts have a righthand sidebar. I have the sidebar turned off on pages and on one and only one of those pages (http://puddletownreviews.com/open-giveaways-2017/) the site header is at the top. I checked that page and there is no featured image. In looking at the Featured Images feature in Customizing, I don’t see any settings that would call for the header to be on that page. I would either like to eliminate it or be able to be consistent and show it on all pages. Let me know if you have questions.

    Website: puddletownreviews.com

    #44204

    You’re right!! That works perfectly now. It doesn’t work by adding the custom CSS to the presentation page miscellaneous box, but I tried it in the Edit CSS menu in WordPress and that worked fine.

    A similar issue on a phone screen, though, is the overlap of social icons in the header over the site title.

    #44202

    I tried that and nothing changes it.

    I’m in Mantra: style-mobile.css.

    I replaced this code that’s under @media (max-width: 800px)

    #header-container > div { 
         	margin-top:7px;
         	margin-left:14px;
         	height:100%; 	}

    To
    #header-container { display: none; }

    There are smaller displays but none of them have the header container.
    I tried adding it to the custom css with no change. Tried adding it directly to the themes css.

    I cleared my cache for the site. Clear it for the browser on the phone.

    For some reason I just can’t get rid of it for mobile.

    #44178
    Zed
    Cryout Creations mastermind

    Just to keep things clear: we did not make any layout changes to the theme in the recent 1.5.x updates. The only things that did get changed appearance-wise are headings sizes and the problematic line-height. However these would at most affect text appearance, not cause layout or serious appearance problems.

    We did however rearrange and move styling around, something that can cause serious layout issues when it gets combined with incorrect or incomplete caching (site ends up using some new styles and some older cached ones). This is solvable only by clearing and regenerating the cache (CDN services are a form of caching). Browsers employ their own level of caching.

    Checking some of the sites URLs you included with your replies, I notice nothing obviously wrong or out of place on any of them.
    Could you point out problems by explicitly describing them?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44171
    Zed
    Cryout Creations mastermind

    That styling applies to screen sizes narrower than 650px (apparent size). You may be using a device that uses a narrower resolution.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44166
    Zed
    Cryout Creations mastermind

    The .mobile class is added via JS, so it is not present from the first instant.

    I suggest you use media queries in your css to target mobile devices:

    @media (max-width: 800px) {
        body #header-container { display: none; }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #44047

    Hi tamerlaneunreal, thanks for the fast solution. Works quiet well while a better solution is on it´s way.

    #43881

    Hi to everyone who is still experiencing this issue.
    For my site it is solved thanks to the amazing support team of WPEngine.
    This hosting company is worth every $$ that they charge and much more!!

    WPEngine uses MaxCDN which is a great and reliable service.
    I noticed that disabling CDN service solve the issue.
    Enabling CDN service triggered many js and css errors on my page according to WPEngine tests.
    WPEngine added some sort of a post script to my CDN which solved the issue.
    Unfortunately, I do not know exactly what was that script but,
    If you are using a CDN and experiencing the same issue that is what you want to look at.
    BTW, finally I can say that,
    The new update of Tempera is a great face lift and I really like all the changes in the theme.
    It is worth the hassle of troubleshooting the issue!!

    Website: www.divinginzanzibar.com

    • This reply was modified 9 years ago by davidbega.
    #43860

    Thank you for helping on Sunday!!

    Sorry but I don’t get it… I tried

    h3#custom-title,
    #front-text1 h2,
    #front-text2 h2,
    #front-text5 h2,
    #front-columns h2 {
    	display: block;
    	float: none;
    	margin: 0px auto;
    	font-size: 45px;
    	line-height: 55px;
    	clear: both;
    	font-weight: 300;
    }

    as well as

    h3#custom-title h3,
    #front-text1 h2,
    #front-text2 h2,

    as well as

    h3#custom-title h2,
    #front-text1 h2,
    #front-text2 h2,
    #front-text5 h2,
    #front-columns h2 {
    	display: block;

    as well as to separate it to

    h3#custom-title h3 {
    	display: block;
    	float: none;
    	margin: 0px auto;
    	font-size: 45px;
    	line-height: 55px;
    	clear: both;
    	font-weight: 300;
    }

    but the custom-title does not change for one single pixel…

    In Firefox console I can adjust font-weight for h3.custom-title but it seems to belong to #pp-afterslider h3 and that is where I get stuck in CSS…

    Website: www.weltangucker.de

    • This reply was modified 9 years ago by Klaus.
    • This reply was modified 9 years ago by Klaus.
    #43858

    Hi Zed,
    Thanks for your responses and updates.
    Working with Tempera for 4 years now, I am very much aware of adjusting Tempera settings, clearing cache and so on.
    I have been updating Tempera theme for 4 years now without any issues.
    Other people on this thread are experiencing the same problem for many days so cache has nothing to do with their problem.
    I am willing to give my access to WordPress so you guys can have a look at my installation. There might be a problem for myself and others with the new update. Not being able to update the theme will eventually force us to change theme, which also means a total re-design of our websites.
    If there is any way that you guys can have a look yourself to determine the sorce of the problem it will be a great help at least for few of us on this thread. If there is a paid service that can do that, I will be more than happy to pay for that service.
    Cheers

    Website: www.divinginzanzibar.com

    #43856
    Zed
    Cryout Creations mastermind

    I’m sorry, my previous answer wasn’t entirely accurate as it applies to Fluida.

    In Septera activating a static page on the homepage also activates the landing page feature (we were asked to implement this change during the theme repository review process).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43853
    Zed
    Cryout Creations mastermind

    You need to pay attention to the id/classname placement. In my example it’s a H3 and it bears the id directly, making the correct identifier h3#custom-title


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43837

    Hello.. me again.. sorry I just got back to this now. Thank you for looking into it. I’ve enabled reviews and move some other stuff around.
    I tested this again using the 2015 theme and it works there. I’ve still unchecked the “allow ratings on reviews” because I’d be happy to just get the reviews working.

    What I haven’t done is deactivating all the plugins and reactivated them. I’ll do that if you think a plugin is a conflict.

    I’ve included a link to the product page.

    here is what comments look like on a regular post:

    Regular comment fields on posts

    And here is what it looks like on the woocommerce product page:

    reviews comment page

    Thanks again for the help!

    Website: www.piratejeni.com/tarot/product/help-jeni-practice

    • This reply was modified 9 years ago by piratejeni. Reason: corrected text
    #43819

    Thanks for your reply 🙂

    Hmmm…. Honesty, this just started happening with Tempera 1.5.x. The Responsive Lightbox plugin was last updated 2 months ago. Up until Tempera 1.5.x release, everything was rendering fine with both of these website components used in conjunction. I don’t know the finer details of how this CSS works, but maybe the Tempera elements need a more specific selector/name? It seems unwieldy for me to need to add this CSS correction to all the websites where I have a similar setup, especially since it was working fine previously

    Can you take a second look at this and maybe provide a fix on the Tempera theme?

    Thanks,
    Wayne

    • This reply was modified 9 years ago by WayneM.
    #43814
    Zed
    Cryout Creations mastermind

    @erosdipietro, is the theme’s landing page feature enabled in the options?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43808

    ok thank you… but which one code ? this one

    `add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );`

    or maybe

    wc-product-gallery-zoom
    wc-product-gallery-lightbox
    wc-product-gallery-slider

    it is not really clear in there explain,

    and where in fonction ? nevermind where ?

    thank you for your answer,

    Annie

    Website: www.artisanathai.com

    #43791
    webmastertv
    Power User

    After launching Force Regenerate Thumbnails again, no improvement.
    In fact all featured images are enlarged on the website compared to the live view in the theme customization.

    I tried to select a larger image as featured image but no result.

    I have not upgraded the production site with version 1.3.1.1 for the moment (still in 1.3.1).

    Website: techvorace.com

    #43789
    This reply is private.
    #43736

    more…
    maybe i have to give you some other link

    https://wordpress.org/support/topic/3-0-missing-gallery-functionality/ about javascript in theme

    Annie

    Website: www.artisanathai.com

    • This reply was modified 9 years ago by Annie.
    #43728

    Thanks for this answer.
    I tried it with severeal snippets at several places before that line, but I can’t get the expected additional title.

    I have no trouble to place the additional title AFTER the region of desire but not BEFORE!

    Every try to place visible HEadlines before the line I have realy no success. If I do the same after your mentioned line I can have my title below the saction.

    I have really no clue what is wrong…

    Could you write please your answer a little bet more defined, please?

    • This reply was modified 9 years ago by cicci-j.
    • This reply was modified 9 years ago by cicci-j.
    #43688

    Hi,

    It’s the same for me. I updated the theme to 1.5.1 and I deleted the css I had added to solve the issues. The text on my website still had the same problems. I then tried to change both the fonts’ size and height going to Tempera settings -> Text setting but unfortunately nothing changed. I have added the css again to temporarily solve the problem.

    Website: www.italiantranslation-teaching.com

    • This reply was modified 9 years ago by Khiky.
    #43687

    Tried the update to 1.5.1
    Same problem:
    1. Line height does not respond to any adjustments in Tempera settings.
    2. Font size does not respond to adjustments.
    3. There is no margine anymore between the main page and widget area.

    I am back on 1.4.9 as my website is almost unreadable on 1.5.1

    Website: www.divinginzanzibar.com

    #43684
    Zed
    Cryout Creations mastermind

    All site sections (including categories) will follow the theme’s configured general layout. Only static pages can use a separate layout-specific page template.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 30 results - 1,291 through 1,320 (of 3,166 total)