-
AuthorSearch Results
-
February 23, 2019 at 11:12 am #166517
In reply to: EVOLUTION PRO
Skandha
Member@catchrmv: Hello there,
Yes, the feature to have slider on header image area has recently been added in the new theme update version 3.5.3.
You can add max 20 number of slides in the featured slider.The options to have slider in header image are has been added in
Appearance => Customize => Featured Slider => Slider Options => Slider Layout => Full Header SliderLet me know if this helps you out!
Kind Regards,
SkandhaFebruary 16, 2019 at 2:36 am #165982In reply to: featured slider not working on iPhone x
hoddbarnesdickins
Memberto see what i mean, please do the following
view on any iPhone, not sure if it is happening on other phones?
1) scroll down the page (the first time you do it will work fine0
2) hit home by tapping the logo
3) try to scroll down again (now the website will not scroll past the featured slider section)February 14, 2019 at 7:55 am #165848In reply to: video home
valelotartaro
MemberHowever, I have another question. The featured slider that I put in the mobile home page shows the title of the page (if I choose page in the “select slider type”) or “featured image” (if I choose custom). How can I do so that i doesn’t show any title at all? (only the image)
Thank you very much for your help! Kind regards, ValeriaFebruary 12, 2019 at 1:37 am #165679In reply to: video home
Skandha
Member@valelotartaro: Activate both header video and featured slider on your site.
Then
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width:900px) { .custom-header { display:none !important; } } @media screen and (min-width:900px) { #feature-slider-section { display:none !important; } }Let me know if this works out!
Kind Regards,
SkandhaFebruary 11, 2019 at 11:01 pm #165664In reply to: Featured content – Number images
sapana
Member@masfur: Procedure for the Featured Slider is also similar like Featured Content.
Step 1:Go to=>Edit page/post=> Set the Featured Image
Step 2: Go to=> Appearance=> Customize=> Featured Slider=> Select the page/post/category/custom/custom post type
Step 3: No of Featured Slider=> Increase/Decrease the number as per your requirement
Step 4: Save and Refresh the page
Step5: Again Go to=> Featured Slider section and fill up incremented section.
Step 6: Save/Publish it
Let me know if this helps you out!Kind Regards,
SapanaFebruary 11, 2019 at 7:14 am #165616In reply to: Featured content – Number images
Massimo
MemberThank you.
I got the question wrong… Meaning in the featured slider… Sorry about that. Thank you.
p.s.: I changed the title of the post.February 7, 2019 at 1:31 am #165331In reply to: Full width website
sapana
Member@micha: Go to=> Appearance=> Customize=> Additional CSS=>add the following CSS code
.site { width: 100%; margin: auto; } .featured-slider .slides img { width: 100%; }Let me know if this works out!
Kind Regards,
SapanaFebruary 7, 2019 at 1:10 am #165330In reply to: Multiple Featured slider sections in Homepage
sapana
Member@jtalavera: I am afraid to say but It is quite difficult to get two featured slider section with different content I suggest you to hire a customizer to get it done.
Kind Regards,
SapanaFebruary 4, 2019 at 2:50 pm #165139blumyo
Member@sapana – again, just to make sure – in my original question I wanted a single page to appear both in the feature image and in the featured content areas, but in each one to use a different image.
Since the theme takes that image from “Featured image” of the page/post, I basically asked can we have 2 featured images on a single post/page – one that will be used in the slider and one that will be used in the “feature content” area.sorry if I was not clear enough.
Thanks,
YoavFebruary 4, 2019 at 2:38 pm #165138blumyo
MemberHi @sapana, thanks for the reply.
Polylang has a WPML compatibility mode, so this is probably why it worked for me until now…
When you say the theme is choosing images according to size, you mean images in the page/post itself, right?
Because I don’t want the images from the featured slider &content sections to appear as part of the page itself, only to be related to it (like WordPress’s “featured image”).
Can that be done with 2 images too or would I need to put at least one image inside the post itself?My site is yoavblum.co.il
Thanks again,
YoavFebruary 4, 2019 at 12:21 am #165081sapana
Member@blumyo: Our theme only support the WPML in both Pro and free version. Yes you can use the different image size in featured content and featured slider. Theme automatically choose the image size of Width: 350px
Height: 197px in featured content section and image size of Width: 1200px Height: 514px in featured slider section .Let me know if you have any other queries and Please post in your site Url tooKind Regards,
SapanaJanuary 30, 2019 at 5:52 am #164763Nicolej
Member@skandha: one more question – can I rearrange the order of the elements on the start site? Like to have the featured content and below if it the featured slider.
January 29, 2019 at 2:17 am #164608In reply to: video home
Skandha
Member@valelotartaro: To add a header image
Go to => Appearance => Customize => Header Media => Header Image => Add New ImageYes, it is possible to insert a slider that works both on desktops and mobiles.
Go to => Appearance => Customize => Theme Options => Featured Slider => Add explore the slider optionsLet me know if this helps you out!
Kind Regards,
SkandhaJanuary 27, 2019 at 2:15 pm #164496In reply to: Section Sorter?
tcadesign
MemberCan you please do the same thing? Ultimately, I need everything to appear below the Header Media in the following order:
(top to bottom)
Featured Slider
Featured Content
Hero Content
Portfolio
Stats
Skills
TestimonialsJanuary 23, 2019 at 3:07 am #164232In reply to: Create custom image sizes & increase font size
Skandha
Member@sorayacge: Yes, the above code will only change featured image size.
Go to => Child Theme Folder => functions.php and the following Code.function child_theme_setup() { add_image_size( 'slider', 1600, 600, true ); //Featured Post Slider Image add_image_size( 'featured', 800, 324, true ); //Featured Image add_image_size( 'small-featured', 400, 267, true ); //Small Featured Image } add_action( 'after_setup_theme', 'child_theme_setup', 11 );You can change the images size of the above.
Let me know if this helps you out!
Kind Regards,
SkandhaJanuary 21, 2019 at 7:17 pm #164109In reply to: Featured Image Slider content disappearing
effess
MemberOn the home page https://www.rebecca-rosenberg.com/, there are 2 lines of type in each slider image, set in Theme Options/Featured Image Options: the “title” and the “content”. The “title” shows fine across different devices, but the lower line, the “content” (the picture credits) disappears on mobile devices.
January 15, 2019 at 11:28 pm #163615In reply to: slider issue
sapana
Member@uabearfacts: Please upload the Slider Image:Width: 1920px Height: 1080px of the standard size in Featured Image of the page. Let me know if this does some trick. Please check out the theme instruction hope this can help you out!
Kind Regards,
SapanaJanuary 8, 2019 at 11:06 pm #163168In reply to: Section #01 in Catch Fullscreen shows just white
Skandha
Member@sirials: The white seems to be showing up as you have enabled Featured Slider.
Go to => Appearance => Customize => Theme Options => Featured Slider => Disable it.Let me know if this is what you want!
Kind Regards,
SkandhaJanuary 7, 2019 at 5:30 am #163034In reply to: My Music Band Pro Inquiry
Blakey0320
MemberThanks, Skandha. Can you recommend any articles, videos, etc that show how this can be done with my music band pro?
What I am hoping to do is utilize all the features of my music band pro for three different categories. For example, on the admin side. I would be able to have a featured slider. hero content, etc for all three different categories under one domain, and I would be able to customize them individually in the dashboard using the theme with no customizer.
Choose category A, make edits for that hero content etc, choose Category B, make edits to that hero content. The three would all be unique.
I just want to make sure we are on the same page 🙂 Thanks.
January 2, 2019 at 12:16 am #162566In reply to: Lighthouse Test Results – Improvements needed?
Lydia
MemberIt wouldn’t help, I have been tested this option (among the other options) for the last a couple of days. A larger font on such a small image looks just as bad. The text is not readable, and the images are too small to see anything. Please check it out on http://www.johnsoncamera.com. I want to have the slider images to be cropped and to locate the text over a solid color. I am already considering to edit fullframe-featured-slider.php in my Child theme – to replace some of the code with the Metaslider code, but I am afraid it is going to be messy. Do you have a better idea how to use another slider plugin instead of your build-in slider?
-
AuthorSearch Results
