-
AuthorSearch Results
-
June 14th, 2017 at 18:34 #47262
In reply to: Error message appearing on page editor
I tried to post a link with an image… it doesn’t seem to be working properly.. It is on the editing side so you wouldn’t see it by visiting the site.
They won’t accept my link to the image of what I see.. I have tried several times and it doesn’t show.
June 14th, 2017 at 17:58 #47261In reply to: Bug after WP 4.8 update
kalagrow
Power UserI tried updating the Tempera theme and it crashed my site. I had to go in to an older version. This happened twice. Updated today, June 14, and had to go back.
June 14th, 2017 at 14:58 #47232In reply to: Bug after WP 4.8 update
As you can see if you open the link and view the image.. everything has moved to the left and is now only on 1/2 of the post box!
June 13th, 2017 at 22:41 #47197In reply to: Remove White Space Between Header and Content
Ah They were the html and body tag, guess i didnt need them.
My last problem has to do with the responsiveness with the portrait view on mobile, my logo on the left there gets overlapped by the social links, and then the homepage’s 3 columns of text, gets overlapped by the footer.
Any insights as to the problem of this? Suspect its the markup of the 3 columns in the pages content/text area? Any tips would be extremely helpful! Thank you!
Website: www.nanniesformommies.com
June 13th, 2017 at 15:35 #47109Zed
Cryout Creations mastermindYou cannot import fonts inside style rules. The @imports generally need to be at the beginning of the style, before the CSS.
Additionally,
#site-title body #site-title span a { }is an invalid identifier. There is no #side-title element containing the body.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.June 13th, 2017 at 09:28 #47079Zed
Cryout Creations mastermindOn small enough mobile devices (800px I believe) the theme relocates the sidebar under the content, leaving the content use up all the available width.
However, looking at the source of the site it looks like you are using a caching/minification plugin. CSS minification usually interferes with the theme’s styling order, breaking it in some way or another (like responsiveness misbehaving).
I suggest you disable CSS minification in your plugin, re-enable the sidebar and re-check how it behaves on smaller mobile devices.
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.June 13th, 2017 at 09:21 #47078In reply to: Change font of prices
Zed
Cryout Creations mastermind.tax-product_cat .woocommerce-Price-amount.amount { font-size: 1.2em; }matches product prices in categories.
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.June 11th, 2017 at 16:25 #46913In reply to: Error message appearing on page editor
rcburr
Power UserFrank, thank you, also, for your comment, where you wrote:
If you use a Child theme of Nirvana, …
I don’t believe I used a Child theme, as I’m not sure what a child theme is. I’ll look that up.
Is there a way to check that and delve more deeply into removing what JeanC said was not “a critical error, [but] it is definitely annoying.”Thanks again.
June 11th, 2017 at 15:04 #46909In reply to: Error message appearing on page editor
If you use a Child theme of Nirvana, you can no longer put
@import url("../nirvana/style.css");in the style sheet of your child theme. Instead you must use functions.php as described on https://codex.wordpress.org/Child_Themes#Creating_a_Child_Theme_from_an_Unmodified_Parent_ThemeJune 10th, 2017 at 23:44 #46887In reply to: Remove White Space Between Header and Content
Hi Zed, Ive got this same issue, the fix you provided does not seem to work on my setup though.
Here is an example of my page:
the homepage works fine, the image starts within a reasonable space from the bottom of header.
http://www.nanniesformommies.com
but on a different page, the spacing is way too big for mine, and my clients liking.
This page is my main concern,
http://www.nanniesformommies.com/nannies-for-families/
As you can see, the white space below the header and before the start of the picture is much bigger.
Any idea how I can fix this?
Thank You!
Website: www.nanniesformommies.com
June 10th, 2017 at 19:11 #46869In reply to: Error message appearing on page editor
I am experiencing the same error – “Failed to load content css: http://URL/wp-admin/admin-ajax.php/?action=dynamic_styles”, in conjunction with featured images not appearing on Timely’s All-in-One Calendar event pages.
It would be helpful to know if the error is a WP issue, Mantra theme issue or the calendar plugin’s issue.
Our site is using the Mantra theme with a child theme for custom css. Everything was working correctly until we updated to Mantra 2.6.1 and WP 4.8.TIA for any help.
Website: www.mtwestvintagetrials.org
June 9th, 2017 at 18:56 #46794In reply to: Featured Image Incorrect Resolution
Hello again,
I can add some more details to my analysis:
1. I tried to use add_filter( ‘fluida_featured_srcset’, __return_false ); as suggested in other posts – no change.
2. Then replaced the original featured image 450*x300.jpg and 512*300.jpg with the retina image *x300@2x.jpg and that fixed the problem!
3. After that I commented the following lines in the setup.php:
`// Custom image size for use with post thumbnails
add_image_size( ‘fluida-featured’,
ceil($fluids[‘fluida_sitewidth’]), //apply_filters( ‘fluida_featured_image_width’, fluida_featured_width() ),
apply_filters( ‘fluida_featured_image_height’, $fluids[‘fluida_fheight’] ),
false
);add_image_size( ‘fluida-featured-third’,
apply_filters( ‘fluida_featured_image_third_width’, 512 ),
apply_filters( ‘fluida_featured_image_third_height’, $fluids[‘fluida_fheight’] ),
$falign
);`
This one also fixed the problem as it stopped generating the small featured images below 600×400 resolution.My final assumption is that somehow the theme does not load any retina images below 600×400 resolution no matter if they exist or not… Do you know where might be the root cause for this? Any ideas how to fix it?
-
This reply was modified 9 years ago by
vasskion.
June 9th, 2017 at 17:58 #46765In reply to: Error message appearing on page editor
I have exact the same problem. It’s seems to be a problem with the update to WordPress 4.8. What can I do? Downgrading to earlier version of WordPress doesn’t have an effect.
June 9th, 2017 at 14:00 #46690In reply to: Another featured image issue
I also have the same issue. It does look uglier than before with the bigger res images.
Is it possible to exclude generating of the smaller crops?
Is there a way to add a drop down box in the post configuration tab to choose which image or minimum res to be loaded?June 7th, 2017 at 17:55 #46601In reply to: Tempera update
Sailing Heaven
Power UserIn case the images of the above message are not fetched, here below are the links to them:
Screenshot_20170606-205417.png
topbar.png
2px gap.png
image overlapping text.png
image overlapping text 2.pngJune 7th, 2017 at 15:54 #46596In reply to: Social icons don't appear
Hello, I too have problems with the icons.
I followed all advice, have a facebook entry with “facebook” in the css field
But only the Text is showed, no icons at all.What can I do?
June 6th, 2017 at 12:25 #46560Thanks for your reply! Well, since it seems very messy to upload all my files over again whenever I wish to add images to my galleries, I will simply have to remove the back and forward links on the attachment page. I would also like to remove the Comments section. But can´t find a way to do that, despite reading a lot of documentation and posts. Would be very grateful of tips on how to customize the attachment page.
MajaJune 5th, 2017 at 18:20 #46532In reply to: Change font of prices
I definately don’t doubt the use of, but what section would I put the custom CSS. I’ve tried on the mantra settings options Custom CSS changing font sizes but they dont change. Sorry my mistake, I should have been more specific, the price did change everywhere. I was looking to change the price sizes on the category page only. Thanks, you have been great help.
June 4th, 2017 at 14:23 #46494In reply to: Landing Page – Background on Featured Boxes Top
Hi,
Yes, I tested another browser and device…
I solved my pb: if I define the highlighted image of the article, all it’s ok 🙂Thanks for your help,
Best regards,
FabienJune 3rd, 2017 at 17:28 #46444In reply to: Content Area
Zed
Cryout Creations mastermindBeyond the theme’s options, further customizations can be performed with custom CSS. Each text area has unique identifiers to apply the CSS to.
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.June 3rd, 2017 at 16:56 #46433In reply to: Another featured image issue
Zed
Cryout Creations mastermindThis is because the new images are actually cropped to the configured height (200px), and then resized to fit the screen width, while the older images are displayed in full in a 200px tall view box (since no smaller crops are available). The different in aspect ratio (200px crop compared to original) results in the difference in appearance.
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.June 3rd, 2017 at 16:33 #46429In reply to: Remove Hover Color-Change from Input Fields
Zed
Cryout Creations mastermindThe form fields text color appears to be white right now. Is that not working right?
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.June 3rd, 2017 at 16:10 #46426In reply to: Big gray block covering content
Zed
Cryout Creations mastermindIt looks like the theme and the socials plugin you are using overlap some element identifiers, which cause theme styling to apply to the plugin’s elements as well. I suggest you look for and alternative plugin for this functionality or disable it temporarily.
We’ll try to adjust the theme’s styling in the next update to avoid overlapping.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.May 29th, 2017 at 13:00 #46030In reply to: Disable social icons
Ooops, that’s embarrassing. I thought they were clear but just realised they had a hash tag in them. My apologies!
May 29th, 2017 at 09:26 #45991In reply to: Landing Page – Background on Featured Boxes Top
Hi,
You can see the site here : http://projet1.yuqi.fr/
At the bottom of the site, there is the last article “Le jardin du souvenir”.
When you put your mouse on it, all it’s ok. But if you don’t put your mouse on it, you can see a “camera”…So I need to change it with another photo, or withdraw this “camera”.
Thanks in advance,
Fabien
Website: projet1.yuqi.fr
May 28th, 2017 at 20:33 #45974In reply to: Remove Hover Color-Change from Input Fields
Hmm but I still have an issue with the color of the text that’s already in the field. Like Comment or Search.. or in bigger forms, information that users have input. The hover wouldn’t be a problem if I could alter the color of that particular element.
May 28th, 2017 at 20:18 #45973In reply to: Remove Hover Color-Change from Input Fields
That works! Thank you SO SO SO very much! This issue was driving me absolutely insane. Now I can move on to finish setting things up so that my group can actively use it and see what’s in the text fields. Thanks a ton!
May 28th, 2017 at 18:05 #45971In reply to: Using presentation page with custom content type
Thanks. I’ve got a child theme in place, but I’m a bit puzzled as to piece of the code in frontpage.php specifies the post type for the query.
May 28th, 2017 at 17:26 #45969In reply to: Crop featured image used as header
This reply is private.May 28th, 2017 at 16:56 #45961In reply to: Accent Color #2
Thank you for your reply. I have tried the CSS above and it does indeed disable the changing of the header image colour when clicked. Naturally this disables the effect on the background of the text links as well (which I could easily live with) so it is therefore identical to what happens if I just leave Accent Colour #2 null. However, I am still left with the problem of the text links having a white colour when clicked, and this makes them invisible against a white background. I cannot see any way to change the on-click link colour in the Nirvana settings?
-
This reply was modified 9 years ago by
-
AuthorSearch Results