Search Results for 'ie'

  • Author
    Search Results
  • #32332
    Zed
    Cryout Creations mastermind

    What you are describing is controlled by the Photo Frames option (also present in the presentation page settings, after the one you’ve already tried out).

    The Column Display option controls how the column content is displayed only, does not apply to the frames/skews.


    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.
    #32325
    Zed
    Cryout Creations mastermind

    Custom CSS sometimes needs to be more specific (because of the order different styles are applied). When a rule doesn’t work, add body in front of the selector. If even that fails, try adding !important to the rule (but try not to overuse !important).


    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.
    #32317
    Zed
    Cryout Creations mastermind

    OptimizePress is a paid/subscription plugin.
    We cannot purchase all plugins out there just to run tests with them.

    If the OptimizePress team identified the conflict and is willing to give us information about it, we’ll try to fix this even if we cannot test the fix.


    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.
    #32295
    Pauli

    After reading your post @karl, I tried, but this wasn’t working for me. I bought the Perfectseourl plugin two days ago hoping its all okay, and yesss it works! Haha.. Can’t explain how happy we are with our shop now! It wasn’t cheap, but seems like the best solution we tried the last months.. Even after updating, to the latest version 2.3.13 all perfect!

    #32284
    Nancy Gargan

    So I have an update. I kept playing trying to do anything to get sliders to work. I think I may have found the problem. On the presentation page I had set the ‘show posts on presentation page’ to 10 and when I added my posts it made my total number of posts more then 10. When I changed this to 14 wahlaaa! the sliders and posts show up. I did notice when it was not working at the bottom of the posts was a page 1 page 2 block set. When I tried clicking on them yesterday it went nowhere. Today with the higher post number it is gone.

    So I think my question for help now revolves around “Why will it not just use the 10 most recent posts on the presentation page, and keep the slider intact and working? I don’t necessarily want every post I ever create on the presentation page.”

    Thus, Can someone please offer some advice and help I would greatly appreciate it?
    Thanks!

    #32275
    SK

    Because there are 3 inquiries here with no response, I think I might be wasting my time asking about it yet again … but I would like to add some items that are NOT in your list. How do I do that? I can find their little icons, but I find no way of implementing them.

    For the most part, this theme is excellent, but there are some slightly minor issues that make it a real pain sometimes. The selection of available social media is one of them.

    Thanks for your attention to this question and for letting us ALL know how to move forward with our social media links using your theme(s).

    #32258
    Erin

    Sorry if this is a duplicate post. I just tried adding to my most from earlier and I think the forums choked on it, which is good because i royally botched the code blocks. Here it is again, and if this one sticks and I botch them again, i apologize.

    As a quick follow up, i think i found the problem. You do not need to be calling the @media for all three of the tests. I think (and you should do your own research as well) that by doing so you have malformed the the OR list.

    Right now you have this written:

    @media (max-width: 1280px) and (min-resolution: 1ddpx), 
    @media (max-width: 1280px) and (min-resolution: 96dpi),
    @media (max-width: 1280px) and (-webkit-min-device-pixel-ration: 1) {

    And I think the proper way to form the intended query is like this:

    @media (max-width: 1280px) and (min-resolution: 1ddpx), 
    	(max-width: 1280px) and (min-resolution: 96dpi),
    	(max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {

    I hope this helps

    #32257
    Erin

    Sorry if this is a duplicate post. I just tried adding to my most from earlier and I think the forums choked on it, which is good because i royally botched the code blocks. Here it is again, and if this one sticks and I botch them again, i apologize.

    As a quick follow up, i think i found the problem. You do not need to be calling the @media for all three of the tests. I think (and you should do your own research as well) that by doing so you have malformed the the OR list.

    Right now you have this written:

    @media (max-width: 1280px) and (min-resolution: 1ddpx), 
    @media (max-width: 1280px) and (min-resolution: 96dpi),
    @media (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {

    And I think the proper way to form the intended query is like this:

    @media (max-width: 1280px) and (min-resolution: 1ddpx), 
    	(max-width: 1280px) and (min-resolution: 96dpi),
    	(max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1) {

    I hope this helps

    #32227
    Thomas

    Further research into this and here is what you need to do….

    You can in fact use CSS minification but to keep Tempera behaving on mobile without getting crushed as in my above instance, your CSS minifier plugin must have a option to allow you to specify which CSS files to NOT minify. If it does, put the following in that option list….

    http://YOURDOMAIN/wp-content/themes/tempera/styles/style-mobile.css

    Replace YOURDOMAIN with your website domain. Then Tempera will behave as it was designed on different devices but you will also get the benefits of CSS minification of the other Tempera CSS files.

    The style-mobile.css file is Tempera’s handling of responding to different devices. Though not a true mobile layout it still presents well. I personally use a mobile theme plugin on my site but also wish to allow visitors to see the desktop version.

    This is for those that have advanced knowledge of web publishing and SEO.

    #32217
    Wendy

    Hi,
    I seem to be having a problem similar to the one described by the OP, which was supposedly fixed awhile back. The “read more” button does not appear for the first slide in the slider, and the dimensions of the slider are also much shorter for that slide. The other four slides look fine. I thought perhaps it was because the photo was the wrong size, but I have tried setting different photos as the featured image and get the same result. Any ideas?

    #32206
    Val

    Strange. I have the same problem. And I tried to do the same like you several times – no result.

    sara

    Hi,
    I have the same problem, I need to understand what to modify to make the Read more button appear on my 5 slides. They have to be visible from the computer, but also from tablet and smart phone.

    I would prefer to use 1200×400 px size, because otherwise the images are too big.
    I tried to simply resize my photos to that size, but it doesn’t work on the computer screen. I have no problem with tablet and smartphone, but the 78% of my readers are from the computer!!

    What else can I do? Please help me!

    #32159
    Charles McCandless

    Tried various css codes, none worked. Used FileZilla to delete Nirvana Child Theme, created a new version with Child Theme Configurator, got rid of the problem and it saved almost all of my original settings. No idea why it was impossible to delete Featured Image. Maybe this can help someone else someday.

    #32156
    Shereen

    I think I’m experiencing the same issue as Katja. I need to link the ‘Read More’ button on the slider to other pages but can’t seem to find where to do this. Any help would be gratefully appreciated.

    Thank you!

    #32147
    RemcoV81

    Anybody?

    For example on this page:

    http://vakantie-cruise.nl/cruises/vaargebied/midden-oosten/

    – I got the attriubute results on this page (check!)
    – I got the title showing on top of the page (check!)
    – But, the entered text description in WooCommerce is missing below the title…

    How do I change this? For SEO reasons I want to have text on this page.
    Thanks already for your effort!

    #32123
    MikevZ

    AFAIK the footer height dynamically changes based on its content. If there’s only 1 line of text, the footer area uses ~75px I’d say. If that’s still too much, a custom CSS plugin or Nirvana’s CSS editor is your friend. The used div’s in its CSS are footer2, footer2-inside and/or site-copyright and add height=EnterAmountOfPixelsYouDesire.

    DISCLAIMER: I’m no CSS expert, so fiddle on your own risk 😉

    #32122
    MikevZ

    I believe the presentation page will actually boost your site’s Google ranking due to its dynamic character if you regularly post.

    You could use a SEO plugin like Yoast to configure how your homepage and other pages display in Google’s results.

    #32121
    MikevZ

    Have you tried/enabled Related Posts in WordPress’ Jetpack plugin?

    Basically do the reversed as I’ve described in this thread for someone who actually wanted to remove those related posts.

    Cheers Mike

    #32110
    Rosemary B.

    Hi Zed – I saw your nov post about bugs and issues – all of those remedies have been done and it is identified that the nirvana theme has a conflict with OptimizePress causing the live editor not to work. You cant add or edit page elements. It has been tested by the Optimizepress support team with another theme and is working fine. Any chance you can look into this theme conflict so I don’t have to change themes – thanks Rosemary

    #32077
    Zed
    Cryout Creations mastermind

    Connie, you’re not using the Cryout Columns. You have Text widgets set up in the columns.


    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.
    #32076
    Zed
    Cryout Creations mastermind

    You are setting up the site to be way too wide. You should limit it to somewhere around 1000-1200px.

    Then adjust the content to fit that width so that it no longer jumps around so much when being viewed on narrower screens.


    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.
    #32074
    Zed
    Cryout Creations mastermind

    Melanie, I’d need a site link to check the issue.

    JoAnn, I am not seeing this issue on your site in Chrome. Are you using the desktop Chrome or the mobile one? (and if mobile, on which Android version).


    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.
    #32051
    cafi

    Same here!
    My web page is totally fall to pieces. I was resetted, reinstalled the theme, deactivated the plugins etc. etc. nothing helped so far.

    I can’t save Tempera settings !! (???)

    Im going crazy, please someone help!

    #32050
    Connie

    I put a link in the cryout column link field but there is not link displayed on the page so it’s not showing up at all.

    #32042
    Louis

    I found out by accident:

    Create a menu item “Links” with a dumm url, then edit that menu item and remove everything in the URL field.
    Voila.

    #32038
    Samantha

    Hi!

    I have also a problem with the slide at the presentation page (not after update but from the start)

    I have used 2 pictures for the slide but after that 2 there is a white picture fore some moments! Even if I use 5 pictures than than the 6th is again white!

    The trouble is together with this plugin:

    Huge IT Video Gallery
    Video Gallery plugin was created and specifically designed to show your video files in unusual splendid ways.
    Versie: 1.2.2 | Door http://huge-it.com/

    Hope you can fix??

    Cheers, Sam

    #32024
    Hannah

    I am using custom slides and I am still experiencing this problem.

    #32018
    melanie

    I would love to be able to use more social media links too – and I would also love for there to be a way to add custom icons (through the gui) if there wasn’t already a suitable one there (ie, just click to add a new icon).

    #32016
    Tim Henderson

    I have a similar problem. The slider works perfectly on a desktop browser but on my phone it during the transition loads each image twice, one stretched to twice the height and one correctly displayed on top of it. This is causing the other content to be pushed down. I have tried using both chrome and Firefox on android and the same thing is happening. I have cropped all of the images to the same size as the slider.I used this theme on a previous website and this was the only issue I had with it. I ended up not using presentation page in the end which was a shame as I quite like it.

    #32002
    salen555

    Try to disable all plugins.
    I had the same problem when I disabled all plugins everything worked.
    The only thing I have not solved is that I can not save changes.
    when I try to save changes or reset to defaults page redirects to www…./options.php(google chrom, firefox)
    or shows an error 406 message (ie)

Viewing 30 results - 1,921 through 1,950 (of 3,166 total)