-
AuthorSearch Results
-
February 4, 2019 at 2:38 pm #165138blumyoParticipant
Hi @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 #165081sapanaParticipant@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 #164763NicolejParticipant@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
SkandhaParticipant@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?
tcadesignParticipantCan 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
SkandhaParticipant@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
effessParticipantOn 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
sapanaParticipant@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
SkandhaParticipant@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
Blakey0320ParticipantThanks, 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?
LydiaParticipantIt 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?
December 28, 2018 at 2:22 am #162329In reply to: Lighthouse Test Results – Improvements needed?
PratikParticipantHi Olga,
For Issue 1, please check https://stackoverflow.com/questions/7741280/change-html-language-from-en-us-in-to-en-gb-in-wordpress/37571439#37571439. You need to set language. If you check line 27 in theme folder full-frame-pro/inc/fullframe-structure.php, there is language attribute function added. So, it you set the language as described in language, the attribute should be displayed.
For Issue 2, jQuery must be used. As far as I know, it does not have security vulnerability as it is widely used my WordPress. For more details check : jquery.com
The two sliders that you are talking about is not feasible and here are reasons why:
1. It will add two sliders, even if hiding, it will take load times
2. It will add extra images
3. Image Loader options is there. It is there in Appearance-> Customize-> Featured Slider -> Image LoaderWordPress automatically resizes different size images and will make new images of each size, that is why it would not be feasible it would only burden your server.
You can do it manually using a child theme though.
Finally, thank you for your valuable feedback, this is what keeps our themes going. All your suggestions and feedback are carefully reviewed by our team.
Please let us know if you have anything else.
December 20, 2018 at 4:10 am #161922In reply to: Slider Image Size
TrevorParticipantHi Skandha,
No problems, I did try various changes as prompted but gave up.
They say “if you have a problem, sleep on it”
I woke up this morning with an idea of why the old images worked, but the newer versions did not.
I had loaded the old slides in the smaller size I wanted (620 x302).
However, when I checked the New Slides, I had uploaded them in the original size (1920 x 1080) and then SCALED them to 602 in the media library.
Although in the “Featured Image” of each page they showed as 602 it seems the slider was using the original size.
I deleted all the larger slides. Uploaded another set in the 602 size and it worked.
It would seem the slider is ignoring the SCALING in Media Library.
Thanks for all your help and hope my revelation helps your end.
Trevor
December 18, 2018 at 10:55 pm #161782In reply to: Remove Featured Image-3 white box
sapanaParticipant@urbach: You seems to using the image size smaller than it is required in slider section, Please follow the theme instruction in order to get the 100% width.
/* To remove the text of featured slider */
Go to=> Appearance=> Customize=> Additional CSS=> Add the following CSS code.slider-content-wrapper{ display:none; }
Let me know if this helps you out!
Kind Regards,
SapanaDecember 17, 2018 at 11:23 pm #161709sapanaParticipant@bwgi: It might be due to image loader. Can you please follow this steps:
step 1: Go to=> Appearance=> Customize=> Featured Slider=> Image Loader=> Select False
Let me know if this trick helps you out!Kind Regards,
SapanaDecember 5, 2018 at 3:03 am #160839In reply to: How can i create new 'sections' in the home page ?
SkandhaParticipant@kirti: You can add new sections to the homepage by enabling sections like Featured Content, Featured Slider, Portfolio, Service and so on.
To disable recent posts in homepage.
Go to => Appearance => Customize => Homepage Settings => A Static PageLet me know if this helps you out!
Kind Regards,
SkandhaNovember 30, 2018 at 3:52 pm #160499In reply to: Align primary menu top right
EvdelParticipantYes! this is great. Thanks a lot.
Just one more question concerning the featured slider: it turns out that on some screens the image does not display properly, but stretched. Looks like it is on internet explorer and / or larger screens.
Is there a way to fix this? I could not find it in the other support threats.Thanks in advance.
November 29, 2018 at 6:06 am #160383In reply to: Section Sorter?
hoiungParticipant@skandha: thanks I understand! great! this would be the section order we would like by updating the child theme:
(top to bottom)
featured content
portfolio section
services section
logo slider section
skills section
testimonial section
hero content section
stats section
slider sectionNovember 27, 2018 at 11:17 pm #160283In reply to: Feature Slider Previous and Next buttons
sapanaParticipant@fireflywebs: Can you please remove all the code you have added for featured slider.
Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code..cycle-pager{ display: none; } .cycly-prev{ display:none !important; } .cycle-next{ display: none! important; }
Let me know if this works out!
Kind Regards,
SapanaNovember 27, 2018 at 3:06 am #160211In reply to: Align primary menu top right
SkandhaParticipant@evdel: You don’t seem to have enabled Featured Slider on your site. Please enable Featured Slider so that I can help you change the font on header image same as that of sub title of the slider.
You can see the font used on featured slider using the Inspect Element tool of your browser.
Kind Regards,
Skandha -
AuthorSearch Results