Search Results for 'ie'

  • Author
    Search Results
  • #55356
    Zed
    Cryout Creations mastermind

    WordPress’ built-in video header functionality is already supported in Fluida, however this feature only applies to the homepage (same as in the default Twenty themes) when a static page or the default posts list is used (as the header image/video area is not displayed on the theme’s 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.
    #55346
    Zed
    Cryout Creations mastermind

    This is a forum dedicated to our WordPress theme named Parabola.

    I believe you’re looking for Parabola Linux’s site, which you can find here: https://www.parabola.nu/


    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.
    #55345
    Zed
    Cryout Creations mastermind

    Author info is displayed when author has something defined in its biography field (in the profile 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.
    #55341

    well,

    I found this piece of code in custom-styles.php file

    
    	<?php
    $font_root = 2.6; // headings font size root
    for ( $i = 1; $i <= 6; $i++ ) {
    $size = round( ( $font_root - ( 0.27 * $i ) ) * ( preg_replace( "/[^\d]/", "", esc_html( $anima_fheadingssize ) ) / 100), 5 ); ?>
    h<?php echo $i ?> { font-size: <?php echo $size ?>em; } <?php
    } //for ?>
    

    Changing 0.27 to 0.32 does the trick, but it is not a good solution as it will be wiped after a theme update…

    Any suggestions?

    #55336

    Hi Zed,
    I’ve tried but it doesn’t work.
    I update the style.css writing the code above.
    Thank you.

    Website: www.bedandbreakfastitalia.info

    #55333

    Tried clearing the cache and but still the text editor is black, the color of the Content Background in Nirvana Settings. I tried changing the color in Nirvana Setting and it takes on whatever color I choose for the Content Background in the text editor. Maybe this is as intended?

    • This reply was modified 7 years ago by chrisr. Reason: I thouht clearing the cache worked, but it didn't
    #55269

    In reply to: Settings non-clickable

    Hello again,
    I just tried deactivating the plugin “AMP for WP – Accelerated Mobile Pages for WordPress” and it did the trick, Parabola Settings is working again as before. I believe there’s some kind of conflict between the two plugins, unfortunately!

    #55144

    Dear Zed, I finally created a simple and tiny CSS script for my childtheme’s style.css setting the whole sub-menu only a bit to the left:

    .sub-menu {
    left: -40px;
    }

    This way I keep some longer menu entries ‘within the screen’ of smaller computers resolution, just before the menu would toggle to ‘tablet menu view’ with the ‘list menu’ appearance. No JavaScript needed and no ‘destruction’ of the theme, I think.

    Again thank you very much for this fantastic theme and your fast and serious support!

    #55132
    Zed
    Cryout Creations mastermind

    You want the menu text bigger overall or just taller?
    #access ul li a span { } applies to all menu items, while #access ul ul li a span { } applies to submenu items.


    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.
    #55131
    Zed
    Cryout Creations mastermind

    The theme is designed with efficiency and speed in mind and relies almost entirely on CSS for the menu’s functionality (employing almost no JavaScript code for it). As such it does not include any additional JS code for edge detection.


    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.
    #55124
    Zed
    Cryout Creations mastermind

    Featured boxes are designed to retrieve their content from posts (and link back to the source 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.
    #55119

    Hi
    When I tried, I diabled each plugin in turn. But no, I didnt clear the cache each time. I will try again but with doing that and see what happens.
    Will let you know.
    Thanks
    Ian

    #54950
    verbaljam
    Power User

    Hi Zed, thank you for your patience. 😉
    The only install instructions that come with ‘Category Featured Images Extended’ for instance, are:

    Install and activate the plugin
    DE-ACTIVATE CATEGORY FEATURED IMAGES IF ACTIVATED
    Go to “Posts/Categories”
    Edit a category
    Set the category featured image
    Go to “Settings/Category Featured Images Extended” to set fallback options.

    The instruction to deactivate featured images puzzles me, because activation of featured images is why I installed the plugin in the first place. And I can’t even find the place where to do this.

    Of course I don’t expect you to give support on this particular plugin(s), but I’m wondering why they are not working with your Anima theme. I also had problems with adding custom fields plugins. Does a theme need some extra features for that?
    And why does the plugin seems to work in the backend and not in the frontend?

    Website: arnoudhugo.nl

    #54877

    It is still readable as such, but with the page this is currently referring to a larger font would make it less tiresome to read in the mobile version. We tried finding the settings for this, but couldn’t make them out?

    #54868
    Zed
    Cryout Creations mastermind

    Since such functionality does not exist by default, it really depends on how those plugins achieve displaying the category’s featured image.
    Don’t they come with some kind of instructions for what modifications are necessary?


    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.
    #54867
    Zed
    Cryout Creations mastermind

    Theme options (those set in the customizer panels, including the Additional CSS field) are kept between updates.

    You only need to be careful if you’ve manually performed files modifications as these would be lost.


    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.
    #54857
    Zed
    Cryout Creations mastermind

    @FreeingTomorrow, the styling I gave applies to Septera.
    What are you trying to customize in Nirvana?


    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.
    #54853
    Zed
    Cryout Creations mastermind

    What styling did you try to use?
    identifier { opacity: value; } should work, you may just need to use the specific enough identifier to make the styling apply.

    You can add a cookie policy popup with plugins.


    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.
    #54774
    verbaljam
    Power User

    Thank you for your answer. I indeed tried two plugins, ‘Category Featured Images – Extended’and ‘Categories Images’. In the admin area they work ok, but no category images are shown when I display a category page. Maybe the plugins are overruled by the Anima theme?

    Website: arnoudhugo.nl

    #54756

    Is there another CSS code to try? I tried the suggested, with no luck:

    #main .content-widget-before, .content-widget-before > section {
    margin: 0;
    }

    I also tried this one:

    #content {
    padding-top: 0!important;
    }
    .page-header {
    padding: 0;
    }

    Also tried:

    #main {
    padding-top: 0;
    }

    #content .entry-header {
    display: none;
    }

    I tried putting all of them (separately) in the custom CSS section of the customizer, and also in Nirvana’s “misc. settings” in the custom CSS section.

    I also tried to put all of these (separately) in the CSS code into the styles.css stylesheet (I know it isn’t advised to make changes here, as they can get lost with updates, but the other options didn’t seem to work.)

    Loading the code there didn’t work either.

    Website: www.freeingtomorrow.com

    #54732

    Thanks for your answer. It would be an easy fix, but there was no header image applied. I even tried applying one that was shorter so that the color would show through as expected and no go. I was not involved in the initial setup of this site, so I can’t say what was done initially. If I turn the top bar back on, then the brown bar reappears as it was before.

    However, your suggestion did lead me to a solution. Why fight to show something under the header when I can just use the image to accomplish the same thing? So I saved a header image with the bar at the bottom. Thanks for your help, even if it wasn’t what you suggested, it led to a solution and that’s all that matters. 🙂

    #54696
    Zed
    Cryout Creations mastermind

    WordPress does not include functionality to assign featured images to categories, but this might be possible using plugins.


    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.
    #54680
    Zed
    Cryout Creations mastermind

    If you’re using a custom post type, you will need to write the custom template files (based on base ones) that render them with the desired taxonomies visible.
    If you’re adding taxonomies to default posts, you’ll need to customize the base templates rendering posts directly – the code for this is split between the template files (archive, single, so on) and the functionality files (includes/*.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.
    #54518
    Zed
    Cryout Creations mastermind

    The boxes areas are designed to display content from posts. To make them display posts you’d need to customize the content queries defined in includes/landing-page.php (preferably in a child theme).


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

    Hi Zed,

    Thanks for getting back to me.

    Yes, the Jetpack settings are set to allow people to share the posts etc.

    I am trying to get the social icons on the left side of the screen and in the topbar. Have tried that from within the theme settings. Yes, titles and links all set.

    It was working prevuiusly. In truth, I cannot honestly say at what point it stopped. Figured I could find the issue by disabling the plugins one at a time… but nothing came up.

    Any ideas?

    Many Thanks.

    #54427
    Zed
    Cryout Creations mastermind

    Header images in Anima don’t link to anything.

    Also, during the review into the themes repository we were asked to remove the import/export options functionality from our newer themes.


    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.
    #54423
    Zed
    Cryout Creations mastermind

    The theme uses WordPress’ core logo functionality to retrieve the assigned image. WordPress applies a filter on the content returned by the get_custom_logo() function – which can be used when certain pages are displayed to override the image markup.


    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.
    #54408
    Zed
    Cryout Creations mastermind

    The top line indicates that the menu item points (links) to the page/post/section currently being viewed.
    Both the home item and the news one both link to the homepage, so they are both active when on the homepage.

    Change the news menu item to link to something else, or turn it into a placeholder without a link.


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

    In reply to: Accent Color #2

    Zed
    Cryout Creations mastermind

    Custom styling should generally be placed in the theme’s Custom CSS field or in WordPress’ Additional CSS field.


    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.
    #54385
    Zed
    Cryout Creations mastermind

    Hello everyone!

    We’re giving a kick at solving the problem with landing page content not retrieving the correct language titles/texts with Polylang (and WPML). Things are working fine in our setup but we’d like some real life testing with genuine multi-language sites before pushing this change in all our themes.

    We’re doing these tests in our Kahuna theme first so we don’t break properly working sites using the other themes if there are still hiccups. If anyone is willing to do some trial runs, you can grab a copy from the repository.

    If you can’t or don’t want to switch themes, a preview in the customizer should be sufficient to check if the correct language is used in the featured blocks, boxes and text areas.

    Please let us know how things work out – implementing this in all our themes depends on your feedback.


    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.
Viewing 30 results - 1,081 through 1,110 (of 3,144 total)