Search Results for 'ie'

  • Author
    Search Results
  • #141503
    Steve Procter
    Power User

    The other issue with this theme, is it’s pulling info to the Landing Page from the MACHINES PAGE for example, but for some reason it is making all the text centred, but on the MACHINES PAGE it is justified and looks exactly how we want it to look, can this also be changed?
    Thanks

    #141124
    MikeEckman
    Power User

    I am experiencing the same problem after going to 6.3. It only shows on my Search Results page. I tried changing from 3×3 to 2×2 and it was still there. I am using Septera Plus. My site is:

    https://mikeeckman.com

    Website: mikeeckman.com

    #140509

    Solved!!!
    A friend discovered that there is a bug in the theme’s translation files. A value is not accepted (% 1 $ dpx). PHP 7.4 still forgave the error, but 8.1 no longer allowed it in our opinion. He recompiled the .mo and .po files and I overwrote the existing ones.
    So the theme really works on PHP 8.1 as well.

    #140504

    This is line 284:
    ‘description’ => sprintf(__(‘Only drag [Cryout Column] widgets here. Recommended size for uploaded images: %1$dpx (width) x %2$dpx (height). Go to the Tempera Settings page >> Presentation Page Settings >> Columns to edit sizes and more.’,’tempera’ ), $temperas[‘tempera_colimagewidth’],$temperas[‘tempera_colimageheight’]),

    A friend of mine tried Tempera in a test WP server. He cannot activate the theme, same error(PHP 8.1 and apache).
    So it is a compatibility issue after all?
    Please help, this is a school’s homepage, the will need it in august.
    Or is there a way to migrate a newer theme of yours?

    #139195

    In reply to: Feature Image in Post

    @ Zed – Hello
    I just re open this old discussion because it’s now time to move to Tempera. I modified the plugin provided to show the featured images just below the title. It works great but, the post information (creator – Date/time) appear below the image, is there a way for this to be just below the title ? I’d like to have The Title – Post Info – Featured image like here -> https://ibb.co/Yh9gtK2
    One more point : If you show a Post category list, the featured image appears twice – seems WP core show it, and then your plugin shows it again, any way to fix this ? Exemple here -> https://ibb.co/yytQ74N
    And last, does Tempera is ok for php 8.2 and do you know how much time it’ll be maintain ?
    Thanks a lot for what you do / explain.
    Lighty.

    #139161
    CSimard
    Power User

    Bonjour, est ce que le problème est réglé parce que L’option des titres de page/catégorie ne fonctionne toujours pas.

    Website: tanieres.com

    Zed
    Cryout Creations mastermind

    Hi,

    That functionality is not available in either of the theme’s editions, but should be achievable with CSS.
    Can you include a link to your site and the URL for the alternative logo?


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

    Hi,

    Could you include a link to your site for me to see what you’re trying to achieve?


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

    Hi,

    The theme’s layout is configurable in the settings page. This layout applies throughout the site (except the presentation page feature, when that is used).


    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

    Hi,

    That effect is usually obtained with JavaScript libraries that have expanded on one another and share similar names: fancybox, lightbox, colorbox. There are multiple WordPress plugins that implement them for WordPress sites.

    Animation happen when triggered (on click/hover, other user interaction) so the animations/popup themselves add no extra drag on the performance of the site. However, the scripts/resources needed to add the effects need to be loaded on the site, and depending on the solution chosen they may be lighter or heavier 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.
    #138717
    Zed
    Cryout Creations mastermind

    @deKay, your issue is different and looks to be caused by the theme failing to retrieve in-content images to use a featured images from your posts.
    This happens because the function checking for such images is told by WordPress that the posts have images attached (inserted in) to them when in fact they don’t appear to (maybe they had them in the past?).

    We’ll add some extra logic checks in the next update to not trust WordPress’ returned data blindly and to avoid this condition.


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

    In reply to: PHP 8.0

    Zed
    Cryout Creations mastermind

    Testing out the site with just WordPress and the theme, without any active plugins, with all caching cleared (and browser force refreshed) is the standard course of action after any major change such as updating PHP (or moving the site, or even updating WordPress) if malfunctions occur.

    If the bare site doesn’t work, reverting to one of the default Twenty themes would be a good additional step.
    If that still fails, next would be digging through the server error logs to identify where the fault lies.

    When a functional state is eventually reached, then extra extensions and functionality can be gradually re-enabled until something fails again or everything is restored.


    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

    Hi,

    In WordPress, the “blog” special section is designed to display latest posts regardless of other attributes (categories, metas, authors). There are no built-in filtering options for this section, but there are plugin that can add such filters.

    Concerning journal posts, it depends on how those are created. If those are just regular posts, then simply creating a category page would limit the list to posts belonging to the specific journal category. If those are a separate custom post type, than those would need their separate frontend code (dedicated templates) to handle their display.


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

    Since a number of threads haven’t been responded-to for weeks, I did some digging on my own — this is what I found that might be the solution: Add this to the Custom CSS in the Customizer:

    /* Hide element on Desktop */
    @media only screen and (min-width: 981px) {
    .hamburger {
    display: none !important;
    }
    }

    I’m checking with the client to see if their Windows viewers can now see the menu on a single line.

    #137270

    In reply to: Menu Bug

    Hello!

    The site header is overlapping our menu icon in mobile view. Since the site header is too large and overlaps the icon button clicking the icon area refreshes the home screen instead of expanding the menu.

    Does the code need to be adjusted or is there another way to fix?

    div.site-header-top > div.site-header-inside > div#branding > a#nav-toggle

    Website: Assortedtablewine.com

    #137074

    Thanks again, @Zed. The fixes you suggest above worked well. Hard to believe it was 1.5 years ago already… 😀

    I have another styling question: I cannot find any settings for background (currently transparent) in the Main Menu in the Customizer. And also, the change of font (family and/or color) in that Main Menu via the Customizer is not showing any change when I attempt to bold the font or change fonts altogether. Do you have any input or how-to links to share with me about editing/changing the main menu? Thanks in advance!

    #137056

    In reply to: PHP 8.0

    I am curious if you found a resolution to this issue, TigerWolf.

    My site is running on PHP v7.4. I tried to upgrade the version of PHP to v8.1 as my host requested, but when I do so, the site doesn’t work. Similarly, v.8.0 doesn’t work. My host is no longer supporting outdated PHP versions, so I am concerned. I love my current Nirvana template and would hate to switch.

    Website: www.earlmacdonald.com

    #136596

    Any chance this bug is going to be fixed? I can’t really use galleries any more!

    Website: lofi-gaming.org.uk/diary/2023/01/squiggle-drop-ipad-completed

    #136522

    Zed, I am having the same issue of the headings getting cut off in mobile view. My logo also overlaps some of the heading text. I used the custom CSS that you suggested (above) to further shrink the titles but it did not work. I’m using the Mystic theme. Here’s a link to my site: http://www.lindawoods.org

    Also, If I purchase the plus version of the theme, will this take care of the problem? And does the 24 hour priority support (in the plus version) mean that you will answer questions within 24 hours? I would be happy to purchase the plus version if that is the case. Thank you!

    Website: www.lindawoods.org

    #136450

    Me too 🙂

    Pagespeed insights is giving me “Buttons do not have an accessible name”

    Is there a piece of code I can modify or add to get rid of this error?

    Website: jaguar.lovestoblog.com

    #135797

    In reply to: Gtranslate broken now

    Otti
    Power User

    I tested further, it seems to be due to Firefox, it works with Chrome…
    ___________________________________________________________________________________
    Ich habe weiter getestet, es scheint an Firefox zu liegen mit Chrome funktioniert es …

    #135216
    This reply is private.
    #135198
    Jan
    Power User

    Hello,

    i have the same issue. On two completely different sites, different hosters.
    One is has your Mantra-theme, the other has the Roseta theme.

    The Gallery block items are rather small, it should be possible to have 4 in a row. In edit-view, its displayed as desired, but in the public frontend, all gallery-images are displayed one below the other.

    Website: stoebener-essen.de/last-minute-geschenke-fuer-weihnachten

    #135106
    Zed
    Cryout Creations mastermind

    Hi,

    That sounds like the styling is applied incorrectly, which from experience tells me something (namely a plugin) is manipulating the styling or mixing it around.

    I you have any caching/minifying/optimizations plugins active on the site, please disable them temporarily and check if the issue still manifests.

    Otherwise, broken appearance can also be caused by an issue in the markup itself, like unclosed/unbalanced tags or incorrect tag combinations (causing the browser to try to save face by attempting to guess what starts, goes and ends where).

    Without browsing the site in question I wouldn’t be able to provide any more specific insight.


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

    The page/category titles option is indeed not working as expected in the current Bravada release, thank you for pointing this out. We’ll have it sorted out in the next update.

    And I can now see what you mean by absolutely massive, but that is so due to locally configured text size settings in the content itself:

    So from the theme’s perspective, the content is appearing in the way you set it to appear (as local styling takes precedence over more general styling applied by the 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.
    #134967

    Hi Zed,
    Thanks for your answer.
    It works fine with the Twenty Twenty One Theme, I forgot to told you that I did tried that.
    How can I deactivate all my plugins without injuring my website ?

    #134918

    Hi,
    thank you, I checked that but it still doesn’t work. I also tried setting the featured title image again bt the titles for the individual pages (only the posts) don’t display.

    Website: hu.belrin/sts

    #134899
    Zed
    Cryout Creations mastermind

    Hi,

    I cannot recreate this issue in Esotera on our test site (I didn’t check Kahuna). Comparing the markup and styling used by the galleries, I notice your sites are both missing some built-in WordPress styling that should be applied to the gallery elements (see screenshots below – first one is my test site, second and third are your sites, last image is the inline WordPress-generated styling from my test site that’s missing on yours).

    I suggest temporarily switching to one of the default Twenty themes to check if the gallery works fine there. If it still doesn’t, look into any optimization plugins that may merge/minify the 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.
    #134898

    In reply to: Licence

    Zed
    Cryout Creations mastermind

    Hi,

    The files you get access to with the purchase can be used on a site without any time limit or license dependency – using our Plus themes once purchased is not conditioned to having an active license with us.

    However, access to new updates and the companion priority support service is conditioned to having an active license, that can be renewed yearly or less often, only as is needed.

    I don’t believe in “lifetime” licenses. Those are, to say the least, a lie by omission – there is no such thing as “lifetime” in software, it should be called “software lifetime” for correctness.

    Things always change, evolve, transform, stop being used or simply go away. No developer selling “lifetime” licenses will support or develop that particular piece of software for a person’s lifetime – maybe at most for the developer’s decided software’s lifetime, which means they can just stop supporting and maintaining the software at any point in time anyway.

    Updates and maintenance also take time and effort, so charging for that in (optional) renewal instalments rather than all up front with the initial purchase can be lighter on the budget.


    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.
    #134893
    saransons
    Power User

    Socialising is way overrated anyway. Thank you for the earlier css, all the work you do and best wishes for the new year.

Viewing 30 results - 91 through 120 (of 3,166 total)