-
AuthorSearch Results
-
December 20th, 2016 at 11:30 #41436
In reply to: Scroll down
Hello
Great, thank you ! 🙂
OlivierDecember 20th, 2016 at 11:16 #41430In reply to: Primary category
Zed
Cryout Creations mastermindAs far as I remember, there is no ‘primary’ category in WordPress. They’re all equal.
Breadcrumbs use WordPress’ functionality to figure out the category a post belongs to, and WordPress orders categories alphabetically, so A will always be chosen before B.Are you using a plugin to select a primary 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.December 19th, 2016 at 18:23 #41423In reply to: Replacing Social Icons Using Child Theme
Great! Thanks so much for responding, Zed! My new social icons are now showing in the front end. 🙂 I did everything you directed above and it worked. But I still have some questions:
1) How would I add additional social networks? I left only the new social networks in the $extrasocials array as follows:
<?php
/**************************
* Nirvana – Child extra social icons theme example
* version 0.1 / 20150525 / for Nirvana v1.0.4 and up
* (c) Cryout Creations
* ***********************/$extraSocials = array(
‘Bloglovin’,
‘Etsy’,
‘RSS’,
‘Snapchat’,
// edit and/or add your extra socials here;
// leave this array empty if you only want to replace the images in your child theme
// the new social icons image files need to be placed in the nirvana-extrasocials/images/socials folder,
// with the exact same name(s) used above; capitalization DOES matter!
);And I added them to the socials folder with the other files. Now how do I get them to appear?
2) Also, I am still getting the following error when trying to customize my site through the front end. Do you know what would cause it? You mentioned “make sure you preview the edited child theme before activating it with the new code” but it doesn’t give me the option to preview. The only option it gives me is to “customize” which takes me to the front end customize screen where I get the error message. If I go to just preview my site without customizing, it looks fine. I only get the error message in the customize screen. The child theme was working fine until I added the php file. I’m wondering if I put it in the wrong place maybe? I have it saved to: wp-content/themes/Nirvana – Child/ and I amended it as stated above and checked for closing and opening tags. And my css file just has the basic opening header info that I added from the child theme tutorial.
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
3) Also, I wanted to ask you how modifying the social icons in the theme effects the Publicize and Social widgets with Jetpack. Do I have to follow the directions on their site to modify the icons? And how does that interact with the new social icons I just added to the child theme? Does one override the other? How do I correctly modify their widgets and icons like the profile photo badge, follow me on…. buttons, etc?
4) Lastly, I need to replace the menu buttons for the main header ie About, Blog, Contact, etc. Is there a way to do this? I also would like to replace the search bar and add sidebar tabs, profile badge photo, etc. These are all png or jpeg files I purchased from a blog branding kit. But I was told I didn’t need to know any css! lol
I know these are a lot of questions but I’m totally lost about how to do it! Any help or direction you can give me is so very much appreciated!!
Thanks, Zed! Julie
Website: reviewzbyjewelz.com
December 19th, 2016 at 16:44 #41420Zed, I’ve done that and tried setting a static page but it won’t work. Once I make the change, my site doesn’t load.
December 19th, 2016 at 12:55 #41419In reply to: How to create a category page
Yes – as I wrote, I followed the description on that page.
I made a page and it’s template is “Category page with intro”. Then I tried the different keys, one at a time, with the corresponding value, like so; https://postimg.org/image/b1rxt6e8h/
None of the key/value pairs work, at least not the way I expect. When I click on the correct category I would expect my page to be shown first, and then all the posts belonging to that category, but it does not.
Zed
Cryout Creations mastermindThe page load slower because you are using several very complex plugins.
Those ‘incidents’ refer only to the theme’s settings page (which may be affected by the additional resources loaded), do not exist anywhere else and should be viewed as an indication on how many extra resources specific plugins are loading (and how much consideration they have for the rest of the site extensions).
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.December 19th, 2016 at 11:56 #41407In reply to: Replacing Social Icons Using Child Theme
Zed
Cryout Creations mastermindThe social images are not displayed anywhere in the dashboard.
If you’re only replacing the images (and don’t intend to add new networks that are not originally in the list) you don’t need to add them to the $extraSocials array.
Gather the new images and upload them as
wp-content/themes/Nirvana – Child/images/socials/*Social*.pngLeave the extra array empty:
$extraSocials = array( );
and include the rest of the provided code in your child theme’s functions.php.Be careful with php opening/closing tags (so they don’t create errors) and make sure you preview the edited child theme before activating it with the new code.
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.December 19th, 2016 at 11:44 #41405In reply to: How to enable H1 tag in Niravan Home page?
Zed
Cryout Creations mastermindYes, the H1 tag is for now only applied to the site title.
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.December 19th, 2016 at 11:18 #41396In reply to: Sidebar Switch
Zed
Cryout Creations mastermindIn Mantra the first sidebar is always used on single sidebar layouts (including page templates). The second sidebar only appears on two-sidebar layouts.
If you need different widgets depending on the section of the site viewed, I suggest using a widget visibility plugin (like Jetpack’s built-in support for this).
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.December 15th, 2016 at 02:48 #41336In reply to: Replacing Social Icons Using Child Theme
Also, I’m now getting this error message in the front end of my site when in customize mode ever since.
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.
December 14th, 2016 at 23:33 #41334In reply to: Two themes support purchase
Kay
Cryout Creations mastermindHi Eddie and thanks a lot for your interest in our themes.
There’s no discount for two themes at this moment, however a general discount may arrive around this holiday season that should work well for you 😉
Have a great day!
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.December 14th, 2016 at 21:57 #41333In reply to: Featured Image on Posts Page
I have now tried just switching to category few, added and removed the page, but no luck. This is the last thing before the site goes live, so I was hoping it could be a simple fix without having to change themes.
December 12th, 2016 at 17:53 #41262In reply to: Two column layout not working in 0.9.7?
https://dl.dropboxusercontent.com/u/14675729/twocolumnoverlap.jpg
That’s a screenshot of what’s happening. I reinstalled 0.9.7, same problem. My blog posts have shifted over on top of my left sidebar. I am running a child theme, but only to add my adsense code in the header. I’ve made no changes to the theme itself. I’ve also tried disabling all plugins, but the problem persists.
Website: rachelscreativeadventures.com
December 9th, 2016 at 15:51 #41155In reply to: Create blog separated from the presentation page
Thank you, I should have figured that out. But I got a new problem – How do I get my categories and other widgets on the right side on the blogpage? Now the post itself is full-witdh and I don’t know where to put the widgets.
December 4th, 2016 at 12:51 #41073In reply to: Google Font Issues
Zed
Cryout Creations mastermindGoogle fonts are automatically loaded from Google’s services (adding the files to the theme folder has no effect) and requires entering the correct font identifier in the field, for example:
- Cabin (standard) – enter “Cabin”
- Cabin Semi Bold – enter “Cabin:600” (600 is the semi-bold font weight)
- Cabin Bold – enter “Cabin:700”
You can get the correct identifier by selecting the desired font variant and looking for the embedding code on Google’s service 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.December 4th, 2016 at 12:42 #41072In reply to: No Mobile Display
Zed
Cryout Creations mastermindYour contact form uses tables with inline sizing. Tables are inherently not responsive (and setting sizes on them doesn’t help).
Try adding this custom styling:@media (max-width: 800px) { #fm-form-1 table, #fm-form-1 td, #fm-form-1 input, #fm-form-1 textarea, #fm-form-1 select { float: left; max-width: 100%; } #fm-form-1 fieldset, #fm-form-1 ul, #fm-form-1 ul li { background: transparent; padding: 0; } }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.December 2nd, 2016 at 03:45 #41041In reply to: Reduced nav menu and anchor links
Okay, after getting a lot of info here and there, I now know how to do what I want, but it implies to override frontend.js. I try do this properly in the child theme, I tried several things in functions.php, using wp_dequeue and wp_enqueue, without success, frontend.js from parent theme is always the one used.
So, what am I missing ? What would be the procedure here ?Thanks in advance, any help would be truely, greatly appreciated !
Website: skadi-web.fr
November 29th, 2016 at 23:07 #41018In reply to: Responsive doesn't work
Thank you for this response, but I tried to remove the <noscript></nostript> line and it doesn’t change anything with the responsive menu… I removed after that all the Piwik code, and it doesn’t work better.
Another idea?
November 28th, 2016 at 19:22 #41009lvholmes
Power UserFor anyone else having this question, I’ve solved it by adding the widget “Image Slider” to the Above Content Area. The slider then appears on every page and post, which I did not want. I added the widget “Widget Logic” which when enabled adds a text field to each widget which you can use to configure where the widget appears on your site. You have to be able to write a wp filter, which I cannot do, but the developer supplied the filter to have the widget appear only on the home page: is_home()
November 28th, 2016 at 10:52 #41004In reply to: woocommerce + fluida
single product page and shop page – still does not display correctly, I tried to create woocommerce.php but still problem
November 27th, 2016 at 19:47 #40992In reply to: WooCommerce on Multisite : Star Ratings don't appear
I just removed the reviews option from the site. I wanted to move forward with working on it…. if anyone has a work around or knows how to tweak the CSS, I look forward to your reply.
TIANovember 27th, 2016 at 14:37 #40990This reply is private.November 26th, 2016 at 19:27 #40984This reply is private.November 26th, 2016 at 14:45 #40973In reply to: Localization Bug
Yes, I believe Polylang shows the same string only once too. But believe it or not, it took me some time to understand this. When I did, I entered links in the respective fields BEFORE going to the Polylang Settings. The way around it would be for Cryout to use “#1”, “#2” & “#3” as placeholders by default instead of just “#” for the links. This way, we wouldn’t have to guess.
November 26th, 2016 at 14:08 #40965In reply to: Localization Bug
Zed
Cryout Creations mastermindPolylang doesn’t always show all translateable strings. Edit the link fields from the default # to something else and the fields will appear under Strings.
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 23rd, 2016 at 14:03 #40924In reply to: Integrating Co-Authors Plus Plugin with Verbosa
Zed
Cryout Creations mastermindYou’ll need to customize the theme function that displays the author(s):
if (function_exists('get_coauthors')): function verbosa_posted_author() { $verbosa_meta_author = cryout_get_option( 'verbosa_meta_author' ); if ($verbosa_meta_author) { $first = true; $output = ''; foreach(get_coauthors() as $coauthor){ if(!$first){ $output .= ', '; } else { $first = false; } $output .= sprintf( '<a class="url fn n" href="%1$s" title="%2$s"' . cryout_schema_microdata('author-url', 0) . '> <em' . cryout_schema_microdata('author-name', 0) . '>%3$s</em> </a>', get_author_posts_url( $coauthor->ID ), sprintf( esc_attr( __( 'View all posts by %s', 'verbosa' ) ), $coauthor->display_name ), $coauthor->display_name ); }; echo sprintf( '<span class="author vcard"' . cryout_schema_microdata('author', 0) . '> <i class="icon-pen icon-metas" title="'.__("Author", "verbosa").'"></i> %1$s </span>', $output ); } } // verbosa_posted_author endif;Note that I did not test this code so it may be safer to include it and test it on a dev site.
-
This reply was modified 9 years ago by
Zed. Reason: corrected a text-domain in the code
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 23rd, 2016 at 12:10 #40894In reply to: Localization Bug
Zed
Cryout Creations mastermindI’m not sure I understand the issue.
The slider has a target link field which appears in Polylang’s strings administration as a separate input for each language.
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, 2016 at 11:35 #40809In reply to: What's new in 1.2.0
Found it in the plugin:
== Changelog ==
= 1.2.0 =
* Added title and description fields to blocks and boxes
* Redesigned the mobile menu
* Added landing page ‘more posts’ button
* Added ‘disable’ option for landing page boxes
* Fixed landing page boxes and blocks clear responsiveness
* Checked articles animation to ‘fade’
* Removed page templates – use the new pages meta layout option
* Changed several icons used in the theme
* Changed icons pack for the landing page icon blocks; slightly redesigned the icon blocks
* Centered landing page text areas
* Updated translation file
* Changed default static slider image
* Fixed incomplete breadcrumbs visible on static homepageNovember 14th, 2016 at 22:55 #40742I had already tried to insert a link with the text, but this doesn’t transfer to the small bit of text pulled through to the landing page under the icon block…I can’t find a way to do this. I’d be perfectly happy with it if the text was link-able…
November 14th, 2016 at 17:51 #40725In reply to: Presentation page Mantra
Zed
Cryout Creations mastermindMantra’s presentation page text fields support shortcodes – you’ll need to use a search shortcode plugin and place its shortcode in one of the text fields.
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. -
AuthorSearch Results