cmaj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Lightbox on featured imageNope, dev console does not show any error.
I can see that rest of the WP cron tasks (like publishing a scheduled post) get triggered but nothing comes up in the pagespeed insights admin console. Nor google developer pageinsight page has any record of it.
Forum: Plugins
In reply to: [Widgets for SiteOrigin] Issues with Blog Widget3. I am using “Image above the content layout”
Forum: Plugins
In reply to: [Comments - wpDiscuz] Long comments lose formattingI understand, thanks for the response.
Forum: Plugins
In reply to: [Comments - wpDiscuz] How to show form at the bottom?Is there any template support with this plugin where we can code and change the positioning of individual components like the comment box, comments themselves etc.?
Is there any plan to support this?
Thanks.
Thanks a lot! Do you have any documentation for all available actions and filters that I can override?
How do I implement that using css for each of the functionalities I have mentioned above?
What I meant was can I control how the post is shared with each of these networks? for example, for twitter share, can I include my post tags as hash tags OR add some random text after the link OR manipulate the title of the post OR embed some additional links etc.
In the similar vain, how do I configure a minimum threshold count for display either at global level or at post type/category level?
Forum: Plugins
In reply to: [Widgets for SiteOrigin] Issues with Blog WidgetCorrection to 2. Issue does not happen when thumbnail image is above the content. Left has the issue.
Forum: Themes and Templates
In reply to: [Customizr] How to change width of the page?Finally! Pasting my css here for anybody who wants a non full width content.
@media (min-width: 1200px) {
.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, footer#footer, .sticky-disabled .tc-header, .sticky-enabled .tc-header {
width: 960px !important;
}
.sticky-disabled .tc-header, .sticky-enabled .tc-header {
left: 50%;
transform: translate(-50%, 0);
}
footer#footer {
margin: 0 auto !important;
}
}Thanks for all the help.
Forum: Themes and Templates
In reply to: [Customizr] How to change width of the page?Not sure why is it so difficult to change the size of the header! If I manage to change the size then the header shifts to left. If I fix that then the stickiness of the header is gone. Is there really no solution to this?
Forum: Themes and Templates
In reply to: [Customizr] How to change width of the page?Actually i want the header and footer to be 960px also which is not happening. Also, the sidebar got wrapped to bottom on desktop.