Dabliu Pee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Parallax] Open sub menu on the leftGive me your site link
Forum: Themes and Templates
In reply to: How to Hide the TaglineTry this code
.tagline { display: none; }Forum: Fixing WordPress
In reply to: loginI think this plugin fulfill your requirement
Please find the documentation
Forum: Fixing WordPress
In reply to: jQuery not working after migration from localhost to live serverHi Dennis.,
Your contact form working fine and i can’t find the lightbox issue can you please send me the particular link
Forum: Fixing WordPress
In reply to: loginHi Deepika
Try to use Paid Memberships Pro Plugin
- This reply was modified 9 years, 9 months ago by Dabliu Pee.
Forum: Fixing WordPress
In reply to: Receiving Empty Spam CommentsHi.,
Try to use akismet plugin
No its working fine
Check after clear cache
Forum: Fixing WordPress
In reply to: LoginTry after disable this plugin
woo product slider
Forum: Fixing WordPress
In reply to: Post titles aren's showingno 🙁
you need to swap the section thats contain your loop section
Forum: Fixing WordPress
In reply to: Post titles aren's showingYou need to create child theme with this options
You need to swap “entry-header” area and “post-thumbnail” area
Forum: Fixing WordPress
In reply to: Post titles gonePlease refer following links
https://codex.ww.wp.xz.cn/Child_Themes
https://codex.ww.wp.xz.cn/Pages#Creating_Your_Own_Page_Templates
Forum: Fixing WordPress
In reply to: Post titles goneCan you try to create page templates with title options?
Forum: Fixing WordPress
In reply to: Post titles aren's showingLink not working
Forum: Fixing WordPress
In reply to: Customize the post sectionYou need to create child theme to fix this issue
You need to update class name “col-lg-8” to “col-lg-12” for looping content area
Forum: Fixing WordPress
In reply to: Seperate mobile and desktop siteJust paste this lines on your child theme css
p.alignleft, p.alignright { float: none !important; width: 100% !important; margin: 0px 0px 20px 0px !important; height: auto !important; display: block; }