Search Results for 'display'

  • Author
    Search Results
  • #15939
    Kay
    Cryout Creations mastermind

    Hi!

    Thanks a lot for the feedback. It looks like a small bug. Add this code to the Custom CSS area under Miscellaneous Settings:

    #content .wp-caption {display:block !important;}

    This should be fixed in the next theme update as well.


    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.
    #15930
    Iwona

    Hi,

    Just a little update from me. I have finally used Calibri font instead of Open Sans for the main text and Impact font in headers. The effect is not exactly what I wanted to achieve, but at least it looks fine and, what is even more important, the Polish diacritic marks display OK in Chrome. All in all, it is acceptable for me for the time being as I have to move on with my website and publish it soon.

    Zoltan, perhaps it is worth trying to set a different font, just like Zed suggested. I know that the visual effect may not be perfect but I think you can still try to solve this issue on a later stage and set a different font for now. Such a small imperfection should not impede the workflow I think. It is always better to get things done than to be stuck with small-but-annoying issues that appear on the way. They will always do 😉

    Good luck and all the best in your business!

    #15880
    Tighban

    Thanks Wayfarer – however it’s the posts that show below the cryout widgets that I need to select (not the slider content).

    Appearance/Tempera Settings/Presentation Page/SHOW POSTS ON PRESENTATION PAGE – then there’s no option to select only a subset of posts according to tags or category, so all posts show.

    Can anyone help?

    #15876
    Iwona

    Hello,

    I’ve got exactly the same problem with Tempera theme and Open Sans font.

    Strangely enough, diacritic marks display fine when I’m logged into my WP admin panel, but they’re substituted with Times New Roman font when I’m logged out and visit my website. The website will be published in Polish and I work on it in Chrome.

    Dear Support Team, if you could tell us which of fonts included in this theme should be fine with Latin Extended characters set, I would be more than grateful (and I think Zoltan too)!

    Looking forward to your reply.
    Thanks in advance!

    #15844
    Zed
    Cryout Creations mastermind

    Marcin, there’s no presentation page on your site.


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

    Kevin, your question is not the same question as the original one.

    You can use a simpler CSS:
    .theme-default .nivo-caption { 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.
    #15763
    Wayfarer

    Loving the theme still but I too am experiencing a problem with the pagination navigation on the presentation page.
    On my Presentation Page, the page navigation is this:
    1 2 3 > >>

    Clicking on >> returns a Not Found
    Clicking on Page 2 returns Page 1.
    Clicking on Page 3 returns Page 3 and expands the navigation to:
    < 1 2 3 4 5 > >>
    Clicking the single page advance > only works from Page 3.
    Clicking on the single page back < from Page 3 returns Page 1.
    Clicking on the single page back < from any page above 3 correctly returns the page.
    Clicking on << returns correctly to Page 1.
    Page 2 is never displayed.

    Many thanks,
    ~ Wayfarer

    #15756
    Wayfarer

    Tempera Settings> Presentation Page> Slides> Slides content> Latest posts (or random posts) from category.

    ~ Wayfarer

    #15753
    Tighban

    Can anyone point me in the right direction to select a category of posts to include on the Presentation page?

    #15731
    Tighban

    Thanks Zed. I couldn’t find an option to select a category to select. Maybe I’m missing something.

    #15728

    In reply to: Breadcrumbs

    Zed
    Cryout Creations mastermind

    Mantra doesn’t display breadcrumbs for pages. We’ll see if we can add this functionality in a future update.


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

    Do you have any plugins installed? Did you try disabling 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.
    #15700
    Zed
    Cryout Creations mastermind

    Include them in a second category which you use on only for the presentation page.


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

    Please wait for 0.9.5 which was approved but isn’t yet live.


    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.
    #15684

    In reply to: breadcrumb problem

    Zed
    Cryout Creations mastermind

    Mantra provides the option to hide the breadcrumbs. It’s titles “Breadcrumbs” and it’s the first option under the theme’s Graphics Settings.

    The previous/next posts links are not part of the breadcrumbs and there’s no option to control those. Still, they can be hidden using custom CSS (note that there are two prev/next navigations, one above the post and one below it):

    #content #nav-above, #content #nav-below {
        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.
    #15605
    alexeirus

    Hi,

    I have struggled with the same issue last night. Here is how I solved it for both the drop shadow around the slideshow, and column images.

    The snippets of code controlling these elements are located in style.css:

    Slideshow | note how I changed the shadow settings to “none” – that took care of it.
    .theme-default .nivoSlider {
    position: relative;
    background: #fff url(images/nivoslider/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    Column images | same here, border and shadow set to “none”.
    .column-image {
    width: 100%;
    display: block;
    background: #CCC;
    margin-bottom: 10px;
    overflow: hidden;
    border: none;
    box-shadow: none;
    }

    Add these snippets of code to the Mantra Settings/Miscellaneous/Custom Code, in order to overwrite the main “style.css”

    Good luck and let me know if this works!

    Alexei

    #15578

    In reply to: Slider on every Page

    Michael

    I am also interested in the ability to add a slideshow to every page. Also, you may be able to create the effect using a slideshow plugin + a plugin like toggle the title to turn off the title from displaying automatically on a page ( note I have not tested that plugin with this theme although I may be doing so later to try this method out ). then put the slideshow at the top and it should be about the same…

    #15569
    Zoltan

    Hi, thanks for your reply. I set OpenSans that should contain latinext characters, but I experience very strange results. In Chrome the site title displays correctly, but in other texts, those characters are substituted with TimesNewRoman. In IE and FF all texts are displayed badly.
    FF shows the site is UTF-8, so it should be all right. Any idea?

    Thank you

    #15469
    Magnus

    Sounds Great Kay, when will that update be ready? just changed from mantra to Tempera and “found” this problem :/

    #15446
    Zed
    Cryout Creations mastermind

    Are you referring to the actual menu displayed on the site or the menu’s administration interface (Appearance > Menus)?


    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.
    #15431

    In reply to: Sidebar not appearing

    Zed
    Cryout Creations mastermind

    The presentation page does not display sidebars.


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

    This topic is now closed as it got to have too many separate questions and issues caused by different reasons under the same roof.

    If you’re absolutely sure you configured the slider (images) correctly, in 99% of the cases the slider fails (and you see only the spinning circle) because another extension is breaking WordPress’ jQuery.

    In the other 1% of cases the cause is posts/images/browser or an actual theme bug (we hadn’t one of those in a long while).

    If the prsentation page is enabled but missing completely, make sure Frontpage displays is set to Your latest posts under Settings > Reading.

    If you still have issues with the presentation page or slider, please create your own topic.


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

    The only limit in how many plugins you can use is given by PHP/webserver.

    But some plugins are older versions or their developers don’t care enough to follow rules and these plugins break functionality that’s part of WordPress which other plugins or in this case themes require to work.

    You’ll definitely see JavaScript (more specifically jQuery) error if you check out your site with the browser’s development tools.


    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.
    #15332
    Marcin

    I have got exactly the same problem. Looked around for the solutions but to no avail.
    http://mastan2.vot.pl
    regards,
    Marcin

    #15320
    Andreas

    I tried this and it works in the settings but it seems there is an override which will always display just five icons. Has anyone found a solution?

    thanks,
    Andreas

    #15317
    Christy

    @ Kay — you are correct insofar it is within the plug-ins that are the problem. I deactivated all and then tried to add them back in one by one and checking to see if social media icons would still work. It did up until I got to the 5th one or so. I didn’t think that there were any limitations with any theme on the amount of plug-ins that could run. Am I incorrect?

    #15301
    Kay
    Cryout Creations mastermind

    Hi!

    @Christy One of your many plugins is interfering with links being opened in new pages. Please disable all plugins and see if it works then.

    @Marta Your site is using an Under Construction plugin so we can’t see what’s going on. Also the social icons won’t appear on a plugin’s custom page.


    @Stefan
    could you show us a link to your site?


    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.
    #15298
    Kay
    Cryout Creations mastermind

    Hello everybody!

    Thanks a lot for the feedback. The ‘hardcoded’ fonts will be removed in the next theme version and you’ll be able to edit them from the theme settings.

    Thanks again and a Happy New Year to you all!


    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.
    #15287

    In reply to: images not displaying

    Kay
    Cryout Creations mastermind

    If you’re getting the red cross it means the path to the image is wrong or that you have some server issues. That’s not theme related. However I see your site looks great now so I take it you found and fixed the problem.


    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.
    #15271
    Christy

    Can you give me any help on why the links will not work for the social media icons? I have placed them to open in a new window and placed on the top bar, right side and footer. When I click on any one of the four that I have placed it only spins and spins…
    Any help would be greatly appreciated.

Viewing 30 results - 1,381 through 1,410 (of 1,618 total)