Zed

Forum Replies Created

Viewing 30 posts - 481 through 510 (of 6,644 total)
  • Author
    Posts
  • in reply to: Disappearing page content (not posts). #118276
    Zed
    Cryout Creations mastermind

    I was referring to the page template option:

    The top one is the old method of setting the layout in Verbosa, which is still supported for compatibility with sites that haven’t been updated to use the new meta layout option.
    However using both methods to set different layouts can end up malfunctioning.


    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 applied by WooCommerce’s own styling. You can try to following CSS to remove it:

    .post-type-archive-product .woocommerce ul.products li.product .woocommerce-thumbnail-container:hover a img {
        transform: none;
    }
    .post-type-archive-product .woocommerce-thumbnail-container:hover .woocommerce-buttons-container {
        transform: translateY(100%);
    }

    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 set up the CTA buttons on the landing page #118241
    Zed
    Cryout Creations mastermind

    Hi,

    The buttons have link fields in which you can insert the necessary URLs to either navigate to a different site section or jump in-page to a specific location.

    The latter are what’s called anchor links and have a specific procedure of setting up:
    https://www.w3docs.com/snippets/html/how-to-create-an-anchor-link-to-jump-to-a-specific-part-of-a-page.html
    To use anchor links on the landing page you’ll need to know the theme’s existing section IDs:

        #lp-blocks1
        #lp-blocks2
        #lp-boxes-1
        #lp-boxes-2
        #lp-boxes-3
        #lp-text-zero
        #lp-text-one
        #lp-text-two
        #lp-text-three
        #lp-text-four
        #lp-text-five
        #lp-text-six
        #lp-portfolio
        #lp-testimonials
        #lp-page or #lp-posts

    or add your own IDs in the desired content locations.


    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: Site is not responsive on a mobile #118238
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site or at least a screenshot with the issue?


    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: Add a redirect button in theme header #118237
    Zed
    Cryout Creations mastermind

    Hi,

    Fluida’s design include a menu bar which holds the site title/logo, main navigation and header socials, followed below it by the header image area, which also includes a widget area.

    You could use this widget area to add custom content to the header.


    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: Excerpt Length in Icon Blocks #118236
    Zed
    Cryout Creations mastermind

    Hi,

    The icon blocks use a custom theme function to generate the excerpts which defaults to a length of 35 words. This value is not directly configurable, but can be overridden using the theme’s bravada_custom_excerpt_length filter.


    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: Responsive Head Image issue #118235
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site or at least a screenshot with the appearance on mobile?


    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 change loading screen animation #118234
    Zed
    Cryout Creations mastermind

    Hi,

    The loading animation is not configurable. If you want to change it, you’ll have to customize the CSS it is controlled by. You can find the existing CSS under the ‘Preloader’ section in the theme’s style.css file.


    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: Make #Prime_Nav menu full width #118233
    Zed
    Cryout Creations mastermind

    Hi,

    Septera’s default design is to have the logo/site title and menu on the same line.

    I’d need to browser your site to observe the exact changes you’ve already applied before trying out further tweaks.


    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: Letters in title / subtitle unexpected behaviour #118232
    Zed
    Cryout Creations mastermind

    Please try applying this custom CSS on the site:

    .animated-title .caption-title-word span.cry-double {
        top: 0;
    }

    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: Distorted pictures #118231
    Zed
    Cryout Creations mastermind

    Hi,

    The featured box images are resized using JavaScript to ensure the aspect ratio is correct (since their width is relative to the browser window / screen size).
    You did not include a site link so I cannot check for this, but if you have a JS error on the site that’s breaking this functionality, you can end up with distorted images.


    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 colour of page location bar #118230
    Zed
    Cryout Creations mastermind

    Hi,

    The breadcrumbs (the indicator of the section you’re currently on) is designed to be displayed on top of the header image and uses the color configured as the menu background color (together with several other elements).

    If you want to customize this element separately from the options, you can do so with CSS:

    #breadcrumbs-container span,
    #breadcrumbs-container a,
    #breadcrumbs-container i {
        color: ...;
    }

    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 remove a color cast from images? #118229
    Zed
    Cryout Creations mastermind

    Hi,

    The appearance of the featured (and header image) overlay effect is configurable configurable through the theme’s color options.


    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: White space between content and menu bar/header #117911
    Zed
    Cryout Creations mastermind

    Reinstalling the theme would revert any changes done to its files, but you should be absolutely certain you want to do 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.
    in reply to: How to change the waiting sign? #117886
    Zed
    Cryout Creations mastermind

    You can upload a screenshot to any image upload site and then include a link to it here.


    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 change the waiting sign? #117773
    Zed
    Cryout Creations mastermind

    Hi,

    I am not aware of such an icon to exist in the theme. Would it be possible for you to include/link to a screenshot?


    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: Overlay does not work #117772
    Zed
    Cryout Creations mastermind

    Hi,

    I believe you are encountering the same issue previously reported here:
    https://www.cryoutcreations.eu/forums/t/cant-see-hero-image
    and here:
    https://www.cryoutcreations.eu/forums/t/no-header-transparency

    This is caused by PHP using a localization configuration that renders floating point numbers using comma as delimiter instead of dot (which are used directly in the CSS and not supported by browsers – the all expect decimal points). My suggestion is to change PHP regional settings to use the decimal point for floating point numbers.


    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 make navigation bar thinner #117771
    Zed
    Cryout Creations mastermind

    Hi,

    I have answered about this in the existing topic:
    https://www.cryoutcreations.eu/forums/t/white-space-between-content-and-menu-bar-header#post-117711


    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: White space between content and menu bar/header #117768
    Zed
    Cryout Creations mastermind

    The theme’s styling has been manually edited, leaving what I believe is an error which forces the menu container to a large, fixed, height:

    The left side is the theme’s original styling.

    It is generally bad practice to edit theme (or plugin) files directly. Most changes, especially CSS tweaks, can be achieved using the existing Additional CSS settings field or perhaps a child theme.

    You can see the full differences list here:
    https://www.diffchecker.com/VLIAWUY6


    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,

    Re-ordering the theme’s landing page elements is a feature included in the theme’s Plus edition.

    With the free edition reordering can only be done manually by customizing the content/landing-page.php file (preferably using 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.
    in reply to: change background colour in scroll-down menu #117702
    Zed
    Cryout Creations mastermind

    As you’re mixing light and dark background for the landing page sections, there’s no general CSS solution. You can try:

    .home .lp-text, .home .lp-section-title {
        color: #fff;
    }

    but for best results you’ll probably need to tweak the text colors for each section individually:

    #lp-blocks1, #lp-blocks2
    #lp-boxes-1, #lp-boxes-2, #lp-boxes-3
    #lp-text-zero, #lp-text-one, #lp-text-two, #lp-text-three, #lp-text-four, #lp-text-five, #lp-text-six
    #lp-portfolio
    #lp-testimonials
    #lp-page or #lp-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.
    in reply to: Portfolio item URL #117670
    Zed
    Cryout Creations mastermind

    Hi,

    The URLs are controlled by Jetpack through its custom post type registration process. Based on the code

    			'rewrite' => array(
    				'slug'       => 'portfolio',
    				'with_front' => false,
    				'feeds'      => true,
    				'pages'      => true,
    			),
    

    the slug is not filterable, so you’d have to swap (unhook and replace) a lot of registration code to change the URL.


    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: Setting site identity separately from header text #117613
    Zed
    Cryout Creations mastermind

    I believe we may be discussing about different configuration modes.

    The configurable caption title/text is applicable to the theme’s landing page feature as the homepage:

    While the landing page is not activated, the theme will use the site title and tagline as the header title area for the homepage, for example with a (static) page:

    or the default posts list:


    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: White space between content and menu bar/header #117612
    Zed
    Cryout Creations mastermind

    Zero disables that configurable space.

    If you still have some spacing between the menu and the content below with that option set to zero, then that is probably coming from the content itself.
    Without browsing the site in question I can only make guesses.


    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 background colour in scroll-down menu #117610
    Zed
    Cryout Creations mastermind

    The following CSS will make the menu bar background green on scroll:

    body.esotera-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background-color: #018e66;
    }

    Widgets normally inherit their colors from the general text. To customize them separately use:

    .widget-container {
        color: #123;
    }

    To further control widget titles separately, also add:

    .widget-title {
        color: #456;
    }

    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: Front page view different from actual post #117608
    Zed
    Cryout Creations mastermind

    Some of your replies were held for moderation due to the external content/links.

    Those screenshots don’t look like any of the default WordPress display modes. Are the 3 individual elements visible in the images separate post or is that just content part of a single post?
    Are you using a plugin to build that layout and display that particular look?


    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: Jetpacks’ sharing buttons #117603
    Zed
    Cryout Creations mastermind

    Hi,

    Jetpack has options controlling which site sections its styles and scripts are loaded to – https://jetpack.com/support/sharing/
    When mixing content types like having portfolio post elements displayed on a (static) page, its filters (adding the buttons) may still apply while the styling remains disabled because the separate check detects a different 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: Change the Bravada hamburger menu to text? #117512
    Zed
    Cryout Creations mastermind

    Are you sure you applied the CSS correctly?
    It should at least remove the 3 horizontal lines from the toggler if not also display “A to Z” in some mangled way.


    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: Front page view different from actual post #117509
    Zed
    Cryout Creations mastermind

    Hi,

    I’m not sure I understand what you’re referring to, and where the two places are, where the content is displayed differently in.
    Screenshots would also be helpful in exemplifying the matter.


    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: White space between content and menu bar/header #117508
    Zed
    Cryout Creations mastermind

    Hi,

    Check if you have configured a top content margin through the theme’s 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.
Viewing 30 posts - 481 through 510 (of 6,644 total)