Search Results for 'found'

  • Author
    Search Results
  • #117151

    I found that it seems to be an issue in Safari browser. Chrome works fine. I tested it with safari on Mac and iOS. Same issue

    #116487

    In reply to: Scroll down arrow

    Hi Zed, I found this (underneath) and it brought back my arrow! Still a little vague though,in my opinion. But is this the right way to repair the arrow? If yes, I am still looking for a way to make the arrow more clear. Can you help me with that? I hope to hear from you soon!

    .btn-down:active, .btn-down:focus, .btn-down {
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 80px;
    }

    #116417

    In reply to: Header settings mantra

    1. thank you found
    2. I have already delete gray stripe
    3. How to overlay the home button on the header (aqua color)
    4. How to make the color button change when you hover over the home button
    thanks in advance!

    • This reply was modified 4 years ago by unnamed.
    • This reply was modified 4 years ago by unnamed.
    • This reply was modified 4 years ago by unnamed.

    This worked. Thanks! 🙂


    @sneakerbot
    beginner here as well. I’ve found the easiest to follow is the first one suggested by Zed. Appearance — Customize. Then bottom left you’ll find Additional CSS. Copy-paste Zed’s code here.

    Website: freedomlocker.ph

    #114716
    Zed
    Cryout Creations mastermind

    Hi,

    Deferring some scripts can speed up loading and improve score with site scrapers, but can cause issues with more complex scripts where execution order matters.
    This is why we’re including the control option in the theme – which I’m glad you found and used to resolve the issue on 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.
    #114152
    uisdean
    Power User

    Hi Cryout Creations,
    I think I found a solution: the BRAVADA Theme. It is very much like FLUIDA. The good thing is that the menu seems to work better. I’ve tried it in a shortened window and it seems to work okay…except it still has the tiny arrow. Even so, with a dark background that little arrow can be seen and it works well on the iPhone 6.

    I’m testing it on the ‘test’ site sub-domain. I don’t have a ton of stuff on that site, but there’s enough for most things.

    It may be the Typography but the text is much larger on the iPhone, therefore, it’s easier to see the little arrow and touch it with my finger.

    So, I think you can put me back in the “Happy Camper” column.

    Rejoice Always!
    Uisdean

    Website: www.alwaysrejoicing.com

    #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

    #112432

    eventually I found it under:

    Customise > Post Information > Featured Image > Use Featured Images in Header

    #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

    #111503

    In reply to: Removing Header Menu

    Kay
    Cryout Creations mastermind

    Hi Amart and thank you for the feedback!

    1. If no menu is choosen for the header menu it defaults to displaying all published pages. To go around that simply create an empty menu and assign it to the Header Navigation (create a new menu and don’t add any items to it, name it, then save).

    2. Thanks, you just found a bug. It seems that there’s an error when the landing page is empty (just the banner) and that affects the header text animation. We’ll fix this in the next update (a few hours).

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #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?

    #111204

    Ok, it looks like I found out the one with the widget-header space by myself 🙂 But thanks for your help!!

    #110960

    In PHP Compatibility checker this error has shown:
    FILE: /home/…./public_html/wp-content/themes/kahuna/cryout/prototypes.php
    ———————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————–
    110 | WARNING | Global with anything other than bare variables is discouraged since PHP 7.0. Found ${_CRYOUT_THEME_NAME . ‘_big’}
    ———————————————————————————————————————————–

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

    #110137

    In reply to: WP 5.6 update

    I found out that Parabola is working fine with WP5.6. A plugin (Lightbox – EverlightBox Gallery) caused this problem. When it is deactivated it works fine.

    #110112

    In reply to: Images Disappearing

    Hello, I have the same problem, anyone can help us ? Thanks in advance !
    I was found of the Nirvana Theme for years, and I was so happy to discover Bravada, a much more modern theme.

    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

    #109455

    Ah, i found it. Thanks

    #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.
    #107101

    In reply to: Menu Accessibility

    Adam Curtis
    Power User

    Just to add to this thread, I’ve been looking for a solution in the meantime and found this:
    https://css-tricks.com/solved-with-css-dropdown-menus/

    Implementing this has worked in nirvana and I can now tab though the sub-menus on a keyboard. The only thing missing is the aria label ‘submenu’. I might change this in the files if it looks fairly easy to find, otherwise hopefully is will be added in the next theme update.

    #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

    #107038
    rumpit
    Power User

    Perfect. It seems that many plugins (lightbox or gallery) are causing the problem.

    But I still haven’t really found a good Lightbox replacement.

    #106928
    KB71
    Power User

    Thank you for your reply.
    Guess it is just what i was used to with Joomla 🙂
    Have found alternative ways of showing those options, also shouldn’t really add any more to the landing page, have enough there now.

    #106926

    In reply to: Post Page Opacity

    Perfect, Zed – Thanks. For my site, I found a .25 opacity was what I liked. A distinct roll-over effect that brightened the image but didn’t overshadow the feature image itself. It still unifies.

    #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.
    #106542

    Just thought I would share — I have modified the mantra/includes/theme-comments.php file, but I did it slightly differently than @Rufus suggested. I used the equivalent template of the Kahuna theme as a model — this can be found here –
    https://themes.svn.wordpress.org/kahuna/1.6.1.1/includes/comments.php – I just chose that one because it is the most recently updated free Cryout theme.

    So now my Mantra template contains this switch statement:

    function mantra_comment( $comment, $args, $depth ) {
    	$GLOBALS['comment'] = $comment;
    	switch ( $comment->comment_type ) :
    		case 'pingback'  :
    		case 'trackback' :
    		?>
    			<li class="post pingback">
    			<p><?php _e( 'Pingback: ', 'mantra' ); ?><?php comment_author_link(); ?><?php edit_comment_link( __('(Edit)', 'mantra'), ' ' ); ?></p>
    		<?php
    		break;
    		case '' :
    		default :
    	?>

    The pingback/trackback switch statements were at lines 55-60 of the original Mantra template. I moved them to the beginning of the switch statement following the Kahuna example, and also because I just thought it would be cleaner to have the default spec at the end.

    The main difference with my solution is that I am using “default” rather than “case ‘comment'”. Probably doesn’t matter … just a matter of coding preference.

Viewing 30 results - 61 through 90 (of 705 total)