Search Results for 'not found'

  • Author
    Search Results
  • #113016

    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…”?

    #112972
    uisdean
    Power User

    I’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

    #111558

    In 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,
    Irina

    Website: irinasopas.com

    #111215

    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?

    #110144

    In 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.

    Hi 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,
    Theodoor

    Website: jeugdkamp.com

    #109470

    Hi,

    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

    #108626

    In reply to: 404 page

    PierreRaby
    Power User

    I 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.

    #108393

    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

    #107729
    Zed
    Cryout Creations mastermind

    The 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.
    #107066

    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!
    Jason

    #106685

    In reply to: Header image on posts

    KB71
    Power User

    Ended 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.
    #102289

    In 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!!!

    Greetings, 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 😀

    #100861
    Zed
    Cryout Creations mastermind

    The 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.
    #100009

    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.

    https://thelovebetweenus.com

    Please lmk if you found a solution!

    Website: thelovebetweenus.com

    #99438

    In reply to: No more pop up windows

    JimBe
    Power User

    Thank 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

    #98231

    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

    #96607
    Steven Roberts
    Power User

    I 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 width

    #85070

    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 ?

    #76376

    Update:
    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.

    #75854

    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

    #74675

    In reply to: Gap on Mobile

    Zed
    Cryout Creations mastermind

    I 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.
    #74674
    dennebar
    Power User

    Hi 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!

    #74552
    Zed
    Cryout Creations mastermind

    Turn 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.
    #74368
    Tvtino
    Power User

    Having the same problem!

    Don’t mind the menu, but that “Nothing Found No Search Results For:” is driving me crazy!

    #73021

    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.

    #73010

    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

    #72720
    Francesca
    Power User

    Like 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?

    #72265

    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.
Viewing 30 results - 31 through 60 (of 294 total)