Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThis problem is caused by a JS change since WordPress 4.4.2 which we’ve corrected for in Tempera 1.4.1.
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 would be useful to investigate the debugging console with the plugins disabled to see if any jQuery-related errors still exist.
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 mastermindYes, Parabola works with WordPress 4.5, 4.5.1, 4.5.2.
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 the styling eventually worked. If you just wanted the content background to be transparent (so the site background is visible behind the text), you could have done that by simply leaving the theme’s content background color field empty in the 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.Zed
Cryout Creations mastermindMaking CSS more specific usually solves styling that does not apply (due to existing theme styling overriding it).
For example, if
#content p { }
does not work, change that to
#parent-container #content p { }
or
body #content p { }
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 mastermindEsther, please see this announcement.
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 posts on the presentation page have the same white background as the rest of the content.
You are not using the presentation page right now so I cannot see how the latest posts appear 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.Zed
Cryout Creations mastermindDoes the visual editor return to working condition if you temporarily switch to one of the default Twenty themes?
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 mastermindIs the path of the image file correct? That code would only work if the logoimf.jpg file would be located in the root of your WordPress folder.
You need to either use a full path
http://www.yoursite.com/full/path/to/your/image-file.jpg
or a relative one appropriate for both the file location and which file is including it
full/path/to/your/image-file.jpg
(in this case).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 mastermindNothing is stopping you from editing theme files directly but then you either never update or lose these changes the next time you update the theme.
That is why the recommended method for customizing code is through a child 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 mastermindThe reverse way of how you activated it, from under Settings > Reading.
Set the homepage option to “latest posts” instead of a static 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.Zed
Cryout Creations mastermindCustom slides have a separate link field to specify the target URL. If this is empty the slides will not link anywhere.
Post-generated slides will link to the slides themselves (and there is currently no way to customize the link).
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 mean you want to customize (add extra) socials?
We have information about that topic 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.Zed
Cryout Creations mastermindYou will need to customize the file responsible for the theme’s presentation page (frontpage.php) and replace the built-in slider with your own slider.
You should definitely do this in a child theme.If you’re not using the theme’s presentation page things are simpler as you can simply place your slider in the above content widget area and use a conditionality plugin to limit that widget’s visibility to 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.Zed
Cryout Creations mastermindAs we’ve discussed through support, you were using a child theme header.php file which was probably copied over from Tempera before we’ve implemented the current mobile menu (v1.2) when we’ve added that menu toggler.
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 mastermindHave you tried disabling them all at once?
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 error mostly says it all: you have problems with file permissions. Correct those to be able to install/update extensions.
The website files should be owned by the webserver user (or whichever user the webserver runs under for this particular account) to avoid this kind of error.
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 mastermindWidgets are not under the theme’s control.
If you have problems administering widgets you should ask about it in the WordPress forums.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 mastermindThis issue should be fixed in the next 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 mastermindSwitch the header image’s responsiveness mode from the theme’s options (under Header).
What difficulties are you having seeing the main menu?
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 meta bar should disappear entirely when it’s empty – we’ll correct this in a future update.
Until then, use this CSS to hide the meta bar everywhere:
body .entry-meta { 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 mastermindTo hide it on the entire site you can use the theme option under Graphics Settings.
To hide the bar only on (specific) pages, CSS can be used.
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 mastermindFor that you’d need to customize the frontpage.php file (using a child theme) and move the code sections around to the new order.
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.April 24th, 2016 at 19:20 in reply to: Insert additional custom web analytics script on Nirvana #36544Zed
Cryout Creations mastermindI recommend searching for a plugin that lets you insert code into your pages (in the desired locations). Manually editing files to add the code in is slightly more complicated.
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 mastermindAll sections not pages configured to use a specific layout will use the theme’s general layout (as configured in the options).
If you want the 404 section to behave otherwise, you’d need to customize the 404.php file to remove the sidebar(s) and some CSS to override container attributes applied by the body layout class.
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 mastermindDepends on the desired visual presentation. If you want the news to be displayed in the slider or in the columns, those are image based so the posts need images. Try looking for a plugin that sets a default featured image (when no other exists).
Otherwise, for text-only content you can enable displaying posts below the columns (but you’d need to control the category(es) also with a plugin if you don’t want all posts to show there).
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’m sorry, I’m not sure I understand where you want to add the extra icons. Could you provide more information?
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 find that option in the theme’s settings page (under Layout).
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 try using a custom menu.
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 mastermindContent elements have some padding all round.
The .yoyo class is used on sidebars and widget areas so I don’t see how it is connected to the homepage 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. -
AuthorPosts