Forum Replies Created
-
AuthorPosts
-
August 25, 2021 at 8:50 am in reply to: Many Triggering Lightbox Gallery with Link on one website #1318244
hi,
Ok I’ll try to explain from scratch.Please have a look at the page I am sending in private content.
We have created a few galleries using this post and the code from it: https://kriesi.at/support/topic/triggering-lightbox-gallery-with-link/But everytime you click on a gallery the gallery shows you all images from all galleries. I don’t know why. The code we used is:
<a href="http://dummyimage.com/600x200/000/fff.jpg"> Open gallery </a> <a href="http://dummyimage.com/600x900/000/fff.jpg"></a> <a href="http://dummyimage.com/600x900/000/fff.jpg"></a> <a href="http://dummyimage.com/600x900/000/fff.jpg"></a>
And it should show 3 images when you click, but it shows 3/10
How can we fix this?
- This reply was modified 3 years, 3 months ago by Cherryadvertising.
Hi,
we connected with the token, but no update happened.Hello,
thanks for the reply. It did what we wanted only partially.
Let me explain, we put your code with these colors:.avia-content-slider-inner .slide-entry-wrap:nth-child(1) {
background: #E01082;
}.avia-content-slider-inner .slide-entry-wrap:nth-child(2) {
background: #96C93E;
}.avia-content-slider-inner .slide-entry-wrap:nth-child(3) {
background: #EF7922;
}.avia-content-slider-inner .slide-entry-wrap:nth-child(4) {
background: #0D6EA5;
}.avia-content-slider-inner .slide-entry-wrap:nth-child(5) {
background: #FFEE0B;
}and as a result we have this: https://new.helendoron.bg/wp-content/uploads/2021/04/Email-template-light.png
We would like the background and the content slider itself to cover the entire grid row and the last lines to be readable.The color of the first content slider, we do not know why it became the background and the grid section with blog posts below the same page ( https://new.helendoron.bg/ ) – this is a side effect for us.: https://new.helendoron.bg/wp-content/uploads/2021/04/Email-template-light-1.png
We look forward to your response and appreciate the time you spend on our project.
Regards,
AnnaThis reply has been marked as private.We found the reason for the design of the Event calendar, the full screen slider after the update does not work as before. We removed the desktop code from the event calendar and the design was restored. We have no explanation as to why this is happening.
We removed some plugins with the idea of having a faster site, but today the video does not work with the following elements: fullscreen slider, fullscreen easy slider, color section, easy slider.
Maybe we’ve made some adjustments to make it so but we can’t find it.
I ask for your cooperation.Anna
- This reply was modified 3 years, 11 months ago by Cherryadvertising.
Hi @Niko,,
I’m in a hurry to write that we have resolved the issue with the redirect. :-)
About the code to add a role field to the registration form we tested this:
//1. Add a new form element…
add_action( ‘register_form’, ‘yuppiegame_register_form’ );
function yuppiegame_register_form() {global $wp_roles;
echo ‘<label for=”role”>Избери роля</label>’;
echo ‘<select id=”role” name=”role” class=”input”>’;
foreach ( $wp_roles->roles as $key=>$value ) {
// Exclude default roles such as administrator etc. Add your own
if ( ! in_array( $value[‘name’], [ ‘Administrator’, ‘Contributor’, ‘Editor’,
‘Author’, ‘Bookly Supervisor’, ‘Bookly Administrator’, ‘Campaign Manager’,
‘Donor’, ‘Orehhero’, ‘TLGSofia’, ‘SEO Manager’, ‘SEO Editor’,
‘Shop manager’, ‘Translator’, ] )) {
echo ‘<option value=”‘.$key.'”>’.$value[‘name’].'</option>’;
}
}
echo ‘</select>’;
}//2. Add validation.
add_filter( ‘registration_errors’, ‘yuppiegame_registration_errors’, 10, 3 );
function yuppiegame_registration_errors( $errors, $sanitized_user_login, $user_email ) {if ( empty( $_POST[‘role’] ) || ! empty( $_POST[‘role’] ) && trim( $_POST[‘role’] ) == ” ) {
$errors->add( ‘role_error’, __( ‘ERROR: You must include a role.’, ‘mydomain’ ) );
}return $errors;
}//3. Finally, save our extra registration user meta.
add_action( ‘user_register’, ‘yuppiegame_user_register’ );
function yuppiegame_user_register( $user_id ) {$user_id = wp_update_user( array( ‘ID’ => $user_id, ‘role’ => $_POST[‘role’] ) );
}The code works, adds the role in the admin panel, but there is a problem with the link to change the password, which the user receives after registering his e-mail.
By clicking on the link we receive a message: the password change link is invalid. Please request a password reset …. ie. adds another step. Which extends the path of the user!We recently updated the topic from 4.4.1 to the latest version. Could this be the reason?
I ask for your assistance.
Thanks!
Anna
- This reply was modified 4 years ago by Cherryadvertising.
Hi Niko,
about role field to the registration form.
Your suggestion with a code helped us.
Thanks a lot!
Is it possible to direct us to a solution with a code and for: a redirect after registration on this site: https://yuppie.bg/wp-login.php?action=register to this page: https://yuppie.bg/moyat-profil/Best regards,
AnnaHi Nikko,
Another question, how can I add a role field to the registration form: https://yuppie.bg/wp-login.php?action=register
То can users choose one of the two or more roles shown.Thanks!!!
Best regards
Hello,
I want to have a redirect after registration on this site: https://yuppie.bg/wp-login.php?action=register to this page: https://yuppie.bg/moyat-profil/Please help us to resolve this issue.
Thanks!!!
That works :-)
Thanks!Hi,
thanks, works perfect.
But now the change happens also on desktop too.
Can we make it so it is only reflected on mobile?Thanks!
Hi, the suggested solution is not working.
January 6, 2020 at 10:46 pm in reply to: Add Fullwidth Sub Menu to Header.php across whole website #1170855Hi Mike,
Thanks for your time and effort.From the photos you can see that the whole design is messed up, all the content was is mixed and shown all together on both the desktop and the mobile version. We had a separate desktop design and a mobile one, and that’s how I want to stay. So i have some questions
1. Can you have a sub-menu on every page, a blog post, a portfolio, while keeping the different designs we set up for desktop and mobile?
2. Can you have a sub menu only on an event page, blog post, portfolio (they don’t have different versions for desktop and mobile)?
3. If the problem is in the HTML placed in sub-menu, can we have in its place icons (set up somehow) with the same look as it is right now?Thanks!
January 5, 2020 at 9:39 pm in reply to: Add Fullwidth Sub Menu to Header.php across whole website #1170568The problem is not that the site broke. I removed the code and the site is up. The problem is I cannot make this code works. I need to have this sub menu on every page on a mobile.
January 5, 2020 at 6:49 pm in reply to: Add Fullwidth Sub Menu to Header.php across whole website #1170484Hi thanks for your answer.
By broken I mean- blank screen started loading.January 4, 2020 at 11:31 pm in reply to: Add Fullwidth Sub Menu to Header.php across whole website #1170377Hi,
I have the same problem. I have created a custom sub menu, which I want to appear only on mobile. But now i set it up on only one page. I want to set it up to every page.
I tried the given code, but it broke my website.The shortcodes that appear in the admin in the debug mode after I set the menu are:
[av_submenu which_menu='custom' menu='16' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' av_uid='av-k2hq150d']
[av_submenu_item title='<span class="av-icon-char" style="font-size:32px;line-height:18px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><br>Събития' link='manually,https://www.yuppie.cherry-adv.net/events/' linktarget='_blank' button_style='av-menu-button av-menu-button-colored' av_uid='av-owwd3']
[av_submenu_item title='<span class="av-icon-char" style="font-size:32px;line-height:18px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><br>ДемоУрок' link='page,638' linktarget='_blank' button_style='av-menu-button av-menu-button-colored' av_uid='av-ne7zz']
[av_submenu_item title='<span class="av-icon-char" style="font-size:32px;line-height:18px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><br>Блог' link='page,747' linktarget='_blank' button_style='av-menu-button av-menu-button-colored' av_uid='av-fnlwn']
[av_submenu_item title='<span class="av-icon-char" style="font-size:32px;line-height:18px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><br>Like us' link='page,601' linktarget='_blank' button_style='av-menu-button av-menu-button-colored' av_uid='av-6phgf']
[/av_submenu]Thanks!
Hi, and thanks a lot, that actually worked!
Now I wanted to ask you one more thing.
How can I make a set up, so when a user opens the calendar the calendar lets him see the dates available only after 7 days from the date that is now?Hi Ismael,
Thank you for your response.
Since I am not a developer could I kindly ask you to write me which part of code I should remove, or in other words how the code should look like in order to make it all work.
In the mean time I found out one more bug: the animated count down and events count down are not working too.Hi Ismael,
now trying this th menu IS working, but the the slider is not. the slider is full wide easy slider. It is on the homepage.HI,
Yes it is checked from before. So this is not the problem.Best regards,
AnnaHey Ismael,
I think no.
Here are the pages I want to use this functionality:Best regards,
AnnaHey @Basilis,
I understand you, but before we write here, we’ve already contacted them and they said it was necessary to update the theme to the latest version, we tried to update it to 4.5.5. but we have failed, we have seen problems with the update for some months and we ask you to make the update for us. We can exclude any plugins you want to make the update. We have been writing with @mike for a few days and he has made some changes but our home page has changed and the footer too, and our site is visited daily and advertised on the internet, so we had to get back from 20.03. Please help us we highly appreciate your help. @Mike told us to start a new thread, so we did: https://kriesi.at/support/topic/update-enfold-to-v4-5-5/ .Best regards,
Anna- This reply was modified 5 years, 8 months ago by Cherryadvertising.
Hi,
@Mike, did you have the chance to have a look on the website. It is still loading wrong data on homepage.
Please help us.March 24, 2019 at 3:56 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1082248Hi,
@Mike. We tried and it returend an error message: https://cherry-adv.net/wp-content/uploads/2019/03/screencapture-cherry-adv-net-wp-admin-update-core-php-2019-03-24-15_48_13.png
For several months, we have issues with this update. Many of colleagues have written about it.Is it possible to ask you to do it for us?
Best regards,
SergeyMarch 24, 2019 at 11:21 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1082219Hi,
I am not quite sure if you are done with our website. But now very strange bug occurs. Could you please check how the homepage loads:
https://cherry-adv.net/en/ or https://cherry-adv.net/bg/ , https://cherry-adv.net/gr/ and etc.Best regards,
SergeyMarch 22, 2019 at 11:38 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1081796Hi,
Website:https://cherry-adv.net/
Articles: https://cherry-adv.net/bg/instagram-podrazhka/
The issue is that when you check with google structure data tool some of the links in the blog you can see errorsIf you need something else we are available.
Thanks for the help.Sergey
March 21, 2019 at 8:11 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1081213Hi,
Well, I applied them.Hi @Ismael,
we have installed the plugin: https://wordpress.org/plugins/simple-image-sizes/ ,
but GT does not report change in Serve scaled images: https://gtmetrix.com/reports/cherry-adv.net/ISoMpvMK.
We use W3 Total Cache and our theme version is 4.4.1
Can you help us solve the problem?Regards,
SergeyFebruary 4, 2019 at 11:00 am in reply to: how to eliminate the space button and first menu item on the mobile menu #1062596Hello,
a very different issue from the topic.
Is it possible to import blog posts on a completed Enfold site?Regards,
SergeyFebruary 4, 2019 at 9:35 am in reply to: how to eliminate the space button and first menu item on the mobile menu #1062537Hi @michaelH,
Thanks a lot!
Cheers
Sergey -
AuthorPosts