-
AuthorSearch Results
-
July 14, 2018 at 3:32 pm #149397
In reply to: Add "Explore Music" button on Slider? How?
marykathillParticipantHi,
I have the same problem.
I have Rock Star Free theme. The demo shows a button on the featured slider. However, on my website, the button doesn’t show. I have tried everything, but can’t figure it out.Can you help me make the button appear?
I would also like to change the fonts. Not sure where I can do that?
my website is marykathill.com
Thank you,
MaryJuly 14, 2018 at 6:52 am #149385In reply to: featured post slider
DenisaSKParticipantHello Skandha,
the featured post slider is still there and I feel like it always stucks my page. I do not want to have it there at all. How can I remove it?
Thank you for your help,
DenisaJune 27, 2018 at 3:05 am #148455In reply to: slider images overlap with grid content
SkandhaParticipant@rkolanup: Go to => Appearance = Customize => Additional CSS and remove the following CSS Code.
#per-slide-template{ display: none; }
And please check out the recommended image size for slider image and reupload the images with similar aspect ratio with respect to the recommended size.
Let me know if this works out.
Kind Regards,
SkandhaJune 22, 2018 at 7:39 am #148196In reply to: Simple Persona Pro
SkandhaParticipant@svguitar: For this you will need to create a child theme. If you do not know how to create a child theme then you can use Generate Child Theme Plugin.
Go to => Text editor => Paste the following code and save it as
header.php
in the child theme folder.<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Simple Persona */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'simple-persona-pro' ); ?></a> <header id="masthead" class="site-header"> <div class="wrapper"> <div class="site-header-main"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> <?php get_template_part( 'template-parts/navigation/navigation', 'primary' ); ?> </div><!-- .site-header-main --> </div><!-- .wrapper --> </header><!-- #masthead --> <div class="below-site-header"> <?php get_template_part( 'template-parts/slider/content', 'slider' ); ?> <?php get_template_part( 'template-parts/header/header', 'media' ); ?> <?php ! get_theme_mod( 'simple_persona_events_position' ) ? get_template_part( 'template-parts/events/content', 'event' ) : ''; ?> <?php get_template_part( 'template-parts/hero-content/content', 'hero' ); ?> <?php get_template_part('template-parts/portfolio/display','portfolio'); ?> <?php get_template_part('template-parts/featured-content/display','featured'); ?> <?php ! get_theme_mod( 'simple_persona_testimonial_position' ) ? get_template_part( 'template-parts/testimonial/display', 'testimonial' ) : ''; ?> <?php $enable_homepage_posts = simple_persona_enable_homepage_posts(); if ( $enable_homepage_posts ) : ?> <div id="content" class="site-content"> <div class="wrapper"> <?php endif; ?>
Now I the events section should display above the hero content.
Let me know if this works out.
Kind Regards.
SkandhaJune 5, 2018 at 2:30 am #147241SkandhaParticipant@vietnamrehberi: Go to = Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width:641px) { .site { width:1349px; margin:0; } .featured-slider .slides img { width:1349px; } }
Let me know if this is what you want.
Kind Regards,
SkandhaMay 28, 2018 at 2:48 am #146652SkandhaParticipantMay 25, 2018 at 7:36 am #146534In reply to: Change Featured Slider Demo Content
SkandhaParticipant@fixer: Please select Page as the Slider Type and select the pages you want to display on the featured slider.
To change the button text on the slider Go to => Appearance => Customize => Theme Options => Excerpt Options => Read More Text and edit the text.
Note: This will also check the read more text in all other sections.Kind Regards,
SkandhaMay 25, 2018 at 12:14 am #146504SkandhaParticipant@wabbit: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To remove the search field
#header-right-search { display:none; }
To reduce gap between slider and featured content section
#feature-slider { padding-bottom:0; }
To reduce gap page header and slider
#masthead { padding-bottom:0; } #site-branding { padding-bottom:0; }
Let me know if this works out.
Kind Regards,
SkandhaMay 24, 2018 at 6:21 am #146427In reply to: Featured Slider Images – text font size
SkandhaParticipant@ritmo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#slider-wrap .featured-text, #slider-wrap .featured-text:hover { background:rgba(0, 0, 0, 0.0); }
Let me know if this works out.
Kind Regards,
SkandhaMay 23, 2018 at 4:22 am #146304In reply to: Can the Catch Responsive theme do this?
SkandhaParticipant@wabbit:
1. The option to keep Images as Featured Slider Type is not available in pro version of the theme. I suggest you upgrade to pro. You can check out the additional-features available in pro version of the theme.2. This option is also available only in the pro version of the theme.
3. Yes that can be done. You can separate the posts you want to display in a page by keeping it in one Category. Then you can insert the category page in the menu.
Let me know if this helps you out.
Kind Regards,
SkandhaMay 21, 2018 at 3:19 am #146167In reply to: Featured Slider not so featured?
SkandhaParticipant@catwingz: The Featured Slider option with slider type image is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.
Let me know if you have anymore issues.
Kind Regards,
SkandhaMay 15, 2018 at 12:08 am #145692In reply to: Slider Pictures are too small
tikaramParticipant@henlan : Please follow the theme instructions properly and use images with proper dimensions as specified in the theme instruction, you will not have any issues with size.
For featured slider, use the following image sizes
Width: 1200px
Height: 514pxLet me know if this resolves your issue.
Regards,
TikaramMay 14, 2018 at 9:10 am #145657In reply to: Add "Explore Music" button on Slider? How?
BoxhamsterParticipantI’m on the free theme.
I’m using the “Featured slider” on Homepage/front page.
I can only choose from 2 slider types: Demo and “page”. of course I’ve chosen “page” here.May 14, 2018 at 7:20 am #145650In reply to: Add "Explore Music" button on Slider? How?
SkandhaParticipant@boxhamster: Are you using Rockstar Free Theme or Rockstar Pro Theme. Please Let me know which slider type you are using for Featured Slider?
Kind Regards,
SkandhaApril 30, 2018 at 12:22 pm #144891In reply to: Featured Sliders disapeared for unknown reason
MartinParticipantThank you for the hint, @Skandha. Turns out, the Featured Image Slider is working when disabling the NextGEN Gallery plugin (version 2.2.54). During the last years NextGEN Gallery and Clean Journal Pro were working fine for me.
Although, I found several other threads in the forum regarding NextGEN Gallery and try to find a solution to have both of them working properly again. If you have any idea how to achieve this, please let me know!
Thanks again and kind regards,
MartinApril 25, 2018 at 4:36 am #142750In reply to: Slider is not working
SkandhaParticipant@jamesmillerlifeology: There seems to be an issue with the featured category slider. Will get back to you soon on this.
Kind Regards,
SkandhaApril 24, 2018 at 10:18 am #142721In reply to: Catch Responsive free – featured slider issue
DumontParticipantThanks for quick reaction, Skandha. I cannot give you url, I work the theme on wampserver localhost.
Let me try to explain a bit further :
On the homepage, there is a featured slider with a total of 8 dots. 4 dots are unexpected and should not appear. No permalink is indicated for them but when we press the dots, they point on the new homepage I have drawn up with SiteOrigin page builder.
Notes :
– I gave the new home page a name which actually was already used for a featured slide image ! I have deleted the related featured image/page and recreated it under another page name but I wonder this did not create the present issue.– The former homepage had the slider with 4 featured images and a featured content with 3 blocks. I have kept the featured slider with the 4 images but I have desactivated the featured content with additional css in the menu Appareance/Customize/Additional CSS of the them that I saw somewhere in your forum :
.home #featured-content {
display: none;
}Hope I thereby put you on the track of the problem…
Thanks in advance for your help !April 17, 2018 at 12:58 am #139898In reply to: Changing the size of the featured slider.
tikaramParticipant@raul : please upload the post slider images with appropriate size as specified in the theme instructions. The recommended size for Featured Post Slider is
as follows:
Width: 976px
Height: 313pxPlease make sure that you upload images with the proper size as mentioned above.
Regards,
TikaramApril 12, 2018 at 11:21 am #139686In reply to: Remove site page titles
ofrederick1Participant@tikaram that css code didnt work for me. Is there something else that I should do to remove the featured slider peramalinks?
April 6, 2018 at 4:52 am #137382In reply to: Editing Featured Content in Customiser doesn't work
SkandhaParticipant@thetraininglady: Are you talking about the feature slider because there is no featured content option available in the theme option. Sorry that im not able to copy what the issue is. Can you walk me through the issue so that I can find you a solution? Which option in the Customizer are you having trouble with?
Regards,
Skandha -
AuthorSearch Results