Search Results for 'ie'

  • Author
    Search Results
  • #20801
    Kay
    Cryout Creations mastermind

    The dropdowns showing behind the slidershow will be fixed in the next version.

    IE8 isn’t really on the supported browser list any more considering the current IE version is v11. But we’ll check out the issues and try to fix them for the next version.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20767
    Eydie

    The site given is just a sub-domain where I try out themes for my clients. I too am having issues with getting the posts to appear on the Presentation Page. I have it enabled for 3 posts. http://askeydie.com/themetryout/

    Thanks, Eydie 🙂

    #20656
    Kat

    This is what I did:

    In the Presentation page, Columns section,

    1) I left the IMAGE field empty
    2) I put my title in the TITLE field
    3) In the TEXT field, I put the url of the image and a sentence of text. To do this so the theme would not “scrub” (and more than likely remove what I did) my html, I created a draft post that contained the image and the sentence. While creating the draft post, I then clicked the ‘text’ tab, copied the code, went back to column setting and pasted the code into the TEXT field.

    Of course, you can omit the sentence of text.

    There may be an easier way, but this worked great for me.

    #20594
    Yaron

    I forgot, I also exported the settings to make it easier for you to understand what’s going on:
    http://hightours.co.il/dl/temperasettings-hightourscoil-20140126-120714.zip

    #20592

    In reply to: Head Image width

    glen

    Hi i have tried what you have advised here but nothings changing still only getting 1180px width to play with i want header to run the entire top of my site?
    i copied and pasted css into custom css in theme options?
    and nothing? help

    #20561

    In reply to: Next page "not found"

    John

    Believe I figured it out. Post shown under settings and Tempera Settings most be the same number. So if under Dashboard/Settings/Reading you have it to show 8 posts per page, then under Tempera Settings/Presentation Page must have it saying to show 8 posts.

    #20544

    In reply to: Next page "not found"

    John

    I am having the same problem. I can get to Page 1 and 2, but any other page 3, 4, etc says

    “Not Found
    Apologies, but the page you requested could not be found. Perhaps searching will help.”

    If not fixed very soon I am going to have to switch to a different theme.

    #20543
    John

    I am having the same problem. I can get to Page 1 and 2, but any other page 3, 4, etc says

    “Not Found
    Apologies, but the page you requested could not be found. Perhaps searching will help.”

    If not fixed very soon I am going to have to switch to a different theme.

    #20386
    Kay
    Cryout Creations mastermind

    Everything is possible with using the WordPress menus. Have a read here http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website

    The pagination on the presentation page will be fixed in a future update.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20366
    Kay
    Cryout Creations mastermind

    Is there an error on your page as well? Please disable all plugins for a second and see if the page works then. Incompatibilities with faulty plugins have been known to cause that.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #20306
    Wayfarer

    I am glad it resolved your problem!

    Your second question is far beyond my basic capabilities I am afraid, but there is a thread devoted to it:
    http://www.cryoutcreations.eu/forums/t/presentation-page-widget-link-from-image-instead-of-widget-title

    Good luck with it 🙂

    ~ Wayfarer

    #20250
    Wayfarer

    Hi Marie

    Maybe you could try a plugin like Ultimate Category Excluder and see if that gives you the functionality you’re looking for?

    Hope that helps.

    ~ Wayfarer

    Mike

    I have also been trying to find a sustainable solution for this that will survive the client updating the theme. So far the most elegant solution I have found is to modify the widgets.php file to place the link around the image and the overlay that animates on hover. However, this will be undone as soon as the theme is updated and you will have to go in and modify the widgets.php file again.

    I am not able to find a solution for creating a widgets.php file in the child theme folder.

    Can we get some help from Zed or another DM on this?

    Allie

    Sorry, just tested it. It doesn’t work with responsive site, or well on mobile devices. Basically the css styling is trying to make the “read more” button as large as the Column image, but makes it transparent so it appears the image is the link.
    I told you… it’s not a great solution!
    But if you insist on trying it, perhaps padding could be percentages to adapt to responsiveness? So css would look something like this?

    .columnmore a { opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
    padding-left: 80%;
    padding-right: 80%;
    padding-top:60%;
    padding-bottom:0px;
    
    .column-image-inside { opacity: 0; filter:alpha(opacity=0); /* For IE8 and earlier */; }

    I dunno. There’s probably a better way. maybe request it be an option?

    Allie

    It’s not particularly elegant, or the best solution, but it might work it you add the code below to your custom css:

    
    .column-image-inside { 
    opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */;
    }
    
    .columnmore a { 
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
    padding:130px 250px;
    } 
    
    
    #20187
    angelfuzz

    How can I tell the body background image to sit at the left bottom corner of the screen? I do not want it to take up the entire screen. So far it aligns left (as specified in the Tempera settings) but it will not sit at bottom of screen as desired. here is the code I’ve tried so far in the custom css field:

    #body {
    background-image:url(‘http://www.kingwoodscreengraphics.com/wp-content/uploads/2014/01/pain-paint-splash-digital-art-397610.jpg’);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: left bottom;
    }

    thank you for a beautiful theme!

    Angel

    #20062
    deb

    all set. thanks. I found info i needed in tutorial mentioned by zed on another post. I needed to select “view all” to see home.

    #19504
    Marta

    It would be fantastic if we could be able to have some widget custom and the some other that you could just say, are posts, selecting the ones you want each option.
    The same happens with the blog (post page) that would be also fantastic if whenever you select the option in a page as: blog(post page)you could select by category, so they dont upload all the posts you have writen. If there is any way already, please let me know as I have tried to find it with no success!!!!
    Thanks a million

    #18483
    Zoltan Barabas

    Hi Iwona,

    thanks for your advice, I tried Calibri, set it everywhere on text settings, still on some places Open Sans is stucked in somehow 🙁 I don’t know how to get rid of it.
    I’d like to find a solution, because this is a really nice theme. Some other themes I use also have this problem, but I use many that haven’t. I’d like to understand the logic behind this kind of problem that occurs time to time. I’m haunting usable themes to review them to the Hungarian WP users and I’d like this one to be among them.

    Best wishes!
    Zoltan

    #18128
    Cristian

    How do entrepreneurs make money from free wstiebes they create? Websites cost money to maintain, so how do they get the money to pay for the costs? Please be as detailed as possible. Thanks in advance.

    #17238
    Victoria

    Good comments about the logos! I have to say the clroos have grown on me! They are bright and catch the eye! I like the logo with the boxes at the end. It seems much more compact and not as distracting as the one with the big “X”. I get quite annoyed when people take Christ out of Christmas and replace it with a big “X”. I think people will know Christ is the center of our church once they come and experience it for themselves. We just need to get them to come out to check it out first. I think the top logo looks more modern and inviting for people who don’t usually go to church. Yet the blocks could show some connection like the church connecting with believers to win the lost, or something like that. The orange block could symbolize the new believer and the church plus other believers could be the other two blocks. When they come together you get an orange block or a new believer. Just a thought! Good luck in your decision!

    #16944
    Kay
    Cryout Creations mastermind

    Hi Jane!

    I also replied to you on the wordpress.org forums. You can safely make the update – the message you are seeing is the default WordPress message and it appears for ALL themes when you make an update. It’s WordPress’ way of staying on the safe side in case something does go wrong.

    There’s also an Export/Import feature on Tempera’s setting page so you can save the theme settings on your PC.

    Plus, remember that this is a free theme for which we offer free support in our free time. Asking for support on a Saturday and expecting an urgent reply during the weekend is a little too much to ask don’t you think?


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #16697
    Tui Allen

    I found a way! I simply re-set the “Columns Content” field (in the “Presentation Page Columns” section) to “latest posts” The default there is “Widget coloumns” but you can choose others by using the little drop-down menu. Because I have no posts yet, nothing shows up so the whole column zone has vanished and will stay vanished until I have some posts I guess.

    #16688
    Tui Allen

    I am no expert but interested in your problem. I’ll tell you where I’ve got to with this. But my needs are different from yours. I’m quite happy to have those items there but just want to work out how to change their content to my own needs.

    You go to the tempera settings and click on the “presentation page” tile. A whole lot of options appear. Scroll down to where it says “Presentation Page Columns” This is where you edit what you refer to as “tiles.” (It is those six pretty looking pieces of content they have there.)

    They are arranged in three columns with two items in each coloumn and they do look like tiles. I changed the number of coloumns to two and so now I have three rows of two items instead of the default two rows of three. I can’t see a way of making them disappear but there is an instuction there saying,

    “Load your custom Widgets as columns. Go to Appearance >> Widgets and create your custom columns using the Columns widget. You can use as many as you want.”

    On that widgets page it tells you, you can activate and de-activate widgets by dragging them on and off the page. I just haven’t worked out how to do this yet.
    I thought maybe you had to do it in the edit page facility we have in WordPress so I went into there and looked at my home page there, but it does not even vaguely match anything I have on the presentation page. But when I click view page its the presentation page that shows up! So that’s where I’m at – mystified.

    Namae

    Let me elaborate. Easy one first: there is no option to set language for the “extras” text.
    Secondly, both the slider and the columns only show the current language posts if they are set to display “latest posts”. That’s the correct behaviour I’m looking for, unfortunately it doesn’t work with other display options. I am particularly interested in:

    – Custom slides and slides made from specific posts (or of a given category or tag, as a workaround, such as “slides”)
    – Widget columns and columns made from specific posts (or of a given category or tag, such as “columns”)

    Unfortunately it isn’t possible without some changes. Would you hint me on the way to implementing them as well as a multilanguage ready “Extra” text ? I could give back the code to you afterwards, if building this myself is not too time consuming.

    In case you wish to know more let’s describe one of the issues, the one where Tempera’s columns and sliders are set to display “specific posts”: Tempera then just displays whatever posts we ask it to regardless of language and alternate hreflang.

    Ideally, let’s say post 7 is in English and post 8 is the French version of that same article. If for some reason I wanted both post 7 and post 8 to display, I would add both of their IDs to the “specific posts” field, which is the current behaviour. But if I want only post 7 or 8 to display based on language, I would add only ONE ID, for example 7. Then, possibly thanks to Polylang and using maybe icl_get_languages(), Tempera would figure out that post 8 is the post to display when the user is French, instead of post 7. (because post 7 and 8 are alternate versions of each other and WordPress knows this)

    Finally the following is a probably unrelated issue, but selecting “sticky posts” has no effect on neither the columns nor the slider. It seems to work just like “latest posts” and disregard the sticky status.

    Sorry this may be adding a lot on your plate, but as I said if you hint me to what I need to change and stuff, I can get back to you with code =)

    #16434
    Berdi

    1 Aurel Cretu25-June-2013Multumesc frumos ptrneu raspunsuri si sfaturi, o sa tin cont de ele. Clientii vor fi din RO, dar cum pot calcula (estima) ce trafic voi avea? sunt anumite metode?Ca furnizor s-ar putea sa fie mxhost, hostway mi se par cam scumpi Daca mai aveti alte detalii, sugestii, eventual probleme de care v-ati lovit, nu ezitati sa mi le comunicati.

    #16035

    In reply to: Slider on every Page

    George

    Thanks for your answer Zed.

    It’s realy disapointing to hear that i should take a additonal plugin. That’s absolutly senseless when the possibilities are integrated in the theme. Then i can take the twentytwelve standard WordPress theme and a plugin…and thats exactly what i have done 😉

    But thanks for your effort.

    #16025
    Mike

    I tried this, but alas, the responsiveness area does not center with the logo. The logo moves, but the responsive area is still on the left….

    #16009

    In reply to: How to View Website

    Elide

    I cannot view the full website on an Android nor an Iphone. How can I fix that?

    #16004

    In reply to: Lost all settings!

    Pixvault

    This sounds to me like your host has done a fresh install of WordPress & the theme in the root folder, and not just copied over the complete file system/database

    Moving a site is pretty simple as long as you follow the WordPress instructions & edit the relevant tables in the database to show the correct Home & Site URL. Even when you update WordPress/ Mantra the Custom CSS doesn’t get touched

    Did you have a backup of the file system/database before the move?

Viewing 30 results - 2,551 through 2,580 (of 3,166 total)