Forum Replies Created

Viewing 20 posts - 2,761 through 2,780 (of 4,908 total)
  • Author
    Posts
  • in reply to: Featured Content Image and Title in one Line #99323
    Mahesh
    Participant

    @robincox: I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Jetpack Tiled gallery #99322
    Mahesh
    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,
    Mahesh

    in reply to: Grid content edit #99320
    Mahesh
    Participant

    @value-pc: I don’t quite get it. Can you please explain further.

    Regards,
    Mahesh

    in reply to: featured content #99318
    Mahesh
    Participant

    @pl: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #99315
    Mahesh
    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

    in reply to: excerpt doesn't work in post page for non-english content #99262
    Mahesh
    Participant

    @maxing: Please use WordPress’s excerpt function for this. Go to Edit post page, then Click on Screen Options on the upper right, some options will slide down then check on Excerpt. Then scroll down below the_content area, you’ll see an Excerpt option. Add the text you want to display as excerpt for you post here. And click update.
    Please check the links below:
    http://bit.ly/2cSPV8j
    http://bit.ly/2cbRknH

    Regards,
    Mahesh

    in reply to: featured content #99261
    Mahesh
    Participant

    @pl: Hmmm, if that’s the case, its not possible. This feature allows you to display the same custom text text only in your Home Page or Entire site as you set. But if you want to have different texts in different pages, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Where are demo data files? #99260
    Mahesh
    Participant

    @lara-nozze: Have a nice day!

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #99259
    Mahesh
    Participant

    @lordinvestor: You mean to remove the Caption text?

    Regards,
    Mahesh

    in reply to: HTML code in featured content text #99256
    Mahesh
    Participant

    @json9617: Okay another thing what you can do is, customize the theme a little bit so you can allow some HTML in the content. Edit inc/customzier-includes/clean-box-customizer-featured-content-setting.php file, go to line 307 and 321 and change
    'sanitize_callback' => 'sanitize_text_field',
    to
    'sanitize_callback' => 'wp_kses_post',
    Since this is direct edit in the core theme file, you’ll need to make sure you do these changes everytime you update the theme.

    Regards,
    Mahesh

    in reply to: featured content #99255
    Mahesh
    Participant

    @pl: Please use Promotion Headline For this. Go to Dashboard=> Appearance=> Custoimze=> Theme Options=> Promotion Headline then select Entire site in Enable Promotion Headline on option. Put your desired text in Headline and Sub Headline. Leave the button text blank if you don’t want to have button in it. Once you are done, let me know and I’ll help you with the CSS. Or if you want to customize further, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Secondary Menu & footer link color #99254
    Mahesh
    Participant

    @bigoslesli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box add the following CSS:

    #nav-secondary ul li {
        float: none;
    }
    
    #menu-main-menu {
        text-align: center;
    }
    
    #nav-secondary .container {
        text-align: center;
    }
    
    #search-toggle {
        float: none;
    }
    
    #nav-footer ul li a:hover, #nav-footer ul li a:focus, #nav-footer ul .current-menu-item a, #nav-footer ul .current_page_item a, #nav-footer ul .current-menu-ancestor a, #nav-footer ul .current_page_ancestor a {
        color: #802e19;
    }

    Regards,
    Mahesh

    in reply to: Primary Menu disappears on mobile devices #99252
    Mahesh
    Participant

    @gweng: I checked your site and it says, “Access from your area has been temporarily limited for security reasons”.

    Regards,
    Mahesh

    in reply to: How to keep post titles while deleting page titles? #99251
    Mahesh
    Participant

    @onnalomd: I checked you site, for now, titles are hidden from both of the pages. Please let me know in which you want to keep the title and hide on others?
    http://onnalomd.com/blog/
    Or
    http://onnalomd.com/meditation-for-balancing-nervous-energies/
    Let me know further.

    Regards,
    Mahesh

    in reply to: Grid content edit #99250
    Mahesh
    Participant

    @value-pc: Please post in your site url.

    Regards,
    Mahesh

    in reply to: sidebar for custom post type #99198
    Mahesh
    Participant

    @ce88: Glad you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured image slider #99197
    Mahesh
    Participant

    @vetroartefatto: Go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Page Slider in Select Slider option. Then select desired pages from drop-down option.
    Hope this helps. Let me know further.

    Regards,
    Mahesh

    in reply to: featured content #99196
    Mahesh
    Participant

    @pl: In which pages do you need this, please mention.

    Regards,
    Mahesh

    Mahesh
    Participant

    @phillycontemporary: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-grid-content .col-large .entry-title a:hover {
        border: 2px solid transparent;
    }

    The background is extending beyond the end of the title as the word in the next line takes up some space. If you check the one with title “Abbot Adam: Matins/Lauds”, its perfectly fit. Whereas the title “Wreck” the background extends means, the background extend to certain some minimum width.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: HTML code in featured content text #99181
    Mahesh
    Participant

    @jason9617: Thank you for using Clean Box Pro theme. Well, the content only allows plain text and strips out any html content or other beside plain text. So putting a link in content is not possible. However, you can put the custom link in Link option which will link the image to that very link. And for styling, you can always use Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .entry-title {
        font-style: italic;
    }

    Regards,
    Mahesh

Viewing 20 posts - 2,761 through 2,780 (of 4,908 total)