Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143154
    TobyElwin
    Participant

    Went to add two new portfolio items and found the layout changed.

    Prior my layout was the default portfolio item seen here: screencast format of original layout

    Currently that layout is only visible logged in to my WP account, in Chrome. When logged out and in all other browsers the layout is container full width and column beneath, as in Portfolio Item page. How can I get this back? What may have happened?

    I use WordPress 4.6
    Cornerstone 1.3.1
    Themeco 4.6.1

    Many thanks,

    Toby

    #1143471
    Rupok
    Member

    Hi Toby,

    It seems some of your Custom code or some plugin (maybe caching plugin) causing the issue. You can take off all the custom CSS and check again. If the issue still persist, you can add this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 768px) {}
    .single-x-portfolio .entry-wrap.cf {
      float: left;
      width: 68%;
    }
    }

    Hope this helps.

    #1143837
    TobyElwin
    Participant

    I deactivated all plugins.

    Took out all custom code.

    Installed plugins one by one and ConvertPlug was the culprit.

    Deactivated ConvertPlug again.

    Added back the following custom CSS
    /* REMOVE IMAGE THUMBNAIL */
    .single .entry-featured .entry-thumb {
       display: none !important;
    }
    
    .single .entry-featured {
       display: none !important;
    }
    
    .x-entry-share .x-share:hover {
    background-color:transparent;
    color: #7a7a7a}
    
    /* REMOVE LAST MODIFIED */
    .hatom-extra{
       display: none;
    }
    
    /* REMOVE  BLOG PAGE CONTENT EXCERPT */
    .entry-content.excerpt { display: none; }
    
    /* REMOVE AUTHOR ON BLOG META */
    p.p-meta>span:nth-child(1)
    		{
    		  display: none;
    }
    
    /* REMOVE CATEGORY TAGS ON BLOG PAGE META */
    .blog .p-meta span:nth-child(3)
    {
      display: none;
    }
    
    /* MODIFY BLOCKQUOTE */
    blockquote {
        background: transparent url(http://media.tobyelwin.com/S3images/bg-quote.png) no-repeat;    
        color: #a5a4a4;
    font-size: 115%;
    border: none;
        font-style:italic;
        margin: 30px;
        padding: 30px 30px 30px 50px;    
    }  
    
    /* CAPTION MODIFICATION */
    .wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.wp-caption-text, .gallery-item >.wp-caption-text:last-child {
    font-size: 68%;
    color:#272727;
    text-transform: none !important;
    }
    
    .home #x-content-band-2 .x-column .x-btn {
         margin-top: 10px;
    }
    
    /* SEARCH NO IMAGE */
    @media (min-width: 768px) {
    
    .search-results .entry-featured {
    width:50%; 
    margin: 0 auto;
    }
    
    }
    
    /* META MODIFICATION */
    .p-meta {
    	text-transform: none !important;
    }
    
    /* FORM CTA TITLE ALIGN CENTER  */
    .x-subscribe-form h1 {
        text-align: center;
    }
    
    /* TABLATURE  RESPONSIVE */
    @media (max-width: 480px){
    	.entry-title {line-height: .75;}
    	h2.entry-title a {font-size: .6em;}
    }
    
    /* BUTTON DROP SHADOW */
    .x-btn, .button, [type="submit"] {
        text-shadow: none !important;
    }
    
    /* HIDING SIDEBAR ON SEARCH RESULTS PAGE */
    .search-results .x-sidebar {
        display: none;
    }
    
    .search-results .x-main {
        float: none;
        width: 100%;
    }
    
    @media screen and (max-width: 1230px){
    h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    }
    }
    
    /* ENTRY TITLE RESIZE */
    
    .entry-title h1,
    
    .entry-title .h1 {
    
      font-size: 200%;
    
    }
    
    /* ENTRY H2-H3 RESIZE */
    
    .entry-content h2, 
    
    .entry-content h3, 
    
    .entry-content .h2, 
    
    .entry-content .h3 {
    
      font-size: 135%;
    
    }
    
    /* ENTRY H4-H6 RESIZE */
    
    .entry-content h4, 
    
    .entry-content h5, 
    
    .entry-content h6, 
    
    .entry-content .h4, 
    
    .entry-content .h5, 
    
    .entry-content .h6 {
    
      font-size: 115%;
    
    }
    

    All was well.

    Reactivated ConvertPlug and messed the portfolio pages up. Deactivated and all is well. So, I think the CSS is ok and ConvertPlug is the current issue.

    #1144325
    Rupok
    Member

    Hi there,

    Thanks for updating. Kindly use the CSS fix for now; I’ll forward this to our developer for further check so that they could get solution from ConvertPlug developer.

    Cheers!

    #1144662
    TobyElwin
    Participant

    Quick point to clarify, I preferred to disable plugin over the CSS modification as the CSS suggested limited the layout.

    Many thanks for rapid response and thoughts.

    Toby

    #1144936
    Darshana
    Moderator

    Thank you for your understanding.

  • <script> jQuery(function($){ $("#no-reply-1143154 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>