pre_prajan
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Fields wont click.wpcf7-form-control, .wpcf7-form-control.wpcf7-text, .error-404 .search-field{ z-index: 999; }
Add this code on your style.css
Forum: Themes and Templates
In reply to: [Pinnacle] Call to action: link text styleAdd this code on your custom.css file
.home_calltoaction .kt-home-call-to-action .kad-call-button-case a.kad-btn-primary.kad-btn.lg-kad-btn { font-family: Dosis; font-size: 24px; font-weight: 300; }
Forum: Themes and Templates
In reply to: [Oria] I would like help with the header image pleaseYou can dequeue parallax script (https://codex.www.ads-software.com/Function_Reference/wp_dequeue_script)
or
search ‘/js/parallax.min.js’ and add php comment for that line.Forum: Themes and Templates
In reply to: [Enigma] Page headerYou can this by:
1. disable breadcrumb form theme setting
2. Remove breadcrumb code from page
3. Add this code at the end of style.cssul.breadcrumb { display: none; }
Forum: Themes and Templates
In reply to: [Oria] I would like help with the header image pleaseMay we know the site url ?
Forum: Themes and Templates
In reply to: I want all my post to open in a new tabTry this
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" target="_blank" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );?>
Forum: Themes and Templates
In reply to: [x2] scrol left & rightPlease add this on your CSS file
#slider .pagination { overflow: hidden; }
Thanks
Forum: Fixing WordPress
In reply to: Site identity image and FacebookYou can setup og:image for each pages or this may help you
https://developers.facebook.com/tools/debug/sharing
Thanks
Forum: Themes and Templates
In reply to: [ColorMag] Can i increase width of page.Ya,
At the end of colormag/style.css
Forum: Themes and Templates
In reply to: [ColorMag] Can i increase width of page.Hello,
.inner-wrap { margin: 0 auto; max-width: 1280px; }
Please change the max-width with your desire width.
Thanks
Forum: Themes and Templates
In reply to: My navigation bar on smaller screens (mobile) is gonePlease remove css property ‘display: none;’ on line 22 of your style.css
.menu-toggle, .mobile-bar-items { /* display: none; */ cursor: pointer; }
Thanks
Forum: Themes and Templates
In reply to: [ColorMag] Can i increase width of page.Hello,
Can you please add your site URL. So that, I can give you the exact CSS Code.
You can increase the width of container div with CSS.
Thanks
Forum: Themes and Templates
In reply to: [Blackoot Lite] Adding a loader to my siteHello Sifinley,
https://www.niklausgerber.com/projects/preloadme-a-lightweight-jquery-website-preloader/
This may help you.
Thanks
Forum: Plugins
In reply to: Need help with SEOPlease try this plugin https://www.ads-software.com/extend/plugins/wordpress-seo/
This may help u.
ThanksForum: Plugins
In reply to: Need help with SEOPlease try this plugin..
https://www.ads-software.com/extend/plugins/wordpress-seo/
This may help you..
Thanks