Viewing 20 results - 361 through 380 (of 2,393 total)
  • Author
    Search Results
  • #132818
    Skandha
    Participant

    @thetraininglady: Well okay. That is strange because at my end both ways changes can be seen on the featured image slider. Please do a fresh installation of the theme and let me know if the issue persists.

    Regards,
    Skandha

    #132746

    In reply to: CSS help

    Skandha
    Participant

    @luismarioochoa: Currently i don’t see any title and content of the featured slider images. Please enter the title and content to the featured slider images so that i can provide you the correct CSS to bring them inside the slider image as an entry container with the required capacity.

    Regards,
    Skandha

    sliska
    Participant

    Alternatively, I see that if I add my image as a header image, I can easily make it the width of the sidebar by using the “Page/Post Featured Header Size” drop-down menu and selecting “slider.” This option is not available for logos.

    Would it be easier to provide CSS that would cause my header image to appear above the nav menu rather than below it?

    Thank you!

    #132537
    Skandha
    Participant

    @dnelson503: I see on your site that you have got back the featured slider. Is this what you wanted?

    Let me know if you have anymore issues!

    Regards,
    Skandha

    Barry Cotton
    Participant

    Skanda,

    Wow! You’re great… everything solved that I asked for. However, I forgot to mention that on the HOMEPAGE, the middle section that lists Blog Posts picks up two with TAN background but two others have a white background. It seems to be an issue where half the page is TAN #e2d9c0 and the other half is white

    Is it possible to fix this?

    One final fix I would really appreciate.

    The FEATURED CONTENT SLIDER at the bottom of the HOME PAGE show text CENTERED… which does not read well. I would prefer it to be JUSTIFIED.

    Can you justify the text in the FEATURED CONTENT SLIDER?

    I really do appreciate your help, Skandha, Thanks again.

    Barry

    #132447

    In reply to: CSS help

    Skandha
    Participant

    @luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    Please replace the CSS code i provided you above by the following CSS Code

    #main.clearfix {
    	padding:0;
    }
    .featured-img span {
    	padding:0 !important;
    }
    .nav-previous .pngfix {
    	display:none;
    }
    .nav-next .pngfix {
    	display:none;
    }
    #slider {
    	border:0;
    }

    Let me know if this solves your issue.

    Regards,
    Skandha

    Skandha
    Participant

    @barrycotton: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-featured-image .entry-container, #feature-slider .entry-container {
    	background-color:unset;
    }
    
    #logo-slider .wrapper {
    	background-color:#e2d9c0;
    }
    
    #content .wrapper {
    	background-color:#e2d9c0;
    }

    Let me know if this solves your issues!

    Regards,
    Skandha

    Barry Cotton
    Participant

    Skahndha,

    I have removed the UNDER CONSTRUCTION status of my URL to receive your help. I have several issues as follows:

    1. FEATURED SLIDER: I don’t like the title’s black background because it detracts from the image. The actual titles are ok. Is there CSS to remove the background only?

    2. LOGO SLIDER: The background color for this slider is set to WHITE and I would like to change it to the TAN (#e2d9c0) that I am using on the page. Can you give me a way to change the background of the LOGO SLIDER to tan – #e2d9c0 ???

    3. On the HOMEPAGE (middle section) and on all pages (select any from the menu), the TAN text area is good but it is surrounded by WHITE. I’m not sure what that WHITE area is called in web building… but I really wish it were TAN #e2d9c0 – any way to make it TAN #e2d9c0 ???

    Really would appreciate it if you could help me fix these issues.

    Thanks,

    Barry

    Barry Cotton
    Participant

    Thanks, Skandha! The additional CSS you provided worked great. The issue I have with TITLES is the FEATURED SLIDER shown at the Helena them demo @ Helena Theme Demo

    The FEATURED SLIDER is shown just under the menu bar and the title area is a darkened black rectangle background with white text discussing “top 8 mountain getaways” and “Mountain Bar No-Bake Cookies” …

    However, when I fixed the font in the feature slide you provided me, this font was applied to all sliders so I would assume that any fix to remove titles from the FEATURED SLIDER would remove titles from all sliders and I don’t want this.

    As you scroll down the Helena Pro Demo, titles appear in the next gallery showing PHOTOGRAPHY, ROUTES BUILT FOR RIDERS, etc. Next, titles show in FEATURED CONTENT and again in the LOGO BAR labeled “Our Associates”, which is a TITLE, itself… as it changed to Verdana, Geneva, San-seriff when I entered the CSS you provided. For this reason, I have to assume that the same CSS applies to all SLIDER TITLES in the Helena Pro Theme… make sense?

    #132372

    In reply to: CSS help

    Skandha
    Participant

    @luismarioochoa: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    To expand slider size to match navigation menu width and remove space between them

    .featured-img {
    	width: 110%;
    	position: relative;
    	left:-47px;
            top:-42px;
    }

    To get rid of slider arrows

    .nav-previous .pngfix {
    	display:none;
    }
    .nav-next .pngfix {
    	display:none;
    }

    To get rid of grey line below the slider

    #slider {
    	border:0;
    	margin:0;
    }

    You seem to be using very old version of the theme. Please update the theme to the latest version to make the best use of it.

    Let me know if you have anymore issues!

    Regards,
    Skandha

    Skandha
    Participant

    @barrycotton: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #feature-slider .entry-container, .entry-title, #featured-heading, #logo-slider-title {
    	font-family: Verdana, Geneva, San-seriff;
    }

    To remove featured slide#2 if you don’t want a title, you will need to add a bit of additional CSS
    Please post in your site URL and tell me on which featured slides you would like to remove the title and i will provide you the necessary CSS.

    Let me know if this solves your issue!

    Regards,
    Skandha

    #131372
    Skandha
    Participant

    @pharte: To change the button color on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .button-minimal:hover, .button-minimal:focus {
         background-color: #000066;
    }

    To change the color of featured slider arrow on hover Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .cycle-prev:hover, #feature-slider .cycle-prev:focus, #feature-slider .cycle-next:hover, #feature-slider .cycle-next:focus {
         color: #000066;
    }

    You can change the color according to your requirement!
    Let me know if this solves your issue!

    Regards,
    Skandha

    #131046
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
           padding:0;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    Skandha
    Participant

    @Akki94316: The menu appears below the image when a header image is used and it appears above when a featured slider is used. The menu is above the image in the demo as a featured slider is in use and we have demo only for premium themes. You can check the theme instructions to know about features available in free version and the additional features available in the pro version and decide if you would like to upgrade to Decree Pro Theme.

    Let me know if you have any more issues!

    Regards,
    Skandha

    #130978
    Skandha
    Participant

    @Claire: If you want to remove the titles from the featured slider Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-title {
        display:none;
    }

    Let me know if this resolves your issue!

    Regards,
    Skandha

    tikaram
    Participant

    @johnv : To change the font color in the slider add the following additional css.

    .text-slider .entry-title {
    	color:#color-code;
    }

    Note : change #color-code with desired html color code. Please let me know what you would like to do with read more box in featured slider.

    Regards,
    Tikaram

    Jutta
    Participant

    Finally, I found the way to address the posts (thought I had tried this one before, but obviously I had’nt):

    .postid-572 #feature-slider { display: none; }

    .postid-572 #featured-content { display: none; }

    .postid-577 #feature-slider { display: none; }

    .postid-577 #featured-content { display: none; }

    .postid-575 #feature-slider { display: none; }

    .postid-575 #featured-content { display: none; }

    .postid-581 #feature-slider { display: none; }

    .postid-581 #featured-content { display: none; }

    🙂

    #130455
    zhong
    Participant

    @tikaram Thanks Tikaram for the explanation! Now I disabled header image as the randomization does not work for both languages.

    Then I chose to use “Featured Slider” on “Entire Site”. The way I did is to first set 4 private posts each containing one “featured image”, and then set the “Featured Slider” options to make the 4 images cycling on “Entire Site”.

    The problem is that sometime the cycling feature sliders disappear for some unknown reason.

    Could you please take a look for us?

    Best,
    Zhong

    javiernet18
    Participant

    Is in a localhost. Sorry.

    You send this css to remove link on the feature slider:

    #header-featured-image {
    margin-top:5%;
    }

    #feature-slider .slides a {
    pointer-events: none;
    }

    I need that but in the hero content.

    #130006
    tikaram
    Participant

    @jkilduff : You will need to create a child theme and customize your site as desired. If you edit the parent theme directly, all the changes you make within the parent theme will be lost.

    To enable featured image option on single page: Go to Appearance => Customize => Theme Options => Content Featured Image Options
    Select featured Image and save.
    Enable featured slider only on Homepage and on single pages the featured image will appear.
    Let me know if this resolves your issue.

    Regards,
    Tikaram

Viewing 20 results - 361 through 380 (of 2,393 total)