Search Results for 'ie'

  • Author
    Search Results
  • #24940
    Walt

    Breadcrumbs and page titles are 2 different things.

    Breadcrumbs show a hierarchical structure leading up to the page.
    Ex: yoursite.com >> Music >> Records

    The Page titles just show which page you are on.
    Ex: Records

    As for strictly getting rid of page titles, That’s hard coded into wordpress and not a template related issue.
    https://www.google.com/search?q=get+rid+of+page+titles+in+wordpress&oq=get+rid+of+page+titles+in+wordpress

    #24939
    Walt

    If you have a meta name=”viewport” tag, get rid of it.

    #24925
    Walt

    Users > your profile > Check Show Toolbar when viewing site

    #24918
    David G

    I would suggest creating a child-theme for your site. You will have 2 files in the directory – Style.css and functions.php. Then you can edit those to override the theme functions and styles. One benefit of a child theme is that when you update the main theme, you do not lose the customizations you have created. I suggest going to the WP site and search how to create a child-theme. It isn’t hard and there are plugins you can use also to achieve your goals. I use the plugin (Child Themify) but it doesn’t create the functions.php file although that is easy enough using a FTP program to add that.
    I hope that helps.

    #24905

    In reply to: Custom menu?

    undra

    I created two menus and added custom code to my header.php to open either menu based on if the user is logged in or not. But when i added the custom code, it changed the format of my navigation making the buttons smaller. I want to still use the format of the original theme settings, but can’t figure out how. Here is the section of code that i added to my header.php below:

    <nav id=”access” role=”navigation”>

    <?php
    if( is_user_logged_in() ) {
    $menu = ‘logged-in’;
    } else {
    $menu = ‘logged-out’;
    }
    wp_nav_menu( array( ‘menu’ => $menu, ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) );
    ?>

    </nav><!– #access –>

    I have tried all sorts of things with thew style.css file, but nothing seems to work. Can someone direct me in what i need to do to make this work

    #24875

    In reply to: Parabola & Woocommerce

    Jorge A.

    Hi, Jeannie,

    I installed the original Parabola theme before installing the child theme, which inherited all the Parabola settings.

    When it comes to updating the child theme, my server won’t let me uodate it from the WP admin panel, so I have to switch to the parent Parabola theme, delete the archives for the previous version of the child theme, install the new version of the child theme and activate it. It takes no more than two minutes, and the theme is worth it from my point of view.

    #24863
    Milena

    Add a new page, call it homepage and set the defaults of the site – to static view, choosing that page. As for the Tempera marketing, i think you can quickly pay them.

    #24855

    In reply to: Home page with slider

    Michael Karsh

    Hi, I used meta slider. Works great. It also has an option to use the Tempera slider but I haven’t tried that.

    #24854
    David

    We are begging for more social media icons for our site too. We want to add iTunes to our Linkedin, Facebook, pinterest, Twitter, Youtube links but we are out of entries.

    Thank you.

    #24850

    In reply to: Parabola & Woocommerce

    Jeannie

    Jorge, did you install the regular Parabola theme first before using the child theme, or did you install the child theme initially? I am trying to figure out how to update an existing Parabola site to use WooCommerce and would be grateful to have the benefit of your experience. (If I install the child theme now, do I need to re-set everything or will it inherit all the settings from the parent theme?)

    digamber pradhan

    Hi guys i’m having a similar problem i’m using the wordpress multisite feature and when I added this new plugin there was this home/content/p3nexnas03/89/2066089/html/wp-includes/capabilities.php on line 1511 error and i can’t for the life of me figure out why the only changes i’ve made are custom changes using front end form to change use-nicknames and all

    #24837
    Mike

    Hello, im looking for a easy way to do this, i tried several plugins without luck, next step is to edit the php code. Any tips would be greatly appreciated.

    Silfer

    Hi Aaron, I have a similar problem.

    I have set my presentation page columns to be showing the latest posts, and I will like the title of these posts to be below the image.

    I have tried reading the PHP code but am kind of lost.

    How do I go about it? Thanks!

    #24822
    Pixelologist

    It doesn’t work for me, either. Using Parabola and viewing on an iPhone, the button is visible but activating it does nothing at all.

    #24803
    Ed Williams

    I’m having the same problem. I’ve been testing different calendars to find the best one for my client’s needs. Every one I tried was cut off on the right, so I loaded another theme and they work perfectly…but I’ve got too much time invested in the Tempura theme to switch at this point.

    #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 12 years ago by Zed. Reason: removed email in text to avoid spam
    #24797
    Mickie Sherwood

    No reply yet?

    More info on what I’ve done to solve my problem. But to no avail.

    I created a menu called Main Menu. I added all of the pages I wanted to show in the Primary Navigation.

    I checked the URL for my Welcome/Home page. The link showed http://www.mickiesherwood.com/blog. Then

    I choose Links on the left side of the Edit Menus tab.

    Then I typed in the URL above and filled in the Link text field with Welcome.

    I clicked Add to Menu.

    What happened was Welcome is then listed under the Menu Structure as Custom.

    Then I clicked Save Menu.

    I now have a Welcome tab and a Home tab on the Primary Navigation.

    But when clicked, both pages show what’s on the presentation page.

    Can anyone help me, please?

    #24782

    In reply to: Not responsive

    tom

    Hi,

    Great theme. Thank you so much. However, I am having the same issue with a friends site. I am using an adroid tablet and S4 phone, and the mobile menu says “Menu” and it will not return to home.

    Thank you very much in advance for your time and consideration.

    Warm Regards,
    Tom

    #24770
    Peter Ward

    Hi Zierleisten,

    I have used Tempra a couple of time’s, albeit for personal projects, from cryoutcreations and found it to be very good.

    However, I had the exact same issue when using Static Webpages, this is how I fixed mine for Tempra, Parabola may be similar…

    Find and edit content-page.php, it is in the themes/tempra/content/ folder.

    At this point, I would suggest you take a backup of content-page.php before editing, and ideally you should be applying this on a child theme, rather than the parent as it may disappear after any theme updates.

    Find a line that reads <?php the_content(); ?>

    Either before or after this, its down to your preference, add the following…

    printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date updated” datetime=”%3$s” pubdate>%4$s</time><span class=”by-author”> <span class=”sep”> by </span> <span class=”author vcard”>%7$s</span></span>’, ‘tempra’ ),
    esc_url( get_permalink() ),
    esc_attr( get_the_time() ),
    esc_attr( get_the_date( ‘c’ ) ),
    esc_html( get_the_date() ),
    esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
    esc_attr( sprintf( __( ‘View all posts by %s’, ‘tempra’ ), get_the_author() ) ),
    get_the_author()
    );
    ?>

    You may need to change the reference ‘Tempra’ to ‘Parabola’, there are only two.

    This will add the ‘updated’ and ‘author’ fields missing.

    Test again with Webmaster Tools, all should be good now.

    Hope this gets you going.

    #24756
    Andrey

    I need this to work on the main page in news preview

    #24745

    In reply to: Parabola & Woocommerce

    Jim M

    I seem to see an issue with the add to cart button. On my page:

    http://phoenixfearcon.com/shop/

    When I click “Add to cart” the checkmark which appears lies on top of the “View cart” button. Is that something which is fixable? If so, do I need to change the theme or the plugin, and what needs to be changed?

    #24742
    Ephraim

    I believe I may have misspelled the domain name of our site.

    The site we are having problems with is kedmitours.com.

    People keep calling me about the above problems with IE8.

    Please help us.

    Thank you.

    #24731

    In reply to: Parabola & Woocommerce

    Jorge A

    I’ve tried it and it works fine for me…

    I have just one feature request: I have activated the breadcrumbs in the Parabola settings, and they work for the posts and pages, but not for the products. Can you make the breadcrumbs work also in the shop parte in future updates? That would make this theme simply perfect.

    #24721
    Zhenya

    So, I have a workaround that restored the headlines in most browsers: Go to Parabola Settings — Post Information Settings. HIDE Categories. Refresh screen, and the titles will reappear on the presentation pate. (At first I also hid tags, but I’ve restored them and all is still fine.) While I’d prefer to have the categories be visible, I’m good with this until developers fix whatever is causing the problem.

    #24717
    Raffa

    I have tried to go in Tempera setting and than Graphics setting, set Breadcrumbs to disable but it doesnt work. Also set title page to hide.

    Any help will be apreciate
    hasta pronto:)

    #24712
    Mickie Sherwood

    My problem is the same as described above.

    The post comments section has no labels. Required fields * instructions show above the blank field. But the Name, Email, and Message labels are missing.

    Any help would be appreciated.

    #24700
    Mulli
    #24699
    Sylvie

    Thank you very much for your answer Jim. It did help. 🙂
    I can’t believe it was so easy and I didn’t see that before…

    #24693
    Peter Knecht

    Hey Jim,
    I try that and even though the settings are for 3 columns in a row they are still only putting them in a singly column… I have tried switching it in and out so…. Any help is much appreciated….
    Thanks,
    Peter

    #24692
    Mickie Sherwood

    Hi Jim,
    Thanks for replying so quickly, and clearly. My Presentation page is enabled http://www.mickiesherwood.com/blog.

    New problem. I have a Welcome page that is now in limbo–somewhere. I remember reading about extra steps being necessary if the Presentation page is enabled and there is a Home page. What do I need to do to get my welcome page back and keep the Presentation Page?

    Thanks again for your help.

Viewing 30 results - 2,401 through 2,430 (of 3,166 total)