Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

full blog element – TITLE DIMENSION

    • 9 years, 3 months ago LL84
      Participant

      Expired

      Hi Mihaila

      two needs:

      1. in my homepage (www.homointraprendente.it), in the masonry – full blog element, I need to rise up the title dimension. Where can I set this dimension?

      2. I don’t want images for those articles that are quotes. So in the masonry blog and in the full blog masonry element I would like to completely erase the image space (because otherwise the “please add image” message would come up)

      thank you!

      LL

    • 9 years, 3 months ago LL84
      Participant

      Expired

      one more:

      3. is there a way to set the full blog element (masonry) into a 3 columns masonry instead of 2 columns? (see homepage)

      tks

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      1-Please go to General Options > Typography Options > Heading 1 Font style, increase the line height to your wish.

      2-Please add this cod einto your custom cs sbox:

      .blog-article.format-quote .media {
          display: none;
      }

      3-Change blog column number in Blog Config > Blog Masonry Columns.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      Hi Mihaila

       

      1. sorry, I did not explained well. the dimension I need to chang is not the title INSIDE the article, but the title OUTSIDE, I meen the one I see in the full-blog element…

      2. works perfectly

      3. Ok, but is there a way to let the full-blog element (in the homepage) be 3 columns and the blog page (https://homointraprendente.it/tecniche/) be on 2 columns?

      moreover, if I put the blog into 3 columns mode, in the blog page it is shown one under the other and not on 3 columns…

      tks

       

       

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      1-The outside title is a H1 header, so it will change. Just try it out.

      3-Sorry but is not possible to have two different separate styles for blog. But you can use ‘Post Grid’ element for it. Set it up to show only two posts per row.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      Hi Mihaila,

      1. sorry but the title outside is not H1, it doesn’d change. moreover in typography option I have 40px for H1 headers, and it is shown as really small…

      3. ok. but in the page https://homointraprendente.it/tecniche/ in the 1600 x 860 layout the posts are not in 3 columns, nor in 2…they are in 1 columns…even if my settings says 3 columns…

      thank you

      luca

       

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      1-Please add this code into your custom css box:

      .blog-article.grid-style .content h1 {
          font-size: 24px !important;
      }

      Edit font size to your wish.
      2-This is strange. I check it up in our side, but this does not happen.
      Please do this first, go to file js/main.js and find this line:
      $('.codeless_slider_wrapper', parent).removelass('skrollable');
      replace with this:
      $('.codeless_slider_wrapper', parent).removeClass('skrollable');
      Let us know how it will go.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      1. works perfectly, tks!

      2. still not working…

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      2-I added this code into your custom css box:

      .cols2 .blog-article.grid-style, .cols2 .grid-size {
          position: initial  !important;
      }

      It looks ok now, screenshot. Please check and let us know.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      wonderfull! thank you Mihaila!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      Hi Mihaila

      the “Recent Portfolio” item is shown very bad on mobile view. may you please have a look to the homepage?

      tks

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      Please go to file css/bootstrap-responsive.php and find these lines (1110):

      .portfolio-item{
          width:100% !important;
          padding-left:0 !important;
        }

      Remove the !important from width attribute and save file.
      Then add this code into your custom css box:

      @media (max-width: 480px){
      .recent_portfolio.wpb_content_element {
          height: 280px !important;
      }}

      You should be able to scroll throw portfolio items in home page horizontally.
      Let us know.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      now it’s not responsive…the elements should go one under the other, but it doesn’t happen…

    • 9 years, 3 months ago LL84
      Participant

      Expired

      moreover, in the masonry layout of the blog the arrow that turns red when overlapping is not in its correct place…

      it’s in the middle…

       

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      Sorry for the late reply.
      The portfolio is responsive but you need to scroll horizontally in order to browse the other portfolio items.
      However since you want to display them one under the other then i edited the above code to this:

      @media (max-width: 480px){
      .recent_portfolio.wpb_content_element {
          height: 1200px !important;
      }
      .swiper-wrapper{
         width: 300px !important;
          height: 1200px !important;}
      }

      For the blog arrow, i added this code:

      .blog-article.grid-style .content .link_grid {
          left: 92% !important;
      }

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      sorry Mihaila, but none of them is working properly…

    • 9 years, 3 months ago Mirela
      Participant

      Hello,

      I just opened your site from an iphone and it was displaying just as described. Please clear cache and try again.
      Let us know.

      Best regards!

    • 9 years, 3 months ago LL84
      Participant

      Expired

      ok, you’re right on vertical view…

      but on horizontal or on ipad (v/h) it’s not working well…

      moreover the blog arrow works perfectly on mobile, but not on computer…

    • 9 years, 3 months ago LL84
      Participant

      Expired

      I got it! it was a problem of   parenthesis  }  because the  section

      <span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>.blog-article.grid-style .content .link_grid { left: 92% !important; }</span>

       

      was under  <span style=”color: #444444; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; line-height: 24px; white-space: pre; background-color: #f9f9f9;”>@media (max-width: 480px)…</span>

       

      I put it outside parenthesis and now it works perfectly!

      thank you Mihaila, hope I’ll finish this website one day :)

    • 9 years, 3 months ago LL84
      Participant

      Expired

      Hi Mihaila,

      I don’t know why but I cannot create a new post here in this forum, only writing here. If I write a new post it doesn’t appear into my “topic started”…

      2 problems with the new release of the theme:

      1. Tab items don’t work properly: it is impossible to modify the tabs created previously (please enter my WP and have a look to the “RISORSE” page)

      2. into the custom fields of portfolio items I put some links. now links are shown as text and not link…

      thanks for your help

Viewing 19 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password