Zed

Forum Replies Created

Viewing 30 posts - 601 through 630 (of 6,629 total)
  • Author
    Posts
  • in reply to: Roseta and Codex Incompatible with wpForo #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.
    in reply to: Mobility issues?? #114713
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to 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.
    Zed
    Cryout Creations mastermind

    Hi,

    In WordPress the only way to split translations is using different textdomains.

    The official WordPress.org themes repository only accepts a maximum of 2 textdomains in published themes (one for the theme and one in case a framework is used – which we do, even if it’s our own framework).

    We would have liked to separate translations more logically, but this is impossible within the existing limit.


    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.
    in reply to: Custom Social Icons #114711
    Zed
    Cryout Creations mastermind

    @ollyeden: the menu works now, but the site has no social icons in the footer or the sides. The social icons in the top bar are those of the theme and they appear to work.


    @sneakerbot
    , which tutorial did you follow? This topic is about Tempera, whose social icons functionality works completely different from that in Bravada, which you are using .


    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

    @dandimaala: That same effect is applied to multiple elements. You can turn them all of with this CSS:

    body .widget-title, body #comments-title, body #reply-title, 
    body .related-posts body .related-main-title, body .main .page-title, 
    body #nav-below em, body .lp-text .lp-text-title, 
    body .lp-boxes-animated .lp-box-title {
        background-image: none;
    }


    @sneakerbot
    : You can apply CSS using WordPress’ Additional CSS panel on the customize screen.

    CSS can also be applied using a child theme or a custom CSS insertion 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.
    in reply to: Menus in All Caps #114709
    Zed
    Cryout Creations mastermind

    Hi,

    You can turn off the capitalization for the three menu locations with the following custom CSS:

    body #access a > span {
        text-transform: none;
    }
    body .topmenu ul li a {
        text-transform: none;
    }
    body .footermenu ul li a {
        text-transform: none;
    }

    You shouldn’t edit theme (or plugin) files directly as any changes will be lost the next time you update 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.
    in reply to: Upload custom font #114707
    Zed
    Cryout Creations mastermind

    Hi,

    The custom font appears to work now (at least for me). Are you still having issues?


    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,

    All your currently visible posts are marked as sticky. The theme hides dates on sticky posts because they can cause confusion, considering possibly older sticky posts will be displayed before possibly newer regular posts. This can leave the impression that content hasn’t been updated since the older (first) sticky post has been published.


    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.
    in reply to: menu sub-items go beyond visible screen #114703
    Zed
    Cryout Creations mastermind

    Hi Nina,

    I am not seeing any menu items overflowing off-screen. Your sub-menu items are truncated in length because they are longer than the available screen space (and the menu items are not designed to overflow on multiple lines).


    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,

    The two CTA buttons are designed to inherit colors from other configuration options and don’t have their distinct options. If needed, you can customize the buttons with CSS:

    body a.staticslider-button:first-child,
    body .seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:first-child {
        color: white;
        border-color: white;
    }

    This only applies to the first button – adjust the color (and add additional styling) as 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.
    in reply to: PHP 8.0 #114700
    Zed
    Cryout Creations mastermind

    Disable the caching functionality and re-check if the issue is still present.
    If it’s resolved, re-enable caching but look for a minify option in the caching plugin and leave that disabled as it can interfere with the order the theme’s styles are applied.


    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.
    in reply to: Different header heights for different pages #114699
    Zed
    Cryout Creations mastermind

    Hi,

    You can selectively re-enable the image’s full-height behaviour (after disabling it in the options) for the homepage only with CSS:

    .home .lp-staticslider {
        height: 100vh;
    }

    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.
    in reply to: Tagline on new pages #114698
    Zed
    Cryout Creations mastermind

    Hi,

    That is not possible with existing theme functionality, but we’re looking into adding support for the manual excerpt that the theme activates on pages in the next update.


    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.
    in reply to: reduce space between image and text #114697
    Zed
    Cryout Creations mastermind

    Hi,

    You can do that with the following CSS:

    body #lp-page {
        padding-top: 5em;
    }

    This is the theme’s default value – adjust (decrease) as 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.
    in reply to: Force Regenerate Thumbnails not working properly!!! #114695
    Zed
    Cryout Creations mastermind

    Hi,

    I know that plugin hasn’t been updated in some while, but last time I used it (several months ago) it worked fine with then’s WordPress version. I’ll do some more tests now and also look for an alternative plugin to suggest.


    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.
    in reply to: ‘Read more’ arrow in header is covering my buttons #114694
    Zed
    Cryout Creations mastermind

    Hi,

    That arrow shouldn’t overlap the caption buttons unless the banner is rather short (or the caption title and text use multiple lines).

    Its visibility is not configurable through the options, but you can still hide it with CSS:

    body .meta-arrow { 
        display: none;
    }

    Apply custom CSS using WordPress’ Additional CSS panel on the customize screen.


    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.
    in reply to: Section Title Conflict With Section Description #114693
    Zed
    Cryout Creations mastermind

    Bravada’s section titles are designed to appear in their own, peculiar way. You can see how this work with the default colors on the theme’s demo.
    I’m certain this design won’t work with all color combinations, though, but we’re not even aiming for that because it would simply mean having a dark text on light background everywhere (or the reverse) and no personality at all. Pretty much like today’s minimalistic design we see everywhere that lacks any identity. In my view not everything has to be a box with corners to be usable.

    It’s tweaks like these that CSS is for. Use the following identifier to target the section titles:
    .main .lp-section-header .lp-section-title { }
    Note that they inherit the general site text color and have the opacity lowered to appear that way – you’ll most likely need to adjust both attributes to customize

    In Bravada the main navigation is the one triggered by the hamburger icon and displayed overlaid on the site. The theme also supports an additional top navigation area, visible in the header between the logo/title and hamburger icon.


    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.
    in reply to: H1 doesn’t show on Homepage #114692
    Zed
    Cryout Creations mastermind


    However, on your site something (perhaps the minifying) is preventing the script from working (without breaking it, however), never activating the caption.


    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.
    in reply to: Move Caption in Serious Slider #114689
    Zed
    Cryout Creations mastermind

    Hi,

    The Serious Slider plugin has several appearance styles, however none implements that particular layout.
    We’ll consider it for a future update.


    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.
    in reply to: How do I inherit the markup style? #114688
    Zed
    Cryout Creations mastermind

    Hi,

    Unfortunately, I do not understand your question.
    Which markup styling are you looking to inherit, from where and where 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.
    in reply to: Utilisation Features Boxes #114687
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s featured boxes elements use regular posts as their source content. When creating posts (that are assigned to specific categories which can be associated with every featured boxes section) keep in mind that the following post attributes are automatically used in the boxes:
    – the post title will become the box title
    – the post content will be used to create the box excerpt
    – the post’s featured image will become the box’s image
    – the box will link to the source post


    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.
    in reply to: How to delete burger menu #114686
    Zed
    Cryout Creations mastermind

    Try

    body .menu-burger {
        display: none;
    }

    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.
    in reply to: horizontal dropdown menu #114684
    Zed
    Cryout Creations mastermind

    Hi,

    Neither WordPress nor our themes include such functionality. You’ll need to look for and use a mega menu / advanced menu plugin to obtain that layout.


    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.
    in reply to: Clarifying Mobile Menu Issues #114683
    Zed
    Cryout Creations mastermind

    Hi,

    You could potentially make the mobile menu drop-down toggling arrows more visible by wrapping them with rectangles:

    #mobile-menu .dropdown-toggle {
        border: 1px solid;
        margin: 3px 5px 3px 15px;
        padding: 0.2em 0.6em;
    }

    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.
    in reply to: Change Font on landing page #114144
    Zed
    Cryout Creations mastermind

    Use the following identifier to target these elements:
    .main .lp-section-header .lp-section-title { }

    Note that they inherit the general site text color and have the opacity lowered to appear in that particular way – you’ll most likely need to adjust both attributes.


    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.
    in reply to: H1 doesn’t show on Homepage #114143
    Zed
    Cryout Creations mastermind

    I see you’re not using the site title, but only the logo.
    In this case you should manually add the desired H1 at the beginning of the presentation page text areas.

    As a side note, you have a H2 above that location in the slider’s caption which is hidden with CSS.
    If you’re not using the captions you should leave them empty in the settings so they are no longer included in the 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.
    in reply to: Primary Menu Dropdown Arrow #114141
    Zed
    Cryout Creations mastermind

    Hi Vlad,

    I really like how your site looks!

    Normally, the theme uses the down arrow to toggle the submenus’ visibility, since the menu items are usually links and need to work to navigate to their target sections of the site.

    If you’re using the parent menu items as just placeholders for the dropdowns, you can force toggle the dropdowns when clicking/tapping the menu items with the use of a short custom script:

    jQuery(document).ready( function() {  
    	jQuery('#access .menu-item > a, #mobile-menu .menu-item > a').on('click', function(e) {
    		if ( ( typeof jQuery(this).attr('href') != 'undefined' ) && ( jQuery(this).attr('href') != '#') ) return;
    		e.preventDefault();
    		jQuery(this).next('.dropdown-toggle').trigger('click');
    		return false;
    	})
    });

    You can apply this on the site using one of the many script insertion plugins, for example https://wordpress.org/plugins/header-and-footer-scripts/.


    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.
    in reply to: Image for article page disappeared after upgrade to 1.3.1 #114138
    Zed
    Cryout Creations mastermind

    I notice the site still uses the theme’s example header image – as can be seen on the search page (which doesn’t have a configurable header image).

    If you’re comparing the blog section’s header with that of the homepage note that the homepage, as currently configured, does not display the header image – but the different banner image – in its slider section.


    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.
    in reply to: Properly Size Images for Bravada #114137
    Zed
    Cryout Creations mastermind

    Hi,

    2. The optimum image sizes are those set in the theme’s configuration options (there are multiple configurable size values) or any sizes that are larger than those values but have the same aspect ratios.
    If you want to see the exact image sizes that are used on the site, you can install our SysInfo plugin – any image size that includes bravada belongs to the theme.

    3. If you do not use a custom menu, then the theme will display WordPress’ automatically generated pages list menu.

    4. There was a hiccup in some theme version that made some images display with unwanted extra empty space around theme – this is fixed in the current theme release. If you feel the images are still too small, check the registered image sizes (#2).


    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.
    in reply to: Change Font on landing page #114118
    Zed
    Cryout Creations mastermind

    Hi,

    Those elements don’t have distinct options and use more general settings from the theme’s options.
    If you want to customize them while overriding what’s set in the options then you’ll need to use custom styling (preferably applied without modifying any theme files).

    The styling depends on which specific titles (elements) you want to customize: the section titles or the actual elements (blocks/boxes) titles?


    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 posts - 601 through 630 (of 6,629 total)