brunocoder
Forum Replies Created
-
I am sorry. I missed it in above comment. here is the screenshot. http://prnt.sc/ebdkx6
Thanks
Hello Spencer,
Thanks for quick reponse.
Details which you asked for:-
1. [fts_facebook type=page id=apptad posts=6 posts_displayed=page_only images_align=left]
2. site is not online. but I have a screenshot.I want content in red border(header of the fb feed ) to be fixed on the top while scrolling the feed.
3.System info:-
### Begin System Info ###SITE_URL: http://localhost:8888/mywebsite
Feed Them Social Version: 2.1.6— WordPress Configuration:
WordPress Version: 4.7.2
Multisite: No
Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
Active Theme: Sydney Child 1.30
PHP Memory Limit: 256M
WP_DEBUG: Disabled— Webserver Configuration:
PHP Version: 5.6.6
Web Server Info: Apache/2.2.29 (Unix) mod_fastcgi/2.4.6 mod_wsgi/3.4 Python/2.7.8 PHP/5.6.6 mod_ssl/2.2.29 OpenSSL/0.9.8zg DAV/2 mod_perl/2.0.8 Perl/v5.20.0— PHP Configuration:
Safe Mode: No
Upload Max Size: 32M
Post Max Size: 32M
Upload Max Filesize: 32M
Time Limit: 30
Max Input Vars: 1000
Allow URL File Open: On ()
Display Erros: N/A— PHP Extensions:
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.— Active Plugins:
Add Logo to Admin: 1.6.2
Akismet: 3.2
Better Font Awesome: 1.6.0
Bootstrap for Contact Form 7: 1.4.2
Contact Form 7: 4.6.1
Duplicator: 1.1.30
Email Subscribers & Newsletters: 3.2.6
FakerPress: 0.4.7
Feed Them Social (Facebook, Instagram, Twitter, etc): 2.1.6
Image Hover Effects: 4.4
Page Builder by SiteOrigin: 2.4.24
SiteOrigin Widgets Bundle: 1.8.1
Social Media and Share Icons (Ultimate Social Media): 1.6.4
SVG Support: 2.3.6
Sydney Toolbox: 1.01
Tabs Responsive: 1.6.8
WP Blog and Widget: 1.3
WP REST API: 2.0-beta15— Custom Token or Keys added to Options Pages
— You must have a custom token to use the feedsFacebook App Token: No
FB App ID for Like Button: No
Twitter Consumer Key: No
Twitter Secret: No
Twitter Token: No
Twitter Token Secret: No
Instagram: No
YouTube: No— Offset Post Limit:
Offset Facebook Post Limit: None
Hide Notice on Front End: No— FaceBook & Twitter Date Format and Timezone
Date Format: l, F jS, Y \a\t g:ia
Timezone: Kwajalein— Fix Twitter Time:
Fix: No
— Disable Magnific CSS:
Fix: No
— Fix Internal Server Error:
### End System Info ###
Hello,
After some research I found that there is one class in ihover.min.css which is colliding with bootstrap css. Tried to override with Important keyword but it doesnt work. please fix that.
.row {
margin-top: 15px;
margin-bottom: 15px;
}Thanks
Forum: Plugins
In reply to: [Page scroll to id] page scroll to id as a second menu of the page?Thanks @malihu for the explanation.
Forum: Plugins
In reply to: [Page scroll to id] page scroll to id as a second menu of the page?I found one example.
This is exactly how i want it to work
How could i do that?Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] ID content goes behind the menuI found one example.
This is exactly how i want it to work- This reply was modified 9 years, 2 months ago by brunocoder.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] ID content goes behind the menuThanks @mark Senff for the reply.
z-index is not the issue. because content don’t override sticky menu. My menu is in between the page. For example I click on the second link. It scrolls but the target id goes behind the sticky menu to the top of the page.
I modified my CSS for the more explanation of the issue.
issue issue screenhotDesired look screenshot desired look
Thanks
Thanks @wpshopmart for the reply.
Website is not up yet.
I am trying to modify styles through child theme css but its not working because child theme css is called before and tabs-responsive css is called near the tabs-responsive HTML. And most of CSS is with !important keyword so unable to override it.#tab_container_165 .tab-content {
font-size: 16px !important;
font-family: Open Sans !important;
}
How can I change the font-family and font-size?Thanks