Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
The site title is by design capitalized.
To undo that, use this custom CSS:
#site-title span a { font-variant: normal !important; }
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.ZedCryout Creations mastermindThe admin bar is ONLY visible to authenticated users, so your visitors will never see it.
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.ZedCryout Creations mastermindWe’re using a plugin for the menu – Ubermenu.
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.ZedCryout Creations mastermindI don’t see the dashed border on your website anymore.
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.ZedCryout Creations mastermindThis is done in the child theme’s functions.php 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.ZedCryout Creations mastermindThat is not currently an option.
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.ZedCryout Creations mastermindDo you still have this issue after updating to 1.9.9.7?
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.ZedCryout Creations mastermind#front-columns > div { width: 200px !important; }
Change the value to suit your needs.
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.ZedCryout Creations mastermindUsing your own fonts in a website requires “embedding” those fonts into the website…
This and this should point you in the right direction. Then use this to create the font pack to embed.
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.ZedCryout Creations mastermindAnd it’s on the list of things to be further improved in the 1.9.9.8 / 2.0 (whichever comes first 🙂 )
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.ZedCryout Creations mastermindThe responsiveness didn’t turn out as we hoped it would, because of all the available options involving the header image / title / link / social icons…
We’re still working on this and we’ll improve it 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.ZedCryout Creations mastermindThank you for reporting this. We’ll fix it 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.ZedCryout Creations mastermindI can’t see the issue on my tablet. Both the image and the links in the slider descriptions have the same target URL.
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.ZedCryout Creations mastermindWhat are you using that function for? What are you trying to achieve?
Did you try commenting that out to see if it is the cause of the issue?
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.ZedCryout Creations mastermindUsers > Your Profile, uncheck “Show Toolbar when viewing 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.ZedCryout Creations mastermindSome functions are automatically replaced if you use the same function name in the child theme, bust most core functions are a bit more difficult to override.
You need to individually un-hook Mantra actions and hook your own modified child theme functions in their place.
Example:
// remove mantra functions action hooks
function remove_mantra_functions() {
remove_action('cryout_existing_hook', 'mantra_existing_function',[priority-if-set]);
}
add_action('init','remove_mantra_functions');
// custom child function
function child_theme_function_replacement() {
... }
// add replacement child function
add_action('cryout_existing_hook','child_theme_function-replacement',[same-priority-as-replaced-function-if-set]);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.ZedCryout Creations mastermindYou can currently only do that with the slider. The rest of the presentation page is defined via static 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.ZedCryout Creations mastermindThe slider uses the images set as “Feature image” for each post.
If you’re inserting images inside the posts, you need to change them to “Feature image” to make the slider read the images correctly.
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.ZedCryout Creations mastermindIf you’re unable to load images successfully to WordPress (by using the Media Library), then this is not a theme issue.
And personally I don’t have any good ideas as to what might cause this. Server misconfiguration? Slow hosting? Incorrect file/folder permissions?
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.ZedCryout Creations mastermindPonyhack, did you edit the theme files in any way?
Manie, for twitter we use Publicize (part of JetPack).
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.ZedCryout Creations mastermindFirebug 😉
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.ZedCryout Creations mastermindThis is what I see with your HTML:
There’s some kind of shortcode in there, [youtube]… Is this for WordPress?Make sure you paste your code in the Source view mode of the editor.
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.ZedCryout Creations mastermindIf you’re using the Pro version, we’ve published an update today which includes this option.
If you’re using the free edition, an update will be released in the upcoming days.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.ZedCryout Creations mastermindWhen a rule fails, try adding !important and see if that works.
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.ZedCryout Creations mastermindI see a lot of script errors on your website, which make the mobile navigation handler script fail.
Debug your plugins to see which one causes 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.ZedCryout Creations mastermindThere is no automation/advanced editor regarding the Custom Text widget. You have to type in the correct HTML code that displays the image yourself (after you upload it via Media or FTP).
Or you can try this instead.
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.ZedCryout Creations mastermindYou need to manually set your header background image (via custom CSS) to #header, while at the same time setting the proper height to #header and #branding (so the image doesn’t get cropped by the 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.March 14th, 2013 at 13:23 in reply to: Promotion Slider Plugin (or sidebar on presentation page) #4261ZedCryout Creations mastermindCould you give us a link to your website? (specifically to a slider page).
Does the plugin work correctly with a default Twenty-something 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.ZedCryout Creations mastermindCheck your All in one SEO plugin setttings, as that’s where you typed that text in.
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.ZedCryout Creations mastermindCould you make a drawing of what you’re trying to make your website look like? 🙂
I don’t really understand what/where/how it should 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. -
AuthorPosts