LQThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cactus] After site relocation, the theme is acting strangeHi,
1, It is incorrect to replace the options string in the database. It is recommended that you use plugins to export and import data, for example, Customizer Export/Import.2, You don’t need to load waypoints.min.js because it is already included in the theme, repeated loading may cause errors.
Forum: Themes and Templates
In reply to: [Cactus] content doesn’t loadPlease insert correct link for the “shop products” menu item (delete the space).
Forum: Themes and Templates
In reply to: [Cactus] content doesn’t loadHello, I have checked your site and found cactus is not activated on your site.
Can you give us more error info so we can check it for you?Forum: Themes and Templates
In reply to: [Cactus] Changing Button ColorsHi, you could use additional css to do this work. Try to insert css code like:
.cactus-btn.primary, .cactus-btn.cactus-primary, .cactus-contact-form input[type="submit"], input[type="submit"].form-control { background-color: #bc2944; }
Forum: Themes and Templates
In reply to: [Cactus] Syntax errorsFirst, please go to check if you could install&activate Elementor plugin. If not, please check the PHP version of your site. If the version is outdated, please install previous version of Cactus Companion.
Forum: Themes and Templates
In reply to: [Cactus] Form in Frontpage section ContactHello, you could translate the theme using Loco translate plugin.
Forum: Themes and Templates
In reply to: [Cactus] White Space On Cactus Nav Menu AreaIf you mean the height of header, you could change it using additional css:
.cactus-header .cactus-main-nav > li > a { margin: 8px 20px; }
Forum: Themes and Templates
In reply to: [Cactus] Header Logo Color ChangeHi,
“Sticky header logo” option will be added, please wait for the next update.
Forum: Themes and Templates
In reply to: [Cactus] full-width footer widget possible in Cactus?1, Go to Customize > Cactus: Footer Options > Display Footer Widgets
2, Go to Customize > Widgets > Footer 1, add widgets.
3, Go to Customize > Additional CSS, add the following css code
.footer-widget-area .col-md-3 {
width:100%;
}Forum: Themes and Templates
In reply to: [Cactus] change format of links on entire websiteGo to Customize > Additional CSS, add the following css code
a{ color:#a82138; }
Forum: Themes and Templates
In reply to: [Cactus] How to hide main picture from a post page?Hi, you could add additional css to hide feature image in single post.
.single-post .entry-image { display: none; }
Forum: Themes and Templates
In reply to: [Cactus] Customizer Does Not Load With Child Theme ActivatedHi, please update to Version: 1.2.2.
Forum: Themes and Templates
In reply to: [Cactus] Adding new fonts.Hi, you could upload fonts and edit css for your site or try third-party plugin to help you do this work.