Search Results for 'ie'

  • Author
    Search Results
  • #42755
    Zed
    Cryout Creations mastermind

    We advise against trying to minify the theme’s CSS. Fluida requires its styling (the files and the options-based generated one) to be applied in a particular order and minification plugins usually break this.


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

    Use media queries in your custom styling.


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

    In reply to: translate homepage

    Zed
    Cryout Creations mastermind

    The shortcode field is not currently localizable.


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

    Hello,

    The problem was seen even with the cache plugin disabled so the minify thing is not the case.
    Still I do not understand one thing: I use to show the post list as excerpt and limited it to 10 words. Why does the page tries to show/load some widgets at the end of the post which should not be visible in the excerpt?

    The most stupid and easiest solution I found was to add a google maps widget on the left side panel. This caused the google API to be loaded everywhere including the home page. I made some arrangements to the widget so that it is not visible.

    I do not know how to load the google API other way.

    Regards,
    Vasil Krastev

    #42723
    Zed
    Cryout Creations mastermind

    You can do this with custom styling:

    @media (max-width: 800px) {
       #frontpage .slider-wrapper {
          display: none;
       }
    }

    You can adjust the 800px value to control which devices the styling applies to.


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

    That is usually doable with custom styling.
    I’d need to see the content (actual page) that the styling needs applied to, though.


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

    The extra text title fields are meant for exactly what their names indicate – titles. Titles are normally not 2-3 lines long so the line height (and font size) wouldn’t be problematic in this case.
    Each of the titles is accompanied by a text field designed for bulkier bits of text.

    We do our best to answer all the forum topics we can, but patrolling the forums is not our full time job.
    We’d rather spend this time to improve our existing themes and create new ones.


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

    You appear to have JavaScript issues on your site, which render WordPress’ jQuery (which the theme relies on) non-functional. The slider on the homepage is also not working.

    You’ll need to temporarily disable all your plugins and check if this solved the problem, then re-enable them one by one to pinpoint the cause.


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

    In reply to: Mantra Does Not Work!

    Zed
    Cryout Creations mastermind

    I see you’re currently using Tempera, which works fine.

    If you’re still having trouble with Mantra, could you test if a force refresh or using a different browsers yields different results?


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

    I believe we have migrated your support service, but I am providing this answer for anyone else with the same question:
    There is no automated confirmation for support migration as we handle all migrations manually. The procedure may take up to several days.


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

    In reply to: Translation

    Hello!

    I just want to inform you all that I’ve translated Verbosa to Spanish (Spain). It’d be great to see it in action in a further update after the review.

    https://translate.wordpress.org/projects/wp-themes/verbosa/es/default

    Best regards.

    Website: monyi.net

    #42678

    the url is http://daparishkayaks.com

    password: bienvenue16

    #42661

    1) I found the answer to this question on another site. It confirmed 5 social accounts is all that the Nirvana theme supports. That’s all I was asking and I’m confused as to why you couldn’t just tell me that.
    2) I have emailed Jetpack tech support and they can’t help as they say the social icons aren’t images but “Genericon” font. I have no clue what that is. I have checked the Jetpack forum and there is nothing there about this but I will post my own support request there.
    3) OK, thanks. That’s what I was afraid of.

    Thanks for getting back to me.
    Julie

    #42626

    I tried doing that, no luck. Still getting the same errors

    #42604

    I’m using a landing page, with the relevant piece of code outputting the page content commented out in a child theme function

    #42495
    Zed
    Cryout Creations mastermind

    Fluida (and subsequent themes) no longer have the blog template included because the w.org repository reviewer considered it to be extraneous and not needed in the theme. We believe otherwise, but we had to respect this decision for the theme to be accepted in the repository.


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

    The presentation page text fields support the inclusion of shortcodes, so you’d be able to include plugins that provide their functionality via shortcodes, or even widgets by using an additional widget-as-shortcode plugin.


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

    1. You should ask the plugin developer to follow WordPress best practices and apply color selectors on the plugin’s pages only, not all over the dashboard.

    2. The content area will be the width configured in the settings. If the screen it is viewed on the site will rearrange to not extend beyond the screen width, but on wider screens the content will limit to this width.


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

    In reply to: Futura Font vs MacOs

    Zed
    Cryout Creations mastermind

    The browser relies on system fonts to display the configured font faces. If these fonts are not available in specific operating systems, the browser will use fallback font families (which may or may not look similar to the initial font).


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

    The slider is located inside the content area which is placed on an even larger element that has the background.

    You cannot create transparent area (down to the background of the site) using margins and/or padding. You need to disable the general background first (by leaving the appropriate color field empty in the theme settings).


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

    The browser does the interpreting. If the rule doesn’t work you’re either applying it to the incorrect element, or the custom style is not specific enough and gets overwritten by existing styling.

    Try
    body #frontpage { ...

    Note that the #frontpage element is located on top of a different layer which already has a white (configurable) background, so any semi-transparent color you’re applying will be applied to that background, it will not make the content background semi-transparent all the way down to the site background.


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

    I finally found the root cause for the problem. I use Google Maps plugin to display routes in some of my posts. When there is a list of posts the following error is generated which causes the html code to stop:

    Uncaught TypeError: Cannot read property ‘libraries’ of undefined
    at HTMLDocument.<anonymous> (js-map.min.js?ver=1.7.2:1)
    at i (jquery.js?ver=1.12.4:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
    at Function.ready (jquery.js?ver=1.12.4:2)
    at HTMLDocument.K (jquery.js?ver=1.12.4:2)

    I guess something does not wait for google visualization to finish loading its libraries before it uses them. Any ideas how to fix this…?

    • This reply was modified 8 years ago by vasskion.
    #42328

    In reply to: Adding AdSense Code

    Tried a different email but no luck. As far as I can tell I need to get into the background html of the site to add the code, but now sure if that’s possible or not? All the help I can find online seems to be about setting up Adsense with the plugin etc, noone seems to have got stuck at this stage.

    #42283

    In reply to: Adding AdSense Code

    I tried setting up an account for a website with all original content and AdSense denied their application because of not enough original content. I can’t find a way to speak to anyone direct about AdSense…

    I can’t remember being told to put code after the head tag – it is always put wherever you want the ad to display…

    I would try again with another email.

    #42257

    it seemed to update it self, but now it is not updating to 4.7.2. have mantra. getting this message
    Warning: copy(/homepages/28/d572162001/htdocs/app572231144/wp-admin/includes/update-core.php): failed to open stream: Permission denied in /homepages/28/d572162001/htdocs/app572231144/wp-admin/includes/class-wp-filesystem-direct.php on line 257

    How do you update permissions?

    Website: www.foxfamilylaw-boulder.com

    #42252

    I’ve fixed this with a child theme. It looks like that to have post excepts being used properly, a tweak can be made to fluida_custom_excerpt in fluida/includes/core. It doesn’t look at that field at all. It could be tweaked to look for a post excerpt before creating one from the post.

    I’ve done it in a hacky way, but might spend some time adding this to the right function.

    #42237

    My mistake – I had tried to test it in the incorrect sidebar. It is working as it should, sidebar navigation shows the children pages.
    Thanks

    #42195
    Zed
    Cryout Creations mastermind

    Please see https://www.cryoutcreations.eu/forums/t/sidebar-menu-or-items-in-mobile-view/#post-41789


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

    Yes, the content of the Custom CSS field is retained over updates.

    The footer recently received a couple more colours and existing one were rearranged.
    The static page setting is not a theme option but under WordPress’ control (the theme can indeed override it with its landing page feature, but this can be disabled).


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

    All of the theme’s landing page content is configurable in its settings, under Appearance > Customize > [FL] Landing Page. There you can enter text in certain title fields and select the pages that get used to create the text blocks with.

    To define the actual text displayed in these blocks you’ll have to edit the pages themselves.


    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,351 through 1,380 (of 3,144 total)