Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@paologrosso: Can you please clarify more. I didn’t quite get you.
Regards,
MaheshMahesh
Participant@aruraza: I mean the default themes that come with WordPress, Twenty-X themes (TwentyFifteen, TwentySixteen)
Regards,
MaheshMahesh
Participant@paologrosso: The one you’ve mentioned is due to empty <p> tags in the content. Please edit the post view content in text tab and delete all the empty <p> tags, this will resolve the issue.
Regards,
MaheshMahesh
Participant@wouwonline: Please post in your site url. And please specify which H1 you mean?
Regards,
MaheshMahesh
Participant@prafulla: I checked it on our server and it is working fine. If you have any plugins, try disabling and check if it resolves the issue. Let me know further. Please post in your site url.
Regards,
MaheshMahesh
Participant@aruraza: Okay please skip the the reply above, I understand your problem now. Seems the issue is because of the plugin itself. Please try changing the theme to WordPress’s core theme and check whether the problem persists. If yes, it is not a theme issue. Please contact the plugin theme support instead.
Regards,
MaheshMahesh
Participant@paologrosso: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 767px) { .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image { float: none; width: 100%; max-width: none; } .excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image img { display: block; margin: 0 auto; } .excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container { display: block; float: none; width: 100%; } }This will make image and content full width in mobile devices, one below another. Hope this helps.
Regards,
MaheshSeptember 14, 2016 at 1:29 pm in reply to: How to keep post titles while deleting page titles? #99334Mahesh
Participant@onnalomd: Please add the following CSS:
.page #main .page .entry-title { display: none; }Note: This will hide title from pages only not from post.
Regards,
MaheshMahesh
Participant@bigoslesli: The base color of this theme is set to green that is why the color is used throughout the theme. Basically the color link in the customizer setting is for basic links such as links in the content etc. For changing other colors as desired you can use Custom CSS. Let me know if I can help you further.
Regards,
MaheshMahesh
Participant@jason9617: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@gweng: I checked your site. You are using child theme and have modified
style.cssandresponssive.css. There is some issue in your child theme’sresponsive.cssRegards,
MaheshMahesh
Participant@arurazagmail-com: I checked your site, seems the Jetpack’s CSS is causing the issue.
color: #777 !important;
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button { color: #1982d1 !important; }Note: Change it to desired color.
Regards,
MaheshMahesh
Participant@kerimitchellgmail-com: Do you mean to show post from certain category in particular pages? If so you can use categories as menu item which will link to page showing posts of that particular category.
Hope you understand.Regards,
MaheshMahesh
Participant@scatmax: Editing main footer content is a Pro feature, I recommend you to upgrade to Pro.
Regards,
MaheshMahesh
Participant@paologrosso: Please post in your site url.
Regards,
MaheshMahesh
Participant@wouwonline: Yes, this is possible. Make sure Jetpack plugin is installed & activated and Tiled Galleries is enabled in setting. Then go to Add Post/Page and click Add Media then click Create Gallery and select image you want as normal gallery. As you are done, click Create New Gallery at the bottom. Edit gallery screen will appear, select tiled mosiac or tiled column in Type option on the right. Click Insert Gallery and you are done.
Hope this helps.Regards,
MaheshMahesh
Participant@lordinvestor: Its kinda hard to adjust it with CSS since the part of paragraph are in different elements. This must be adjusted through the content itself.
Hope you understand.Regards,
Mahesh -
AuthorPosts
