Zed

Forum Replies Created

Viewing 30 posts - 5,671 through 5,700 (of 6,634 total)
  • Author
    Posts
  • in reply to: Main menu Limited? #15850
    Zed
    Cryout Creations mastermind

    I don’t remember WordPress changing anything related to menu items recently.

    And since that’s WordPress and not the theme, perhaps asking this question on the WordPress forums would provide more useful answers.


    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.
    in reply to: Hide Sidebar 1 #15849
    Zed
    Cryout Creations mastermind

    Appearance > Widgets is where you’ll find all the widget areas, including the sidebars.

    If you see the default placeholder text (Your sidebar is empty. You can add widgets into this area…) this cannot be removed. It will automatically disappear when you do add widgets to that sidebar or you can disable the sidebar entirely by switching to a different layout or page template.


    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.
    in reply to: Adsense issu on presentation page #15847
    Zed
    Cryout Creations mastermind

    Javascript is not accepted by WordPress’ filters inside the presentation page fields.
    You’ll need to manually edit the presentation page file (includes/theme-frontpage.php) preferably after copying to a child theme and placing the code directly in that file.


    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.
    in reply to: Display of Posts on Presentation Page #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.
    in reply to: How to shorten the text or hide it in the slider? #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.
    in reply to: ubermenu columns #15839
    Zed
    Cryout Creations mastermind

    Ubermenu is not supported out-of-the-box by Mantra (yet).

    Create a child theme, copy header.php from Mantra to the child theme, open it and edit the #access ID to anything else (like #access2).

    This will remove all of Mantra’s styling from the menu and make Ubermenu function properly.


    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.
    in reply to: Search box in the presentation page #15838
    Zed
    Cryout Creations mastermind

    Yes, you need to arrange and format the HTML generated by that function depending on how you want it to look and be placed in the header.


    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.
    in reply to: Moving tags in posts #15837
    Zed
    Cryout Creations mastermind

    That is how the theme was designed. To change, you’d need to customize the post(s) layout via a child theme.
    Depending on the post type, there are several files involved: content.php and content-something.php (except content-frontpage.php)


    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.
    in reply to: Mantra child theme creation problems #15835
    Zed
    Cryout Creations mastermind

    Are you trying to customize the presentation page?

    The child theme only requires the style.css file.
    You have to include functions.php (and code in it) only if you want to change PHP code as well.


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

    Tempera is close to that behaviour and look.


    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.
    in reply to: How put RSS and ads on the homepage ? #15833
    Zed
    Cryout Creations mastermind

    Why are you using an é in the URL? That’s not an acceptable IDN character.


    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.
    in reply to: Responsive theme (Mantra) #15832
    Zed
    Cryout Creations mastermind

    Responsiveness is disabled on your site. Enable it in the theme settings.


    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.
    in reply to: Can't access wordpress dashboard anymore! Please help! #15831
    Zed
    Cryout Creations mastermind

    You should not be making changes to the theme’s files (as these will be lost on the next update).
    Use the Custom Footer Texts field in the theme settings or a child theme for more extensive changes.


    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.
    in reply to: Two post pages #15830
    Zed
    Cryout Creations mastermind

    This is what categories are for. When you set up menu items, add a menu item for one category and another one for a different category.


    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.
    in reply to: How to use Custom post template for a post/posts #15829
    Zed
    Cryout Creations mastermind

    There is no such thing as “custom post template” in WordPress.


    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.
    in reply to: Changing background colour of footer #15827
    Zed
    Cryout Creations mastermind

    That’s controlled by the third (last) General/Text field. Links use the Footer/Links colour fields (the last two overall)


    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.
    in reply to: How To Ammend: "Powered by Parabola & WordPress" In Footer #15826
    Zed
    Cryout Creations mastermind

    Eleventh, your site will be a target for spammers no matter what the footer says. Spam bots don’t browse your site, they were programmed with the correct WordPress files URLs and post comments on your pages directly.
    Install and activate Akismet as a first step in your spam fighting.


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

    Please see (the newly added) question E5 in the theme’s FAQs (link in my signature).


    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.
    in reply to: How to add pagination on presentation page #15823
    Zed
    Cryout Creations mastermind

    A working pagination will be added 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.
    in reply to: Hide Header Text #15822
    Zed
    Cryout Creations mastermind

    Did you set the “Site Title” option to “Empty” or “Clickable header image”?


    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.
    in reply to: Modifying magazine layout? #15820
    Zed
    Cryout Creations mastermind

    The blog page template follows the general layout selected, so if you use a 2 columns (content+sidebar) layout (Appearance > Parabola Settings > Layout), you’ll get a sidebar on this page/template as well.

    To add content before the posts you can use the Above Content widget are to place your content and a conditional widget plugin to make that content appear only on this particular page.

    Parabola doesn’t have borders/shadows around posts/content.


    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.
    in reply to: How do I automatically center the title of a post? #15815
    Zed
    Cryout Creations mastermind

    You can place any CSS you may want to use to change how your site looks in the Custom CSS field (under Miscellaneous in the theme’s settings page). This CSS is saved separately and is applied to the entire site without editing any files.


    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.
    in reply to: Line width #15814
    Zed
    Cryout Creations mastermind

    The magazine layout applies to all category sections (everywhere where posts are listed). We are working to turn this into a page template so it can be used on selected categories/sections.


    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.
    in reply to: How to remove entries from the homepage? #15813
    Zed
    Cryout Creations mastermind

    Juanjo, that is sample content. Replace it with your own text/images and the “advertising” will disappear.


    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.
    in reply to: jQuery #15812
    Zed
    Cryout Creations mastermind

    The issues you’re encountering separate from Parabola indicate that your browsers may have JavaScript disabled. Check this or try a different browser.


    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.
    in reply to: See older posts in the presentation page #15811
    Zed
    Cryout Creations mastermind

    For now the presentation page doesn’t have a pagination or a link to the rest of the posts.

    You need to use the “Blog template (posts lists)” page template on an empty page to get the behaviour of the original WordPress homepage posts list. This is explained in the theme FAQs.


    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.
    in reply to: Increasing the size of the header/banner image #15809
    Zed
    Cryout Creations mastermind

    The header area size is configurable in the theme settings:
    – the “Header height” under Header option does exactly what its name says
    – the header width is the same as the general site width, configurable under Layout.

    Then upload the image with the new size in Appearance > Header


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

    Add featured images to the posts and enable the “Featured Images as POST Thumbnails” or just enable the “Auto Select Images From Posts” option in the theme’s Featured Image Settings


    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.
    in reply to: WordPress in subdirectory causes problems #15807
    Zed
    Cryout Creations mastermind

    If your WordPress configuration is correct and it knows where its files are located, check the custom menu tutorial in my signature and look for the special “Home” menu item (indicated by arrow no. 5).


    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.
    in reply to: Header question #15805
    Zed
    Cryout Creations mastermind

    Not without extensive changes to the theme code.
    It may be simpler for you to integrate this via a background image.


    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.
Viewing 30 posts - 5,671 through 5,700 (of 6,634 total)