Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi,
Our Serious Slider plugin is Bootstrap-based so it includes the needed Bootstrap styling and JavaScript to make it work. We tried to make it self-contained so that it doesn’t expand its styling and code on anything else in the content that may also be using Bootstrap (and its classnames/IDs), however it is not possible to protect for the reverse situation without completely rewriting the Bootstrap identifiers.
As such, the slider may be interfered with or malfunction completely if something else on the site use Bootstrap too and applies its styling/code too generally.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.ZedCryout Creations mastermindHi,
The theme supports WordPress’ built-in video header functionality for the homepage of the site.
To use this you’ll need to switch the theme’s landing page slider section (if you use the landing page) to display the header image (and video) instead of the default banner image.Beside WordPress’ homepage header video feature, neither Bravada nor our companion Serious Slider plugin support videos slides. To add video sliders to your site you’ll need to look for and use a separate plugin that provides video slide(r)s functionality.
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.ZedCryout Creations mastermindThe site title’s background box position is configurable through the theme’s options since Bravada 1.0.4. This does change the animation effect by adjusting its duration and behaviour, but a completely different effect can only be applied by writing the custom styling (and perhaps JavaScript code) necessary for it.
@Ness2021, despite appearances I do my best to answer every forum topic when possible, regardless of the attainability of the request (the timing is the major variable, 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.ZedCryout Creations mastermindI don’t see any JS errors on the site so I don’t get why the images would be distorted. Perhaps they’re smaller (narrower) than the boxes they are displayed in?
Could you re-enable them for me to check out their sizes and the exact styling that applies?
You can apply the following CSS to hide the boxes section from being visible to visitors:.lp-boxes-1 { 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.ZedCryout Creations mastermindHi,
The theme’s presentation page (homepage) is made up of several individual sections each displaying different content and with different styling (and spacing) rules.
I’ll need to know/see the exact things you want to customize.
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.ZedCryout Creations mastermindTry applying the following custom CSS:
body #branding { padding: 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.ZedCryout Creations mastermindHi,
Our priority support service is a yearly subscription. Access to the link removal child theme is available separate from the support service for as long as we will keep maintaining our (classic) themes.
Please create a support migration request and we’ll look into this.
Please include any related information (such as the name, email, payment date or a previous ticket number) that will help us identify past accounts in the order’s Additional Information field.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.ZedCryout Creations mastermindIn Bravada, the header/featured images overlay can be disabled by setting its opacity to 0 in the 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.ZedCryout Creations mastermindHi,
Without visiting your site I cannot tell you the exact reason why the submenus are not working, but that behaviour is generally an indication of JavaScript errors on the site. You can check for this using the browsers’ developer console tool.
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.ZedCryout Creations mastermindDashboard links are only accessible to authenticated users – I cannot access or view the link you provided.
Also, it appears to indicate a Smart Slider plugin administration section, although your initial question was about the theme’s CTA buttons and subscription forms.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.ZedCryout Creations mastermindHi,
That particular function is not pluggable so it cannot be customized by simply re-declaring it in the child theme. This also means it isn’t possible for such a customization to have worked before (regardless of any theme updates) unless changes were also done to Anima itself.
You will need to track down or recover all the customizations and transfer them in their entirety to the 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.May 23rd, 2021 at 22:52 in reply to: How to Remove hover over Add to Cart slide up button WooCommerce products #118281ZedCryout Creations mastermindTry adjusting the CSS to:
.post-type-archive-product ul.products li.product .woocommerce-thumbnail-container:hover a img, .tax-product_cat ul.products li.product .woocommerce-thumbnail-container:hover a img { transform: none; } .post-type-archive-product .woocommerce-thumbnail-container:hover .woocommerce-buttons-container, .tax-product_cat .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.ZedCryout Creations mastermindHi,
The icon blocks follow the theme’s general typography options.
To customize them separately from this you would need to use and apply custom CSS:
.lp-blocks .lp-block-text { font-family: ...; /* other formatting rules */ }
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.ZedCryout Creations mastermindBoth themes share the same header layout.
You’re using the theme’s menu in a way it was not intended to be used (overflowing its area/container and overlapping the content below), which might have unexpected visual effects in some specific screen size or content cases.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.ZedCryout Creations mastermindPerhaps it was a glitch on Apple’s part in that browser release only.
We’ll include the CSS fix anyway in the next theme update since it doesn’t affect anything adversely.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.ZedCryout Creations mastermindI 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.May 22nd, 2021 at 23:27 in reply to: How to Remove hover over Add to Cart slide up button WooCommerce products #118246ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindPlease 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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindReinstalling 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.ZedCryout Creations mastermindYou 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. -
AuthorPosts