Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindAdditionally, you can’t have separate icons between areas; all areas will display the same configured social icons.
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 mastermindNot easily. The columns are quite complex structures inside the theme.
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 mastermindTo add borderless images in posts/pages, leave them unaligned. Parabola only applies the image border settings to aligned images.
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 mastermindOr leaving all slide fields empty.
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.November 17th, 2013 at 13:49 in reply to: How To Ammend: "Powered by Parabola & WordPress" In Footer #13696Zed
Cryout Creations mastermindThat’s our credit link and it’s the only thing we ask to be kept intact in return for our free work.
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 mastermindParabola doesn’t support shortcodes (WordPress doesn’t allow this anymore).
We’ll add them in the future via a plugin.
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 mastermindThe ‘category page with intro’ template follows the general layout settings. If you configure the layout to have a sidebar, you’ll get that sidebar on that page as well. Then edit the rest of the pages to use different sidebar layouts (if needed).
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 mastermindCheck if you’re still having this issue after the 1.3.0 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.Zed
Cryout Creations mastermindWe’ll have a look at this and figure out what’s wrong.
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 mastermindThat’s still one content column with 9 cells inside it. You can do that with a HTML table.
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 mastermindThere are plenty of slider plugins out there which you can use for other pages.
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 mastermindIf you can’t upload the settings file, then WordPress doesn’t have write permissions on its upload folder. Correct that and you should be able to import a settings export file.
The file is not stored on the server, it’s read after the upload and its content merged with the default theme settings and saved to the database.
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 mastermindEach page has a different body class (based on the page id), and each menu item also has a different class (based on the target page id).
Use those to customize the looks.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.November 17th, 2013 at 13:30 in reply to: How do I remove space for slider on presentation page? #13682Zed
Cryout Creations mastermindIt’s easier to hide the slider by leaving the content (slide fields) empty.
Alternatively, use this CSS to hide the slider container so it doesn’t take up space anymore:
.slider-wrapper { 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.November 17th, 2013 at 13:28 in reply to: Changed URLs for website, but old pages show on new URL landing #13680Zed
Cryout Creations mastermindDid you solve this?
I see no link issues on the (now visible) presentation page on easternwolfsurvey.ca.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 mastermindYou can only do that by editing the theme files, namely
frontpage.phpincludes/theme-frontpage.php (frontpage.php is in for Parabola)-
This reply was modified 12 years ago by
Zed. Reason: corrected filename mistake
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 mastermindWhich pages?
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.November 17th, 2013 at 13:22 in reply to: How to…..switch off displaying category description on category pages #13675Zed
Cryout Creations mastermindbody.category h1.page-title { 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.Zed
Cryout Creations mastermindThe CSS provided above is for the sidebars, not the footer.
For the footer use
#footer-widget-area .widget-title { font-weight: bold; }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 mastermindI only see a top menu on your website. That one doesn’t support submenu items. Only the main menu does.
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 mastermindYou can’t display both the logo and site title/tagline simultaneously without quite a bit of code editing.
Use a dev tool like Firebug to inspect the title and tagline and figure out the necessary tags.Centering will be quite tricky though (especially if you also want to keep responsiveness working).
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 mastermind1. depends on the images mentioned
2. you can use a caching plugin; some also provide css and js minify-cation; just don’t over-minify as that will break the theme (and other things);
3. this is in the FAQs:Make sure the “Site Title” and “Tagline” fields are filled in under Settings > General, otherwise you will see a stray dash in the browser title.
If you do wish to hide the previously filled in site title and tagline from the site header area, just set the option to anything but “Site title and description” — logo (if you have one), clickable header (if you’ve set a header image) or empty will all do.
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 mastermindYou should place the analytics code in the the Custom JS field (under Miscellaneous).
You can then place banners using widgets.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 mastermindI see no overlapping images, but I see quite a bit of disarray, caused by the huge differences in the sizes of the images.
Try to keep the images (about) the same size, or arrange them in a grid (using a table or a gallery plugin).
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 mastermindWell the “how to” depends on the hosting control panel used. I personally have used more than 10 different hosting control panels and each one has its own procedure at creating a complete account backup.
You need to know which hosting control panel your hosting uses and then search for a “how to” for that particular solution.
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 mastermindWhat is the problem with Jetpack?
I use it on 3 separate sites and never had issues with it and neither Mantra nor Parabola.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.November 17th, 2013 at 12:43 in reply to: Presentation Page Not Visible When I Select "Static Page" #13661Zed
Cryout Creations mastermindThat is correct. And is explained in the 1.2.2 release notes:
Parabola 1.2.2 changelog
- presentation page now displays latest posts by default (requested by WordPress); this can be disabled in the theme settings
- presentation page no longer overrides static page (requested by WordPress); make sure you don’t select a static page under Settings > Reading or you will no longer see 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.November 17th, 2013 at 12:41 in reply to: Internet Explorer showing pages at max width on first page load #13660Zed
Cryout Creations mastermindWe can’t reproduce this issue on our test servers.
Try and see if this occurs on a clean install of the theme.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 mastermindCustom post types should be handled better in the 1.3.0 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.Zed
Cryout Creations mastermindDo you have an URL for the page with captionless thumbnails?
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. -
This reply was modified 12 years ago by
-
AuthorPosts