thezedt
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryout Serious Theme Settings] Cryout Serious Theme Settings PluginI am not familiar with HostGator’s hosting control panel (and hence its file manager functionality).
Which control panel do they use?
Forum: Themes and Templates
In reply to: [Tempera] Tempera Settings Disappeared with WordPress Update 4.4WordPress 4.4 brings some changes to the settings page HTML structure that interfere with our themes’ settings page.
Since this change comes at the same time Customizer-based options became mandatory for theme updates, we have no solution for fixing this issue in the theme since for any new update to be approved we are forced to remove the theme settings anyway.So we’ve come up with an alternative solution and implemented it using a separate plugin. To restore the settings page to a functional state, search for and install the Cryout Serious Theme Settings plugin in your WordPress. Once activated, the theme’s settings page will return to working condition.
We’ve implemented this solution for all our themes in the same plugin, so it only needs to be installed once no matter which of our themes you use (or switch to in the future).
Forum: Themes and Templates
In reply to: [Nirvana] No Settings PageTry a force refresh in your browser – press CTRL+F or CTRL+R (depending on the browser) several times in the settings page. This should clear out caching issues.
Forum: Plugins
In reply to: [Cryout Serious Theme Settings] Cryout Serious Theme Settings PluginThere was an error into a previous version of the plugin which cased that when the plugin was used with an unsupported theme version.
The only way to solve this is to delete the plugin folder using a file manager (either your hosting control panel’s file manager or a FTP client).
This issue is now fixed.
Forum: Reviews
In reply to: [Cryout Serious Theme Settings] Something's MissingWhen the release cycles are controlled by someone else (in this case the review teams), things don’t always stay synchronized.
Patience is a virtue…
Forum: Themes and Templates
In reply to: [Nirvana] sidebar in selecting page template not workingHow did you set the two columns layout? On which page did you use a page template? Which is that page’s address?
The general layout options applies to the entire site (categories, posts, pages, so on) except individual pages using a different page layout template.
Forum: Themes and Templates
In reply to: [Nirvana] Slider Plugin in Header widgetThea header widget area does not technically fill up the whole header area. If you are trying to make your slider behave as a header slider, that will not work.
Forum: Themes and Templates
In reply to: [Tempera] How can i add widgets to individual pagesInside the pages or sidebars on specific pages?
To add widgets inside pages you’ll need to use a ‘widget-as-shortcode’ plugin.
To define which widgets are visible on which page(‘s sidebars), you’ll have to use a ‘conditional widget’ plugin (Jetpack has such a feature)Forum: Themes and Templates
In reply to: [Tempera] can't can't customize my websitePlease provide more details about the issues you are having.
This issue is caused by a browser security limitation locking resources (CSS/fonts/JS) to the same domain only. When you moved your site to the new URL you did not correctly update all database records of the old URL, resulting in WordPress still attempting to load resources from the old address.
See these links below for more info:
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORSIf you have access to your site’s .htaccess file and the server has the needed extension, adding this code should solve the limitation:
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>If you don’t have a .htaccess file in the site root, create one. However it the module is not available on your server adding this will have no effect.
Forum: Themes and Templates
In reply to: [Tempera] Problem in adding fonts to child themeDo you want to add fonts to the configuration lists or simply to use those particular fonts for your content and apply them to certain areas.
Number one is quite tricky as it would mean messing around with a lot of files.
Number two is simpler (or not so simpler depending on what fonts you are adding). Using Google Fonts for example is as simple as using them in the settings. Other online fonts will need some file importing and new styling rules to be added.
Using your own font files adds slightly more work, as the font files need to be prepared (be made “web-ready”) before including them in the files and calling them in the style.Forum: Reviews
In reply to: [Nirvana] Great theme, but poor supportAnd how is the complete edition of the theme, offered entirely for free for you to check all its capabilities, with hints for all its options present right in the settings page and accompanied with a bulky FAQ, anything LESS than a lite (limited) version of the same theme?
Sorry for not making your site for you… also for free.
Forum: Themes and Templates
In reply to: [Nirvana] Not responsiveAre you using Jetpack? Are you using Jetpack’s mobile theme feature?
Forum: Themes and Templates
In reply to: [Nirvana] PHP Errors in frontpage.php and /includes/widgets.phpSorry about this, it was an issue caused by a certain bit of code we added in combination with older PHP versions.
The update fixing it is now live.Forum: Themes and Templates
In reply to: [Nirvana] Margin LayoutThrivewithfiona, both boxed and wide layouts have the same default width. Go into the theme settings and tweak the Layout options with the desired widths for your site.
jackiebolen, could you provide more details?