Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindTry changing single.php like this:
... <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-meta"> <?php nirvana_posted_on(); cryout_post_meta_hook(); ?> </div><!-- .entry-meta --> <h1 class="entry-title"><?php the_title(); ?></h1> <?php cryout_post_title_hook(); ?> <div class="entry-content"> <?php the_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.Zed
Cryout Creations mastermindTry a force refresh in your 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.Zed
Cryout Creations mastermindIf you have any plugins currently active, temporarily disable them all and check if this has any effect on the functionality of the Customizer.
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 mastermindIdeal featured image size depends on the values you set the theme layout to. Your site is currently set to about 1000px content width, with posts in two columns. This would make the ideal featured images half of that width (padding and margins can be ignored for simplicity), meaning 500px.
The height depends purely on the actual images you use (if they look better in a taller or shorter format at this width).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 mastermindYour slider images are not large enough. The images need to be as large as the maximum screen width you need to cover. For example, for a 1920×1080 screen you’ll need images that are 1920px wide – some of your slides are currently 720px wide.
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 mastermindTry customizing
.entry-content a { } .entry-content a:hover { }
instead of simply a
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 mastermindYour site layout appears totally broken for me right now.
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 is indeed an bug, but judging by the code it should have never worked since the first Verbosa ree,ease. We’ve only fixed it in Fluida a while back.
Anyway, we’ll correct it in Verbosa as well 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 mastermindPlease start by reading this:
https://en.support.wordpress.com/post-vs-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 mastermindAre you using the theme’s landing page or a static page for your homepage?
Latest versions of Fluida fully support Polylang for multilanguage sites including for the landing page elements. You’ll need to use the Strings feature for input fields and define multi-language versions for elements that use posts/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 mastermindNo, that is the maximum number of icon block elements the theme currently includes.
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 want a larger size, yes.
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 happens after entering/choosing the new color and clicking the Save button in the customizer? Does the color revert to the old value?
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 27th, 2016 at 12:45 in reply to: Unable to create static page & mobile view doesn't except padding #41517Zed
Cryout Creations mastermindWhat are you seeing instead of the 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 27th, 2016 at 12:43 in reply to: I want to to have the animated Columns from the Presentation Page a post side. #41516Zed
Cryout Creations mastermindhttps://wordpress.org/plugins/search.php?q=widget+shortcode
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)
body .column-header-image { text-transform: none; }
2) & 3) The columns display the excerpts. If you’d use a filter on the post_excerpt then it would automatically appear in both places without needing file changes.
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) Just add the new social icons to the array list:
$extraSocials = array( 'New Social', ‘Another New Social’, );
And place their images in the same subfolder as the replacement icons (making sure the filenames are identical to the strings written here).
Don’t include existing social icons to this array, you’ll just get them listed twice in the theme settings dropdowns. Including the new images into the child theme folder (in the proper location) is sufficient to replace the icon.
2) To test a customized child theme it is preferred to switch back to the parent theme first, then modify the child theme and preview it in the Customizer before activating it to make sure everything works and the changes don’t cause a fatal error. You cannot preview a (child) theme that is already active on the site.
3) Jetpack’s icons belong to Jetpack. You’ll need to read their documentation and follow their guidelines on how to change them.
4) As I cannot browse your site I don’t know what exactly you are trying to customize. Some tweaks can be made with just CSS, but depending on the extent of the customizations and the affected elements (like using images for buttons, for example), further changes to both CSS and HTML and even PHP may be 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 mastermindIs the page in question accessible somewhere 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 mastermindYour site appears to encounter JavaScript issues (certain theme function calls fail). This may be caused by a plugin interfering with WordPress’ bundled version of jQuery (which the theme relies on).
Test things out by temporarily disabling all your plugins to see if the slider returns. Then re-enable them one by one to pinpoint which one is the cause.
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 27th, 2016 at 11:42 in reply to: Older Posts Don't Update When I Change Site Settings #41510Zed
Cryout Creations mastermindSounds like your site is using some form of caching (like a caching plugin). If you do use a caching plugin, use its functionality to clear the cache after structural changes.
If it’s your server that provides the caching functionality, you may or may not have a way of force refreshing 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.Zed
Cryout Creations mastermindThank you for lettings us know.
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 mastermindDid you modify both instances of entry-summary in content.php?
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 mastermindwp-config.php belongs to WordPress itself not the theme, so you’ll find it in the root folder not the theme folder.
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 27th, 2016 at 11:33 in reply to: Warning: Invalid argument supplied for foreach() error? #41506Zed
Cryout Creations mastermindThis may be caused by a limitation or security lock in your PHP configuration.
Line 114 in Tempera tries to read data from a variable defined at the beginning of the same file and shouldn’t fail.
Which PHP version is your server running?
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 27th, 2016 at 11:27 in reply to: Some widgets added to Right Sidebar show up beneath posts #41505Zed
Cryout Creations mastermindUsing text widgets to render HTML is very easy to create markup errors that break the layout.
You can use the browser’s source view to point out such errors (Firefox for example colours markup it considers invalid in red):
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 27th, 2016 at 11:21 in reply to: Slider height automatic resize leaves blank area under images #41504Zed
Cryout Creations mastermindWe’ll get this sorted out 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 mastermindDo you have a page/post example that should display an affiliate link in Mantra?
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 mastermind@memartinsen could you explain the trouble you are having, please?
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 20th, 2016 at 11:28 in reply to: What survival kit can you recommend for a tropical country? #41435Zed
Cryout Creations mastermindI highly doubt our forums covers the topic of your question.
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 you’ve changed themes in the meantime.
For anyone else with the same question: Verbosa comes with two widget areas in the sidebar, one above the menu and one below. Any widget placed in the first one will be displayed before the 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. -
AuthorPosts