Search Results for 'display'

  • Author
    Search Results
  • #24800

    In reply to: Post Images

    Michelle

    FYI, I received this response from Cryout Creations:

    Michelle,

    Hi.

    “1. I know a post requires a feature image to show on the presentation page, but then it shows a tiny image in the full post. I need my images to be about 300 wide or tall (depending on orientation). ”
    – The themes have options to control featured image size. But you’ll need to regenerate all images already uploaded and set on posts – there’s a plugin for this, I believe named “Images regenerate”.

    “2. When I additionally embed an image into the post (so it’s the right size in the full post), excerpts display two identical images. I can scrap excerpts on the Presentation Page, but a category search, for example, will still render a page of excerpts, which will look wonky.”
    – This is not normal behaviour and we’d need to see a site to further investigate.

    • This reply was modified 11 years ago by Zed. Reason: removed email in text to avoid spam
    #24737

    In reply to: Social Media gone wild

    Daniel Fortney

    I too was trying to remove the social icons from the header but the checkbox always comes back checked after saving.

    WARNING: If you follow these directions, you do so at your own risk! It worked for me, but I can’t be responsible for what you do to your code.

    Modify the defaults.php file by changing the following 4 lines:

    “mantra_socialsdisplay0” => “1”,
    “mantra_socialsdisplay1” => “”,
    “mantra_socialsdisplay2” => “”,
    “mantra_socialsdisplay3” => “1”,

    to:

    “mantra_socialsdisplay0” => “”,
    “mantra_socialsdisplay1” => “”,
    “mantra_socialsdisplay2” => “”,
    “mantra_socialsdisplay3” => “”,

    Save the file and hopefully everything should work.

    #24617
    Zed
    Cryout Creations mastermind

    Make sure the “Your homepage displays” option is set to “Your latest posts” (in Settings > Reading)


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

    Wordpress has no way of knowing which links you clicked on to get to that post, so it displays the first category (alphabetically) in which the post is found.

    Posts shouldn’t be placed in several categories if you care about what your breadcrumbs display. Try this plugin and see if it helps you in any way.

    • This reply was modified 11 years ago by Zed.

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

    In reply to: Border in Menu Bar

    Jim

    Hi Emelie

    I think this could be what you need, if you are just looking to display text only. Try copying and pasting this into your custom CSS.

    #access > .menu > ul > li > a > span {
    border-left: 0px solid #E1E1E1;
    border-right: 0 none;
    box-shadow: -1px 0 0 #FFFFFF;
    }

    I hope it helps

    Jim…

    #24575
    Zed
    Cryout Creations mastermind

    The theme cannot display sticky posts only on the homepage.


    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.
    #24557
    Marcos

    hello Jim,
    How do I put 5 columns of images on the page display?

    #24516
    Riana Zaayman

    Hi. I can’t seem to remove the search bar and the “Nothing Found
    Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.” text above it. I did go into the widget area and dragged it out of the footer area and I’ve selected “inactive widgets”. Now I have a widget that says “search” on the left hand side with the “add” button next to it, nothing that says “search” in any of the sidebars or footer areas on the right hand side of the page and at the bottom I have “Inactive Widgets” that says “search” below the text. By my website still displays it at the bottom of the page.

    I am not a programmer, nor do I understand it. But in my searches I came upon info, so I tried it out by applying my own logic to it :-). In the editor I went to style.css and replaced the word “block” with “none” in 4 places. That removed the search bar, but the text still remained. I found the text in archive.php, but I did not know how to delete it without messing up the template.

    Please, any help would be greatly appreciated. Thank you!

    #24480
    Jim

    Hi Carole

    Most of the settings for the presentation page are within Tempera Settings>Presentation Page settings here you can set the sliders and determine the number of columns (content of columns are within widgets) and the Extra Text area at the bottom control whats displayed as text on the page.

    I hope this helps

    Jim…

    #24434
    Pixvault

    There is a much easier way to solve this issue. Just make sure the field to the right of the Social Media selection is completely blank. If even a # is in that field the icons will display, if it’s empty they don’t display

    #24407

    In reply to: New features

    Kelvin

    This is best theme that I have used in the last 2 or 3 years. I think this a simple request or maybe have fix already in the theme. On presentation page it display all posts when turned on. Can you add a filter by category id? Current it pulls in even the uncategorized posts.

    #24393
    Jim

    Hi Emily

    Please ignore my previous mail, I have discovered the reason why your buttons aren’t working. Basically because you have moved the menu up it has ended up behind the header widget space layer. The following pasted into your custom CSS should cure it. This code switches off the header widget area. Meaning if you need the header widget it wont show.

    #header-widget-area {
    display: none;
    }

    Hope it works

    Jim..

    #24375
    Jim

    Hi Pascal

    You need to go to Tempera Settings then choose Miscellaneous Settings in there you will see a box labelled custom CSS code, copy the last code I sent and paste it into that box. Then save the settings and refresh your site. Hopefully if all works your “more posts” box should no longer be displayed.

    I hope this makes sense and helps

    Jim…

    #24364
    Jim

    Hi Pascal

    Sorry please ignore the code in my last message, it should be this:

    #cryout_ajax_more_trigger {
    display: none;
    }

    Thanks

    Jim…

    #24363
    Jim

    Hi Pascal

    The following code pasted into your custom CSS area within Misc. Settings should remove it from the page.

    a.continue-reading-link, #cryout_ajax_more_trigger {
    display: none;
    }

    I hope this helps

    Jim…

    #24309
    Joe

    Problem seems to be solved: as soon as I removed the post on the presentation page below the columns, they display correctly, i.e., 3 per row.

    #24289
    Rick

    Actually, the better fix (that doesn’t require changes to source files, which can be problematic when the next version is out) is the CSS changes mentioned above.

    This one will remove the upper-right header display of the social icons, but will still let you specify other locations:

    #sheader { visibility: hidden; }

    …Rick…

    #24274
    Jim

    Hi

    Within the presentation page settings you can set slides to display latest posts, random posts or sticky posts. I don’t use posts on slider but I have just tried it out and it worked for me. I created an image the same proportions as the slider and set it as the featured image in a test post.

    I hope this helps

    Jim…

    #24245
    Jfk

    I found how to 🙂
    If you’ve enabled the presentation page and also want to create a blog page (like the default WordPress homepage), create a new empty page and choose “Blog Template (Posts Page)” as the page template.

    Then add a link to that page in your menu(s) (if it isn’t displayed automatically).

    Thanks
    J

    #24236
    Michael

    I just had the same problem:

    Inside the “ninja-forms-display.css” change width to 90%

    .text-wrap.label-inside input,
    .textarea-wrap.label-inside textarea {
    width: 90%;
    }

    #24204
    kneighbour

    Sorry – your suggestions do not work.

    My social media setting fields are all totally blank (they only had a # in there anyway).

    The Social Media Settings in Tempura settings does not effect what is on the page. Only around the edge of the page (ie footer, right, etc). I actually want the social media icons to appear in those areas. But what is happening is that the icons are appearing after the text on every page. ie immediately after any text you happen to enter.

    It looks to me like there are Posts (blog entries) being added to every page after my text. These blog entries are actually empty, so you do not see any text. But the social media icons that you add after every blog post are showing up. So I guess the problem is – how do I stop blog entries from appearing anywhere? I am using WordPress as a website tool – to to display blogs.

    Just updated the theme to the latest 0.9.9

    #24178
    Rick

    In the latest version of Mantra, unchecking all of the socil media positions, then saving, does not disable the social icons display in header area. The checkboxes are re-enabled.

    …Rick…

    #24112

    In reply to: Breadcrumbs

    regis

    Go to templates folder in your theme and add
    <?php cryout_before_content_hook(); ?>

    after
    <div id=”content” role=”main”>

    in any page template you want to display breadcrumbs in.

    You’re welcome 😉

    #24111

    In reply to: Main Menu Width

    jim

    Hi Trey

    I had a quick look at your site and I think the CSS code below may do what you are looking for, add it into the custom CSS code area within miscellaneous settings and see if it works for you.

    #access {
    display: block;
    float: left;
    margin: -34px auto 0;
    }

    I hope this helps

    Jim..

    #24094
    Omi

    I have the same problem, and I’d love to try Marcelo’s suggestion. But I’m not sure how he did it. When “more posts” is clicked I’m getting a repeat of the same 2 posts already displayed there.

    #24049
    Jim

    Hi

    If you put nothing in the social icon links i.e. blank the field totally they wont show, alternatively within tempera settings there is a section called social media settings and the bottom of that section you can choose where or here not to display.

    I hope this helps

    Jim…

    #24045
    Find Me Hotel Do Net

    Hi,

    To alight the text in menu bar in Opencart

    Change #menu ul{ to:

    #menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;

    Regards/ Tissy/ findmehotel.net

    #23963
    Tim

    Hi. I’m having the same issue. If I reduce the number of displayed posts to less than the number of posts on my site, when I go to page 2 I get

    “Not Found

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

    I am still using Tempera 0.9.7 because my site needs pages, not a continuously expanding front page. Is there a fix for my site?

    – Tim

    #23957

    In reply to: Presentation Page Help

    jaime120

    REF: Tempra theme question
    hi guys,
    i logged into a pc using windows7 and noticed the widgets columns display properly. i went to the Appearance -> Tempra Settings -> and clicked on the presentation page, but instead of seeing the arrow pointer, it displays a bar i.e. (I) and not able to access setting on the theme. is there some setting in windows i have to change?
    you guys have fabulous themes, plz advise asap.
    Muchas Gracias…..

    #23956

    In reply to: Presentation Page Help

    jaime120

    i am about to toss my laptop out the window. i have followed your widget instructions to the “T”, to no avail. the widgets were working find up the last theme update you guys made. i cannot make the widgets display on either 2 or 3 columns (prsentation page columns setup as widget columns). you have a great theme, but need to get this fix to finish. i even created the images to the specified dimensions depending on the number of columns i select. no luck.
    i am working on a Mac Pro laptop. does the tempra theme not work properly ona mac? is this the problem??

    what am i doing wrong? everything else on the theme works just find. please advise asap.
    thanks for your help..

Viewing 30 results - 1,321 through 1,350 (of 1,618 total)