Forum Replies Created
-
AuthorPosts
-
October 31, 2018 at 9:00 am in reply to: Removing white space above product description and adding new section #1028390
thanks. it worked. But using the php code above, it appeared a white space below the product description tab and above the section where it shows related products. I am using enfold demo shop. any idea?
October 29, 2018 at 8:56 pm in reply to: Removing white space above product description and adding new section #1027737Hi,
I am just doing it locally. So I am not able to give you a URL. but what I did was to import Enfold shop demo and added the following code to Function.php to have a full width product description tab. Now, I am wondering how I can get rid of the white space above the tab and also if there is any way to add a color section above the description tab.function av_woo_tabs_below() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 ); } add_action( 'init', 'av_woo_tabs_below');
Thank.
October 11, 2018 at 12:48 am in reply to: Woocommerce Stripe credit card field issue with RTL website #1020103Basilis,
Unfortunately I don’t get what you say. This is indeed related to the theme styling functionality. The theme is supposed to support RTL but certain elements should stay in their LTR setting such as credit card field and its labels. No one uses any other number format to enter credit card information but in English. Furthermore, the element is not showing properly in mobile view.One thing I believed in was the supportive community with Enfold theme and people such as Josue and Ismael. It is easy to say “Hey this is your problem! go and hire someone to do it for you”. right? Maybe you are busy but I have seen much more complicated issues resolved in this community. I am so disappointed of your response.
Regards,
A.October 9, 2018 at 9:04 pm in reply to: Control the Magazine Element for showing which Post #1019667Can you introduce a developer who knows Enfold and understands Enfold magazine element?
@guenni007 is it possible to use colored icons? I don’t want black and white icons!
September 7, 2017 at 6:47 pm in reply to: Control the Magazine Element for showing which Post #849184Can this feature be added to the magazine element by a customization developer? or it is a core and cannot be changed?
Hi Guys.
Issue solved.Hi @vinay
This solution doesnt work for me. I want to publish a monthly magazine with posts in the same caregories of the previous month. But as this is for the new issue, I just need to show a certain number of posts (e.g. Last 4 posts for category A and 3 last posts of category B in related magazine element.
I have separate magazine element for each category. So this might be possible to filter. Please see below to get a sense of what I am doing.Thanks
This one worked for me:
// Add close window functionality
function add_custom_script(){
?>
<script>
(function($){
$(window).load(function() {
$(‘.close-window .avia-button’).on(‘click’, function(){
window.open(”, ‘_self’, ”);
window.close();
});
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_script’);Victoria,
There is a countdown element in Enfold. I just want to know how I can set a time without a date that can reset for each visitor e.g. I want to give visitors 5 minutes to get a deal.Thanks
Hi Victoria,
Thanks. You are right. I put the code in the wrong place. Can you also fix the search icon in the search submit button?Thanks.
August 9, 2017 at 10:57 pm in reply to: adding enfold contact form to Ultimate Member user profile #836676@yigit
Hi,
I have been in contact with Ultimate Member plugin author. It seems Enfold contact form has conflict with UM user profile page as the contact form doesn’t work on that page. I am wondering if you guys can solve this issue or it is also beyond the scope of support here?Thanks,
AmirHi Victoria,
Thanks but it didn’t work.I have got the same issue with one of my websites. Any fix for this found?
August 8, 2017 at 6:26 pm in reply to: adding enfold contact form to Ultimate Member user profile #835980@yigit
Another issue here. The contact form that I inserted on the user page of the Ultimate Member, is not working by itself. I mean even without having above discussion applied, the simple contact form doesn’t post anything to the admin email in the form!Do you know why it is not working by itself?
thanks.
- This reply was modified 7 years, 3 months ago by afarahani.
August 8, 2017 at 4:33 pm in reply to: adding enfold contact form to Ultimate Member user profile #835904Hi @yigit
Thanks for the code. A little bit of adjustment is needed. It is now inside the Author’s box.check below the author box in the following post:
August 5, 2017 at 10:27 am in reply to: adding enfold contact form to Ultimate Member user profile #834679Thanks @Yigit.
email field is available on UM. Actually I think it uses the same email address for each user as they submit for registering on wordpress website. I am wondering how I can get the current user email address. And then Ho can I combine it with enfold contact form. Too complicated for me :)Hi @Yigit
Sure. Please see below. For now, the pagination is after author and before post tags, etc. I want it immediately after the content before author’s box where I have already added a link manually.Hi @yigit
Thanks for the explanation and the code. please see the images below. Three issues need to be taken care of:
1) the vertical line
2) post title and excerpt of the large image is missing.
3) new css causes a large padding after the magazine element.Thanks for help.
I have been with Enfold for over 3 years now and purchased it three times. Enfold has been advertised as RTL friendly theme, which it is but still there are some problems with Enfold RTL capability.
For example, I have managed to make the mobile header RTL with your help on this forum and removed the burger menu from top of the logo but if I change the header style, the burger menu goes back over the logo. So I need to spend some time again to communicate the issue with a support team member!
The same with magazine element. It is still not RTL and should be mirrored so small images go to the right side of the text.
Can you please provide a solution here and make sure to implement it in the next version of the theme?
August 5, 2017 at 12:20 am in reply to: adding enfold contact form to Ultimate Member user profile #834532Hi @yigit
Thanks for the pointer. I understand this is beyond the scope of this forum, but I have seen many helps like that on this forum from you guys. Would you kindly take more steps here and help me come up with solution?thanks.
How can I move the heart button from below author section to the top below heading (or somewhere else) in the post. Please see below.
August 3, 2017 at 2:20 am in reply to: full width section column in mobile view and removing extra white space #833723Hi @Jordan,
Thanks for the follow up. I am trying to extend the images to the edge of the screen and eliminate the white area you can see on both sides. Also as you can see there is a white space between the first image (my left column) and the second image which is inserted in the right column. The same white space exist after the third image (second column).I hope I was able to clarify the issue.
Thanks.
@ismael How the widget area element can replace sidebar here?
August 1, 2017 at 8:39 pm in reply to: full width section column in mobile view and removing extra white space #833058August 1, 2017 at 9:23 am in reply to: full width section column in mobile view and removing extra white space #832705not really. That is exactly what I am asking for! :)
Thanks Yigit. I combined yours with element id as follows and it worked:
.mag_pd .av-magazine-top-bar { border-color: #83a846; border-bottom-width: 2px; }
I didn’t undrestand what the first part of your code was intended for?! (.av-magazine-hero-left )
-
AuthorPosts