-
AuthorSearch Results
-
January 27th, 2021 at 19:11 #113016
In reply to: Bravada – removing search bar & “Nothing Found”
UPDATE:
Found the relevant piece of code:
if ( ‘posts’ == get_option( ‘show_on_front’ ) ) {
include( get_home_template() );
} else {Tried removing it, and it will delete the the “Nothing Found
No search results for:” text although also prevents me from adding any other text I want through the text widget.I there some piece of code you can help me with that hides only the “Nothing found…”?
January 27th, 2021 at 07:09 #112972In reply to: Text Color in Excerpts displayed in Boxes
uisdean
Power UserI’ve decided to stick with Fluida, mostly because I don’t want to learn a new theme. And because I have this horrid feeling that the problem is not with Fluida, but with WordPress. There is no purpose for “Secondary Content Background” that I have found. It’s set to a loud strong Green color so I can find it. So far that Green color has not appeared anywhere in my test site. That makes no sense…unless…it’s WordPress.
Rejoice Always!
Website: www.alwaysrejoicing.com
January 6th, 2021 at 22:10 #111558In reply to: Buttons Not Showing
Hallo @zed! I found out why the buttons don’t appear, you need to have text inside the editor, the problem is that the text and buttons are not responsive on the phone. How I make it responsive? Because the slider and images are responsive. Sending you a print of the mobile and the pc version: You can see it here
Best regards,
IrinaWebsite: irinasopas.com
December 31st, 2020 at 01:35 #111215In reply to: How to remove space between widgets
Sorry once again. I have also searched for hours how to change the size of the gap between the Posts (between right and left post as well as above and below posts).
In the theme editor I found:
.lp-blocks2 .lp-block i::before {
border: 0;
font-size: 28px;
width: 3em;
padding: 1em;
}is this the right one? But when I change the 3em to 2em, nothing happens. Do I need put something before the code?
December 11th, 2020 at 17:14 #110144In reply to: Images Disappearing
I found a solution, that is to add this code in the additional CSS in the settings of the theme :
body:not(.bravada-landing-page) #content img[loading=”lazy”] {
opacity: 1;
transition: none;
}
… works for me.November 23rd, 2020 at 12:41 #109496Hi Zed,
Thanks very much. I also found this code and it works. However it randomazes the order with every pagerload. I would prefer daily, but it’s still usefull.
I noticed that the theme has been updated for the last time in mei 2019. Is there a new update planned soon for the Tempera theme?
Kind regards,
TheodoorWebsite: jeugdkamp.com
November 22nd, 2020 at 23:47 #109470Hi,
I eventually found out what the problem was: when customizing, I was recording my changes whereas they needed to be published to appear on the homepage, an option i did not have on other themes. That settles it, then.
Thanks for your patience and your time
PierreRaby
Power UserI found a solution. I installed a plugin that is called 404page from the wordpress.org plugin repository. It lets you create a 404 page with whatever content you want in it. You can write whatever you want in any languages (or multipe ones if you wish)
The 404 page is a personalised page that lets you put whatever you want to show when a user mistypes a page adress on you site. The roseta theme has one made as part of the theme but it is coded into the theme so One cannot change it’s content (unless there is a way i am not aware of). If you dont have one, you get a server error page which is less helpfull.
Now the only thing left for me is the search. WHen you click on the search icon (the magnifying gass), you get an english text that says “To search type and press enter” and i would like to have that in french.
October 19th, 2020 at 13:29 #108393In reply to: Trigger mobile menu at different width
If you want to change the point at which your site switches from desktop to mobile nav, this is what worked for me based on the above:
You cannot amend this using the custom CSS in wordpress, you have to amend the main Roseta stylesheet which you can find at $yourwebsite/wp-content/themes/roseta/style.css
Make a copy of it on your server, then download it via FTP. To make the change search for all instances of 800px and replace 800 with whatever width you’d like the menu to change at. The best way I’ve found to find out the px size you need is using chrome.
Right-click on the page, and click inspect which will open up the dev tools toolbar. Take chrome out of full-screen mode, then grab a side of the screen and start dragging it smaller. You will then see in the top right of the website window a width and height value appears. Drag the window smaller to see where you start to have issues, then use that value instead of 800.
I hope that helps
September 27th, 2020 at 21:03 #107729In reply to: rename “portfolio” slug
Zed
Cryout Creations mastermindThe post type slug is controlled by the Jetpack plugin, not the theme, and is not configurable through options.
Since slugs are at the foundation of the post type registration, you’d most likely need to completely override the CPT’s registration.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.September 3rd, 2020 at 04:29 #107066In reply to: Hamburger Menu not working on mobile
Hey Zed,
I use “Embed Plus for YouTube – Gallery, Channel, Playlist, Live Stream” plug-in. However in checking it, I noticed something else when *not* using it.
I could have sworn if you pasted a YouTube url right into the post – no plugin or embed code, it auto-generated the video embed and you could see the video right in the compose window. Now it doesn’t do that. Found that odd.
Thanks!
JasonAugust 20th, 2020 at 08:04 #106685In reply to: Header image on posts
KB71
Power UserEnded up getting the plus to try it out as I didn’t get any reply here.
So, to answer my own question, no it does not give you the possibility to set header image per post.
But found another way to do it, use the plugin “Unique Header”. You set the theme to not use featured images as header images, then you can use the plugin to set the header image on the post.So as the rest of theme is working good, will be keeping it for now.
Hopefully the priority support is a bit faster than on here 😉-
This reply was modified 4 years ago by
KB71.
May 3rd, 2020 at 18:47 #102289In reply to: Bug in the breadcrumbs
Hello, in addition to my question, I have realized now (after searching the internet for answers) that it is not a bug, but it is not natively supported by WordPress.
Unfortunately I havent’t found the solution yet.
Is it possible to place a script in [Customize>Extra CSS]?I hope that someone can help me.
I really appreciate it a lot!!!April 12th, 2020 at 18:21 #101223Greetings, Mr. Zed.
Thank you for taking the time to reply!
I searched the files for strings that contained Search results for, without any extra inputs or special symbols. And I indeed found two very similar strings with these phrases.
The first string (the one with the %s placeholder) I managed to replace the text within my child theme successfully. This was situated within /search.php .
The second string (located within the breadcrumb) is the string that I am trying to change, but I am unable to alter via my child theme, however. This one is situated within /includes/theme-functions.php .
Originally I tried to change it by replicating the filepath within the child-theme, and then trying the change the string that way. This however didn’t work. I can edit the string within the original theme’s files, but I would prefer not to tamper with the original theme.
It is likely that I am missing something, but I am unsure what the best approach is within a child theme. If there is a better way, I’d love to know it 😀
April 4th, 2020 at 00:05 #100861In reply to: Remove border from top image like in demo
Zed
Cryout Creations mastermindThe demo setup uses the theme’s landing page static slider functionality in that location, however I am not able to see anything on your site at this moment (I just get a placeholder nothing found page) to check if you’re actually using the landing page feature.
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 16th, 2020 at 10:36 #100009In reply to: Issue with the website link and Instagram/Pinterest.
I have the same problem. It must be a bug in the theme. I am using Esotera. Same exact problem. The featured image doesn’t show in the header when the link is clicked in social media apps on a mobile device. It shows on all other browsers and platforms as far as I know. It does not show the image if you click from instagram, facebook, pinterest, from mobile on their in app browser.
UPDATE: I tried it from an android device and it worked fine. It seems to be a problem only from the apps in iOS.
Its a big issue for me, since this will be a blog site and most people will click from social media posts on their phone.
Please lmk if you found a solution!
Website: thelovebetweenus.com
-
This reply was modified 5 years ago by
drealeialoha.
-
This reply was modified 5 years ago by
drealeialoha.
-
This reply was modified 5 years ago by
drealeialoha.
February 29th, 2020 at 10:44 #99438In reply to: No more pop up windows
JimBe
Power UserThank you Zed.
I followed your advice and found out that ‘Uix Shortcodes’ is responible for the issue.
How can I go further? I use this extension to make columns on my pages (including on popup windows with registration forms). Is there a way to fix the issue with this extension, or should I change for another extension? Which one, is this case?
Thank you very Much.Website: www.zenessor.fr
January 27th, 2020 at 17:50 #98231In reply to: Avoid Column Images from being resized
Hello again. I just want to let you know, that I found a solution myself. And as this issue seems to be popular, I thought I should post it and give a hint to the developers below.
To avoid images from being resized I tried the “Cryout Column”-Widgets. I found that html is allowed within these widgets. So I used html to define fixed sttributes for height and width of the image. The code looks like that:
<div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218" /></div>
The width is defined by the Parabola Settings depending on how many columns are used. In may case 218px, which led to the same value for the height in the case of square images.
And the hint to the developers, which of course I appreciate a lot for bringing the great theme to the people (thanks): The field for the content is titled by “text”, so one may think that html code is not alowed. If possible you may change this to “text or html”.
Kind regards, Frank
Website: traex.de
-
This reply was modified 5 years ago by
frankonblog.
December 15th, 2019 at 20:35 #96607In reply to: How to have Hamburger menu at all times
Steven Roberts
Power UserI have the fluida plus and Ive found the responsiveness trigger size but it seems to do nothing slide it all to 1920 (my screen size) no mobille menu slide it lower nothing it collapses to the mobile menu at around 798 pixels no matter what I set this too
General Layout > Responsiveness trigger Limit or am i missing the point of this setting entirely? because Id sure love to trigger the mobile menu at a certain size widthAugust 4th, 2019 at 01:51 #85070In reply to: Translating the slider with Polylang
I am coming back to this unfortunately, since I have not found any solution yet. But what I noticed is that “Custom post types and Taxonomies” is “Deactivated”. Is it at all probable that this may cause the issue with the slider ?
April 3rd, 2019 at 22:02 #76376Update:
Sorry, I just found out that the stated behaviour does not depend on Nirvana or any other specific theme.
It was caused by a string of blanks or nonprinting characters that somehow was introduced in all post_excerpt fields in the database as posts were copied from the test site to the production site.
Thus the post was deemed to have a manual excerpt but no output occurred as all blanks were stripped away.
You can close the ticket.March 21st, 2019 at 12:32 #75854In reply to: Not sure where to post this
Nevermind, I found out it was another plugin I had installed on one blog, but none of the others. I got the issue sorted out and fixed now.
Website: shadowmmorpg.sadesignz.org
February 27th, 2019 at 13:02 #74675In reply to: Gap on Mobile
Zed
Cryout Creations mastermindI believe you’ve found a hiccup in the theme which is visible with a specific menu configuration (not on top of header image but fixed). We’ll correct this in the next update.
Thank you for pointing this out.
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.February 27th, 2019 at 13:01 #74674In reply to: Images Woocomerce, menu and sticky posts
dennebar
Power UserHi Zed,
Thanks for your repley.
we found the problem. a plugin speeding up our website coused all of the problems. and more. so maybe advise people not to use Autoptimize.
thanks!
February 23rd, 2019 at 17:14 #74552In reply to: Remove Search from Landing Page
Zed
Cryout Creations mastermindTurn off the Featured Content section of the landing page to disable the not found message when you have no posts.
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.February 19th, 2019 at 21:58 #74368In reply to: Remove menus and search bar
Tvtino
Power UserHaving the same problem!
Don’t mind the menu, but that “Nothing Found No Search Results For:” is driving me crazy!
January 24th, 2019 at 20:22 #73021In reply to: Mantra 3.1 problem – links and selecting text
And another followup. I found that removing Mailchimp from the Widgets area was sufficient to fix the problem, just leaving a Mailchimp sign-up form on one of the pages. So the problem isn’t with the overall Mailchimp plugin, but just the particular use of it as a widget.
This is probably a reasonable work-around.January 24th, 2019 at 18:04 #73010In reply to: Mantra 3.1 problem – links and selecting text
A followup on the problem I posted about yesterday: I found that deactivating the MailChimp plugin on the site seems to fix the problem. The problem looks as though some javascript is disabling mouse actions on the post – unable to select text and link not working.
I have no idea how to deal with this interaction problem between Mailchimp and Mantra v3.1.0. My society really does need Mailchimp working, so people can sign up to our mailing list. Is there some hope of a solution, please?Website: www.rnshs.ca
January 15th, 2019 at 19:24 #72720In reply to: Featured Icon Blocks Titles not centred
Francesca
Power UserLike you said, I found out that on http://www.ceip-formazione.it the problem is caused by a plugin (Ginger Cookie). But on http://www.vindicio.it/maremoto I have the same problem and it’s not the plugin’s fault. What can I do?
December 31st, 2018 at 22:31 #72265In reply to: Twitter card not working for blog posts
I have another website using another theme and I don’t have this issue (and I haven’t installed any social SEO or sharing plugin). This is not happening when tweeting youtube’s url, the thumb is automatically generated. I tried the twitter validator https://cards-dev.twitter.com/validator and I got the following error:
INFO: Page fetched successfully INFO: 5 metatags were found ERROR: No card found (Card error)
It seems that the page (website) needs to include metadata to show the image: https://twittercommunity.com/t/error-no-card-found-card-error/107179
Any help is appreciated.
Thanks,
Claudia-
This reply was modified 6 years ago by
claubs.
-
This reply was modified 4 years ago by
-
AuthorSearch Results