Search Results for 'ie'

  • Author
    Search Results
  • This reply is private.
    #40973

    In reply to: Localization Bug

    Yes, I believe Polylang shows the same string only once too. But believe it or not, it took me some time to understand this. When I did, I entered links in the respective fields BEFORE going to the Polylang Settings. The way around it would be for Cryout to use “#1”, “#2” & “#3” as placeholders by default instead of just “#” for the links. This way, we wouldn’t have to guess.

    #40965

    In reply to: Localization Bug

    Zed
    Cryout Creations mastermind

    Polylang doesn’t always show all translateable strings. Edit the link fields from the default # to something else and the fields will appear under Strings.


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

    You’ll need to customize the theme function that displays the author(s):

    if (function_exists('get_coauthors')):
    function verbosa_posted_author() {
        $verbosa_meta_author = cryout_get_option( 'verbosa_meta_author' );
    
        if ($verbosa_meta_author) {
    		
            $first = true;
            $output = '';
            foreach(get_coauthors() as $coauthor){
                if(!$first){
                    $output .= ', ';
                } else {
                    $first = false;				
                }
                $output .= sprintf( '<a class="url fn n" href="%1$s" title="%2$s"' . cryout_schema_microdata('author-url', 0) . '>
                            <em' .  cryout_schema_microdata('author-name', 0) . '>%3$s</em>	</a>',
                        get_author_posts_url( $coauthor->ID ),
                        sprintf( esc_attr( __( 'View all posts by %s', 'verbosa' ) ), $coauthor->display_name ),
                        $coauthor->display_name );
            };		
    		
            echo sprintf(
                '<span class="author vcard"' . cryout_schema_microdata('author', 0) . '>
                    <i class="icon-pen icon-metas" title="'.__("Author", "verbosa").'"></i> %1$s </span>',
                $output );
        }
    } // verbosa_posted_author
    endif;

    Note that I did not test this code so it may be safer to include it and test it on a dev site.

    • This reply was modified 8 years ago by Zed. Reason: corrected a text-domain in the code

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

    In reply to: Localization Bug

    Zed
    Cryout Creations mastermind

    I’m not sure I understand the issue.

    The slider has a target link field which appears in Polylang’s strings administration as a separate input for each language.


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

    In reply to: What's new in 1.2.0

    Found it in the plugin:

    == Changelog ==

    = 1.2.0 =
    * Added title and description fields to blocks and boxes
    * Redesigned the mobile menu
    * Added landing page ‘more posts’ button
    * Added ‘disable’ option for landing page boxes
    * Fixed landing page boxes and blocks clear responsiveness
    * Checked articles animation to ‘fade’
    * Removed page templates – use the new pages meta layout option
    * Changed several icons used in the theme
    * Changed icons pack for the landing page icon blocks; slightly redesigned the icon blocks
    * Centered landing page text areas
    * Updated translation file
    * Changed default static slider image
    * Fixed incomplete breadcrumbs visible on static homepage

    I had already tried to insert a link with the text, but this doesn’t transfer to the small bit of text pulled through to the landing page under the icon block…I can’t find a way to do this. I’d be perfectly happy with it if the text was link-able…

    #40725
    Zed
    Cryout Creations mastermind

    Mantra’s presentation page text fields support shortcodes – you’ll need to use a search shortcode plugin and place its shortcode in one of the text fields.


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

    In reply to: Copyright

    Zed
    Cryout Creations mastermind

    The left bottom side already includes a custom text location (which we’ve been forced to leave blank during the theme review) – which can be defined under Customize > General > Structure > Custom footer text.


    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.

    Just wondered if an administrator could reply to this? I really want to continue to use the theme which is great, but it feels like my landing page is broken without the icon boxes being clickable links and don’t want to put potential new clients off through frustration!

    #40706

    I just copy and paste

    body.home .pagination_container {
    display: none;
    }

    this to theme’s Custom CSS field right ?

    #40702

    No other replies ? We had to use WPTouch but (i) it’s a pity and (ii) it’s yet not convenient.

    #40685
    Zed
    Cryout Creations mastermind

    Custom styling should be placed in the theme’s Custom CSS field (in the settings) or in a CSS plugin of our choice.
    Don’t edit files unless you know what you are doing.


    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.
    #40681
    sir_jamalot
    Power User

    I have cleared all history and cache across my devices (2 PCs running chrome & edge, 2 android running Chrome), but still no icons. I even installed and tried Firefox, but every time I am still not getting the icons.

    #40665

    In reply to: Featured Icon Blocks

    tonyg
    Power User

    I love the featured icon boxes, but I (and many others) need to have them link to a page. I have tried adding links to the content, but that doesn’t work.

    Is there a work around that you could suggest, until you add this feature?

    thanks

    Tony

    #40621

    It looks like a static WordPress homepage always uses the standard template – no matter which template is specified

    #40614

    I just checked and the three buttons at the bottom are vertical, not horizontal. I understand that they are supposed to rearrange on screen width, but that’s not happening on my screen in Chrome for some reason (or my boss’).

    This has not always been the case, leading me to believe something happened in an update, or possibly a mismatch because of the fact I created a child of the theme?

    The buttons are 308×200. The slider dimensions in Parabola Settings which essentially sets the width for the whole page is 1050 — should be plenty of room for the three buttons. When I resize the width of the page or the width of the buttons, they don’t rearrange to a single line.

    Tiles arranging vertically under slideshow

    #40603
    Zed
    Cryout Creations mastermind

    What browser did your friend use on Ubuntu?
    And do you use a caching plugin? He may have been seeing an older cached version of 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.
    #40567
    Zed
    Cryout Creations mastermind

    Sorry about this. A broken file (due to an incomplete file transfer) managed to sneak through in the 1.1.3 update archive.
    We’ve already released 1.1.4 to correct this. If you haven’t updated or restored an older version to recover the site, you can now update to 1.1.4.

    If your site is still malfunctioning due to the 1.1.3 update, unfortunately the fix isn’t too simple: you’ll need to get into WordPress’ folder/file structure (using the hosting account’s file manager or a FTP client), look for the fluida folder in wp-content/themes/ and rename (or delete) it.
    This will make WordPress switch to the default theme, restoring the whole site to working order. Now you can reinstall Fluida (the settings are kept).

    If you’re comfortable with file management, uploading fluida/admin/main.php from 1.1.4 over the one present in your site will suffice.

    PS: I’ve separated this discussion as the original thread is unrelated.


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

    Hello,
    same problem for me. I tried to delete it and do it from start again, but still the same bug. For now, I deleted the content (Slider with video in full width).

    I totally agree with the new options turned off by default when updating to the latest version otherwise it’s quite confusing and can really messed up the layout.

    Any solution for the “content before” bug showing twice ?

    Best regards,

    Johann

    #40329
    Zed
    Cryout Creations mastermind

    Each menu element has a unique identifier (ID and classname) which makes it possible to write custom styling for each one of them.


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

    That code will not work in the theme’s Custom JS field (at least not in its current form).

    As it is meant to display content, you need to place it in a content area – like a Text widget.


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

    Thank you for your answer. I found my solution by putting a background-image on nivo-caption.
    Now the problem is that when the screen is too small, the background-image goes under the slide.
    As you can see here if you reduce your windows size : click

    Do you know a solution ?
    Thank you 🙂

    #40051
    Zed
    Cryout Creations mastermind

    For window border detection and automatic submenu placement to avoid offscreen appearance scripting is required.
    However, the menu is designed to be as light as possible (in browser resource usage) and as such it has almost no scripting applied to it.

    To avoid submenus appearing offscreen I can only suggest to either rearrange your submenus or try to keep the submenu labels length at a minimum.


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

    Hello friends finally, is not a problem of the theme, it is a problem of my computer, thank you very much and sorry for the inconvenience.
    A greeting.

    #40007

    I am also having problems with full posts showing even though I have selected excerpts.

    I am also having problems with shortcode being displayed in the post preview on the main page.

    I hope there is an answer to this problem soon.

    #39990

    In reply to: read more link

    Very good.. Thanks,
    That did the job

    If I’m already here can you tell me how to change the font size for the except (showing on archive & category pages)
    I tried looking on the style.css bot I don’t know what to change…

    #39925
    Zed
    Cryout Creations mastermind

    Images don’t normally open on-top in WordPress – you will need to use Lightbox/Fancybox/Colorbox plugin (the names of the JS libraries creating the effect).


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

    Try increasing the max-width to 800px so it applies to larger devices as well.


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

    Hi
    Following on from the previous chat, my site is still not displaying posts correctly on the homepage. I’ve made a screen grab but I don’t think I can attach it here.
    Basically instead of having all the post lined up in rows of three like this:

    X X X
    X X X
    X X X
    X X X

    Etc…

    I’m getting this… or varieties of this:

    X X X
    X X X
    X
    X X X
    X
    X X X

    I don’t understand why there are random gaps, nor how to fix it. It looks weird and wrong. Can you help?

    Thanks
    Bella

Viewing 30 results - 1,441 through 1,470 (of 3,144 total)