Hi,
Two days ago, I decided to purchase Screenr Plus. In the receipt I received, there was also a license key for the respective theme. But, there has been no place to enter this license key. Not in the plugin that I installed first, according to all their instructions after first installing the free version of Screenr. I downloaded the plugin according to the following instructions:
Upload famethemes-demo-importer folder to the /wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Appearance -> (Theme Name) -> Select tab One Click Demo Import or Tools -> Demo Contents to select demo to import.
After that, I clicked on “customize.” The demo version replaced the free version – but despite having purchased Screenr Plus, I am still being prompted to buy it, and all the options to edit this demo version are now locked, leaving my site in complete chaos.
The technical support at FameThemes is not responding despite my creating a ticket and providing all the information they might need.
I have also contacted FameThemes customer support. They have indeed responded that they will look into my case, but it is still silent from their side.
Maybe there is someone out there who can shed some light on this. According to FameThemes, installing the famethemes-demo-importer plugin was the way to access Screenr Plus. It feels so frustrating because I have paid over 1000 SEK for this but without finding any sensible instructions on how to unlock the Screenr Plus version.
Kind regards
Maria / Mums Musikproduktion
Hi,
via Customizer-> Theme Options -> Header i set the menu link color to black (#000000), the menu background-color to light-gray (#f1f1f1) and the hover-color to blue (#0193de). This works good with on the desktop but not on mobile devices. There the menu-link color is some kind of gray, the link gets black when clicking on the menu-item.
How can i set the responsive-menu link colors? Maybe with additional CSS?
thanks for help.
Michael
]]>In scrrenr Theme the menu and thetop of page doesn′t work.
If if open as a mobile menu the menu doesnt open.
In regular menu the spaces are wrong
]]>Currently, I have a serious problem with the theme at a client’s site.
There are no customizations possible, since the theme crashes when entering the Customizer.
Log:
[09-Feb-2022 05:24:33 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier " " in /mnt/web506/a3/33/510740933/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/screenr/inc/customizer.php:936
Stack trace:
#0 app/wp-content/themes/screenr/inc/customizer.php(936): sprintf()
#1 app/wp-includes/class-wp-hook.php(307): screenr_customize_register()
#2 app/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#3 app/wp-includes/plugin.php(474): WP_Hook->do_action()
#4 app/wp-includes/class-wp-customize-manager.php(933): do_action()
#5 app/wp-includes/class-wp-hook.php(307): WP_Customize_Manager->wp_loaded()
#6 app/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
#7 app/wp-includes/plugin.php(474): WP_Hook->do_action()
#8 app/wp-settings.php(609): do_action()
#9 app/wp-config.php(113): require_once('...')
#10 app/wp-load.php(50): require_once('...')
#11 app/wp-admin/admin.php(34): require_once('...')
#12 app/wp-admin/customize.php(13): require_once('...')
#13 {main}
thrown in app/wp-content/themes/screenr/inc/customizer.php on line 936
I reinstalled the theme (download from this site and replace the files via sftp). No success. I did not change the theme’s files in any way.
If you need more information, I’m very open to gather them.
]]>Hi!
I cam across a bug:
on safari the section navigation shows no bullet circle, only the point of the active site.
Chrome desktop does.
I investigated this and found that safari only accepts keyframes, if all 100% are used.
therefore it ignores the c-bully__bullet–pop, but c-bully__bullet–current is shown (you see the dot where you are), but not the circle for the possible navigations.
This is, as the stylesheet does not provide information for all 100% of the keyframe.
Thefore in the style.css @-webkit-keyframes bully-pop and @keyframes bully-pop need to have 0% information added as the just provide 50% and 100%. The 0% is never used, but otherwise safari ignores it.
So the change needed is in stylesheet.css
@-webkit-keyframes bully-pop {
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bully-pop {
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
to
@-webkit-keyframes bully-pop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bully-pop {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
]]>
Updating to the newest jetpack, the slider is not working anymore.
The developer says there is an error with theme assets:
Uncaught TypeError: swiper.container is undefined
<anonymous> https://www.lorenaluccioni.it/luccioni/wp-content/themes/luccioni/assets/js/theme.js?ver=20400206:740
and said me to ask the theme theme author if they have an update for the swiper container and compatibility with Jetpack.
]]>Hi,
Im having trouble getting my gallery content to show on the homepage (one page with section navigation). Gallery page works, but not the link to the Homepage with the setup in the customizer…
I’ve already found some older posts dealing with the same issue but unfortunately all the links have expired, so I would be really happy if anyone could help me out with this again…
Thanks a lot!
]]>I fixed positioned the mobile menu and related button. I tried to get for the nav toggle button some background color but failed.
#nav-toggle span::before,#nav-toggle span::after{background-color:rgba(0,0,0,0.4))!important;}
I don’t figure how to set it.
]]>Estoy tratando de editar el footer del tema Screenr, pero cuando lo logro y actualizo la plantilla, se borran los cambios que realicé.
El código en cuestión esta en el tema Screenr, en un archivo de nombre extras.php y el código es el siguiente:
/**
* Add footer theme info
*/
function screenr_footer_credits() {
?>
<div class=" site-info">
<div class="container">
<div class="site-copyright">
<?php printf( esc_html__( 'Copyright %1$s %2$s %3$s. All Rights Reserved.', 'screenr' ), '©', date_i18n( 'Y' ), get_bloginfo() ); ?>
</div><!-- .site-copyright -->
<div class="theme-info">
<?php printf( esc_html__( '%1$s by %2$s', 'screenr' ), '<a href="https://www.famethemes.com/themes/screenr">Screenr parallax theme</a>', 'FameThemes' ); ?>
</div>
</div>
</div><!-- .site-info -->
<?php
}
add_action( 'screenr_footer', 'screenr_footer_credits' );
]]>
Hi. I would like to translate homepage strings and User-generated text in homepage section. I would like to use polylang as switcher from both languages. I tried use qTranslation X plugin but the las update has been 4 years ago and Screenr theme is directly connected with new Guttenberg editor. How can i translate homepage secion: User-genereated text is from page (section about) but section contact is from theme.
Waiting replay.
Thomas
Hi,
I’ve added Contact Form7 on my site, and it shows on the left – not centered like in Demo.
It’s not about the Sidebars because I’ve turned them off.
I don’t see any settings to change this.
Maybe some CSS code ?
Any ideas please ?
Regards
When trying to change the header picture, the preview in the customizer shows the old picture, just like the real website when updated. After deleting the old image from media, the preview still shows the old image and the website itself only shows black where the header picture is supposed to be. Any idea how to solve this?
]]>Hi, I am new here and this is my first post. I hope, I am doing this correctly.
I need help with the white space between header and content. Is there any way to remove it? I could find solutions for other themes, but when I tried them, it did’nt work out with Screenr. There is no problem, if I use the Hero-feature from Screenr for the front page, but the other pages still have the white space.
I would be very grateful for your help!!
]]>Hola a todos!
Estoy utilizando el tema Screenr (Free), estoy en vista de adquirir el Screenr Plus. Antes de eso, necesito confirmar algo que requiero. ?Habría posibilidad de agregar dos secciones mas a servicios? es decir, de 4 a 6.
Muchas gracias por la ayuda!
Hello everyone!
I am using the Screenr (Free) theme, I am looking to purchase the Screenr Plus. Before that, I need to confirm something that I require. Would it be possible to add two more sections to services, that is, from 4 to 6.
Thank you very much for the help!
Hi!
I see that a few other people have posted about this but I can’t find a solution so far and links I’ve found in replies are old/broken.
My gallery page does not show any gallery on home. I’m using Visual Portfolio and I’ve added the [gallery] code, but it’s obviously the code from my layout in the plugin (i.e. [visual_portfolio id=”1473″]).
When I view the gallery page, the items show up. Just not on home page.
Would be happy to try anything you can suggest ??
Unfortunately can’t link the page as I’m working on localhost.
Screenr theme Header Image not working
Hi I’m having issues with this theme. The ‘featured image’ is not loading on my sub pages. I can only set 1 in the customise section and I don’t want this.
]]>Hi Folks,
I have just updated WordPress to version 5.5. From that point on the customizer in the Screenr-Thema doesn’t work anymore.
On Google I found a lot of similar issues with other themes. These guys come to the conclusion that a theme update will fix that issue.
I am using Screenr Plus.
Regards, Andreas
]]>Hello,
Is there any way to have multiple galleries in gallery section?
Hi everyone!
How do I remove or link somewhere elese the get started, and contact now buttons from the hero section?
Thank you for help!
]]>Hi everyone!
I just followed the previously shown steps to create a gallery, but the photos do not appear on the home page under the section.
Gallery plugin does not help either. How can I fix this?
Thank you for help!
]]>Hello,
is it possible to add a privacy notice to a youtube video in the video lightbox from the startpage? So that a user has to accept it first before connecting to youtube.
A way to use a .mp4 link would work as well.
Thank you in advance
Tim
Hello,
on my website, the news aren’t exactly in the middle.
Is it possible to center it and remove the vertical line on the left?
Thank you in advance.
]]>Hello,
I want to use a big image for my start page.
Unfortunately, no option in the start page area settings in the customizer (“Startseite-Bereiche”) works.
I tried it on different wordpress installations.
Can you help me, please?
Thank you in advance
Tim
Hi, this is a great theme thanks. I just have one issue; when viewing the site on mobile, if you scroll down the page (pages other than the home page) and then scroll up again the header can’t seem to decide whether it should be the full one or the short one without the image and so flickers between both and then shows both.
]]>Hello,
I am a beginner with WordPress.
I am supposed to have a text which appear in the Hero section like in the example “your business your website + 2 buttons”.
Everything is programmed in the section Item=>content but nothing appear on the actual homepage.
Maybe you can help me with this issue?
Thanks ??
All my images are only showing in preview mode, when I log off all of my images does not show. Please help me fix this!
]]>In the news section, I want the post to be slider to show my recent posts. Could you help me?
]]>Hello Community, I’m using the Screenr theme. I would like to have a different image in the header on every page. Is there a setting option or a working plugin? Thank you!
]]>Hello !
My footer is not working properly after i enable the post page . The problem is only appear on blog page and the other is fine . Anybody has a solution ?
Ty for help
Hi, I just wanted to add an element (like a button or a link) to my header section.
I tried to make this through index.php of my website from theme editor in wordpress panel and realised that changes are not applying.
please look at the image i attached below.
the area I want to add a button or a link
I want to add an element in the shown area.
please tell me what I have to do?
.
sorry for my english!