• Resolved skubko

    (@skubko)


    Hello,
    after the upgrade to 3.1.0 I played little bit with settings in Customizer and I found one issue with Featured posts visible on my blog. I setup more featured posts, so the arrows and the small buttons appeared above those posts. However, the arrows are not very visible – they are “hidden” behind the menu (I use header menu). The arrows are correctly visible only when I setup “Display a custom heading for your blog”.
    I am not sure if it is only my issue, or it is something general. Can you please help?
    Thanks.
    skubko

Viewing 15 replies - 1 through 15 (of 19 total)
  • Hi skubko. Can you post a link to your site? Thanks.

    Thread Starter skubko

    (@skubko)

    Hello,
    at the moment, I have featured posts “on” and also “Display a custom heading for your blog” is “on” (witout any text, just space in heading + subheading) and it looks correctly. However, when I disable those headings it is hidden, which version do you want to see? Current one looks like this.
    skubko

    I need to see the version where the icons are “hidden”.

    Thread Starter skubko

    (@skubko)

    Custom heading disabled, you may see it now.

    For some reason the page title isn’t being created on your home page. Do you have any modified theme files in your child theme? Or custom css or a custom function that would affect the page title?

    Thread Starter skubko

    (@skubko)

    Well, I have only two files in my child theme (plus image and translations) – style.css and functions.php. When I removed style.css completely, arrow buttons are back, but are hiding the menu, what I do not want them to… But yes, apparently my style.css did it, but still, I do not like the way arrows look (hovering over menu bar) when I am not using my own style…

    Understand that. The odd thing is the page title box is being generated for every other page. And on the home page, it appears briefly above the slider as the page is being generated, then it disappears. Do you have a page builder plugin or anything else that might affect the home page layout? Anything in your child theme functions.php file?

    Thread Starter skubko

    (@skubko)

    Sorry, I do not know what is page builder plugin, I do not believe I have anything like that. I do not know what else might affect the home page layout, I have only style.css and in the functions.php file I have just some code that I found online a long time ago, I believe it was there only because of the localizations being present in the child theme….

    just some code that I found online a long time ago

    can you post that here? Make sure you enclose it using the “code” tab so it doesn’t get picked up by the forum spam filter.

    Thread Starter skubko

    (@skubko)

    Not necessary to past here my functions.php content, I deleted the child file from the site, it is running now only with my own style.css (in the child theme). Would you like to see that one?

    Sure.

    Thread Starter skubko

    (@skubko)

    My child style.css here:

    /*
    	Theme Name: Hueman Child
    	Theme URI: https://alxmedia.se/themes/hueman/
    	Description: Sample child theme for customization.
    	Author: You
    	Author URI:
    	Template: hueman
    	Version: 1.0.0
    */
    
    @import url("../hueman/style.css");
    
    /* ------------------------------------------------------------------------- *
     *  Theme customization starts here
    /* ------------------------------------------------------------------------- */
    
    /* Global */
    .mystyle {}
    
    img.alignright { float: right; margin: 0 0 1em 1em; }
    img.alignleft { float: left; margin: 0 1em 1em 0; }
    img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
    
    .alignright { float: right; }
    .alignleft { float: left; }
    .aligncenter { display: block; margin-left: auto; margin-right: auto; }
    
    #header { background: none; padding-bottom: 0px; }
    #page { margin-top: 0px; padding-bottom: 0px; }
    
    .container-inner { background: #678f57; }
    
    #nav-header .nav ul { background: #678f57 url(img/opacity-10.png) repeat; padding: 3px 0px; }
    #nav-header .nav > li:hover > a { background: #638755; }
    
    .page-title h2 { font-size: 25px;}
    
    .audio-player tr td audio { float: right; width: 100%; }
    .audio-player-td { width: 33%; }
    
    #footer { background: transparent; }
    #footer-bottom { background: transparent; }
    
    .responsive-iframe-container {
        position: relative;
    	float: right;
        padding-bottom: 40%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    	width: 40%;
    }
    
    .responsive-iframe-container iframe,
    .vresponsive-iframe-container object,
    .vresponsive-iframe-container embed {
    	position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /* Tablet - 800px, 768px & 720px */
    @media only screen and (min-width: 720px) and (max-width: 800px) {
    	.mystyle {}
    }
    
    /* Mobile - 480px & 320px */
    @media only screen and (max-width: 719px) {
    	.mystyle {}
    }
    
    /* Mobile - 320px */
    @media only screen and (max-width: 479px) {
    	.mystyle {}
    }
    Thread Starter skubko

    (@skubko)

    I was not able to put it here (code nor b-quote did not work), so I uploaded it here.

    I checked the theme code and it is related to how the slider and the slide controls are placed on the page. I’ll add a request on the theme issues list for a fix.

    Thread Starter skubko

    (@skubko)

    Thank you for the analysis, I will be waiting for a fix then :)…

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Featured posts arrows not visible without custom heading’ is closed to new replies.