Forum Replies Created
-
AuthorPosts
-
Thanks Rikard, it worked.
Can you also help me with the quick css code for centering the send button instead of it being left aligned in the same contact form.
Thanks
Garima
Hi Basilis,
This was helpful and I have managed to get the name and email on the same line. However, The name and email boxes are joined together and ideally I would want a bit of space between them.
I tried playing around with the padding but it did not help. I also tried using the 3 column shortcode but that throws the entire styling for a toss.
Would you be able to guide me on how to make sure there is some column space between the “Your name” and Your Email” box.
Thanks
Garima
Thanks Rikard.
This worked.
Garima
Hi Victoria,
login details provided below.
I am putting the code in the Quick CSS section as well as in the customize section in “Appearance” tab.
However, ti does not seem to be working.
Thanks
Garima
Hi Ismael,
Could you check now. I have made the page public.
Thanks
Garima
Hi Ismael,
I have used this quick CSS in the general styling section. However nothing seems to change in the button shape.
Can you please suggest what else can I do.
Thanks
Garima
August 27, 2018 at 3:22 pm in reply to: Change in masonry gallery color of caption overlay and text #1002305Hi Victoria,
I just restarted my machine and the effect has been reversed with the quick css provided. I want the picture to appear with a white overlay and when mouseover happens the white overlay disappears and the picture becomes brighter.
However, right now the picture appears bright and when mouseover happens the overlay appears. So i just reversed the quickk css you provided me and it works.
Thanks for your help.
Garima
August 27, 2018 at 6:36 am in reply to: Change in masonry gallery color of caption overlay and text #1002143Hi Victoria,
I have put this code both in quick css and in custom.css
However, its not made any impact to the webpage am working on. The webpage I need the change to reflect in is shared in private content.
Could you please have a look.
Thanks
GarimaAugust 26, 2018 at 4:48 am in reply to: Change in masonry gallery color of caption overlay and text #1001803This reply has been marked as private.August 24, 2018 at 4:24 pm in reply to: Change in masonry gallery color of caption overlay and text #1001297Hi Basilis,
Can you check the below link
Ideally the tile should have a white transparent overlay without mouseover like Image 1. On moueover the white overlay should go away and the image should become a bit larger and sharper like Image 2.
I only get Image 1 effect on masonry gallery and not image 2 effect on mouseover. On mouseover while image becomes larger the white overlay does not go away.
Can you please suggest some quick css to help.
Thanks
Garima
August 22, 2018 at 3:32 am in reply to: Change in masonry gallery color of caption overlay and text #1000120Hi Victoria,
I am attaching 2 screen shot link. The first is the screenshot of one of the tiles in the masonry gallery on my page where the image stays the same both without mouseover and with mouseover.
The second screenshot is from the masonry gallery tile (same tile) in the enfold flat business demo webpage (https://kriesi.at/themedemo/?theme=enfold-overview) upon mouseover.
As you can see on our webpage even on mouseover the overlay does not go away whereas on the enfold demo page mentioned above the overlay gets removed on mouseover and the image becomes sharper.
Could you please assist.
Thanks
GarimaThanks this worked.
Regards
Garima
Thanks Vinay. This worked for changing the size, font family and color of the placeholder text.
However, the submit button text has still not changed to quick sand. I tried adding the same code for the submit button i.e.,
#top input[type=”text”],
#top input[type=”input”],
#top input[type=”password”],
#top input[type=”email”]
#top input[type=”submit”] {
padding: 14px 6px;
font-family: “quicksand”,sans-serif;
background: #fff;
border-radius: 0px;
}But it did not change the font family for the submit button. Could you suggest any additional code?
Thanks
Garima
August 21, 2018 at 2:55 am in reply to: Change in masonry gallery color of caption overlay and text #999654Hi Victoria,
The issue still persists. Could you please assist.
Thanks
Garima
August 17, 2018 at 5:52 pm in reply to: Change in masonry gallery color of caption overlay and text #998532Hi Enfold Team,
Our webpage details are provided below.
I am trying to replicate the same effect of a transparent white overlay which gets removed on mouseover as on the page link below:
https://kriesi.at/themedemo/?theme=enfold-overviewPlease look at the masonry gallery below “My most recent projects” in the webpage link above.
While I have got the white overlay on our webpage but on mouseover the overlay does not get removed.
Can you please suggest some code for that.
Thanks
Regards
Garima
Hi Rikard,
Thanks this worked.
One more question is how do I change the font type of the text that appears within the contact form. I want to use the quicksand font type for the text in the 2 boxes.
Also, if I want to increase the size of the boxes as in make them bigger what code do I use?
Thanks
Garima
Hi Rikard,
Thanks this code worked for the email box but the submit button background still appears to be a different color and I want the submit box to be transparent and only on hover color changes.
Could you please suggest the relevant code for that?
Thanks
Garima
Hi MIke,
Thanks for your reply.
I have managed to fix the issue. Just needed to insert the following snippet in functions.php and resertup the WPmailSMTP plugin.
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);Thanks for your support.
GarimaHi MIke,
I used the Child Theme Configurator plugin to create a child theme successfully.
However, while everything else seems to be working perfectly the contact form 7 that I was using on the signup section and in the popup on the home page is not working. I have checked the contact form and everything seems to be in order.
I would really appreciate your guidance on the above.
Thanks
Garima
Hi Mike,
Thanks for your reply.So are you suggesting I go as per the video suggests of uploading the child theme functions.php and style.css files to the wordpress site instead of using the plugin?
Thanks
Garima
Hi Enfold team,
While using GTM and updating the enfold theme I realized that the GTM code gets written over in the header.php file since I did not create a child theme.
Unfortunately I have spent the last few months finalizng our website and now am concerned that if I create a child theme will I lose all the customization done on the parent theme.
I have read the above thread as well as the following links:
https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_ThemeI have a few questions:
1. Should the first step towards setting up a child theme be exporting the theme settings onto my laptop ?
2. How will the content on my webage and layout move to the child theme?
3. Should I be using the plugin as recommended in the codex link for this purpose?Guidance would be helpful.
Thanks
GarimaApril 3, 2018 at 11:14 am in reply to: Accordion – Changing the Sorting of the tags with "All" option coming at the end #936465Hi Victoria,
Thanks for your reply. While the sorting order is changed the default sort that is open is still “All”. I would like it to open at Setting Tests for the current page. Also, If I would like to change it the default open sort to some other category how do I do it?
Thanks for your support.
Regards
GarimaApril 3, 2018 at 6:51 am in reply to: Contact form 7 & Enfold contact form: identical styling #936330Hi Mike,
Just realized that you had enclosed the CF7 in a div. All good now and its working on both pages.
Thanks for your all your help
Garima
April 3, 2018 at 6:46 am in reply to: Contact form 7 & Enfold contact form: identical styling #936329Dear Mike,
Hi! Thank you so much and this quick CSS works on the page link I shared.
However, if I try changing the page ID and element ID and use it to style CF7 on another page it does not work. I am posting the page link below.
Could you please guide me on what am I doing incorrectly.
Thanks
Garima
April 3, 2018 at 1:48 am in reply to: Accordion – Changing the Sorting of the tags with "All" option coming at the end #936250Hi Basilis,
Please find the temporary login created in the private message tab.
Thanks
GarimaApril 2, 2018 at 1:15 pm in reply to: Accordion – Changing the Sorting of the tags with "All" option coming at the end #936057Hi Victoria,
Please share your email ID for me to be able to give admin access.
Thanks
Garima
April 2, 2018 at 9:11 am in reply to: Accordion – Changing the Sorting of the tags with "All" option coming at the end #935976Hi Victoria,
Thanks for your reply.
I pasted the code in functions.php at the very end of the file and saved it. However on refreshing the page it still does not change the default toggle which is still opening as “All” and not “Setting Tests” as I wanted.
Could you please help on how I could achieve this.
Thanks
Garima
March 30, 2018 at 12:26 pm in reply to: Contact form 7 & Enfold contact form: identical styling #935267Hi,
I need to replicate the contact form in enfold to CF7 in terms of having the email ID box as 2/3rd and Submit button as 1/3rd. I tried to follow the instructions given but am unable to replicate the same style in CF7.Our page link is enclosed below.
Please help.
Thanks
GB
July 6, 2015 at 2:33 pm in reply to: Want to reduce the size of the text and padding in a layout #468939Thank you. Its working :-)
Regards
AnuragJuly 5, 2015 at 3:32 pm in reply to: Want to reduce the size of the text and padding in a layout #468580Hi
I removed the preformatted text. I pasted
.home #after_section_5 {
line-height: 2em;
font-size: 11px;
}
in the Quick CSS area.While the text size is is reduced now, the text area container is still much wider than the footer bar.
How could i reduce the height of this area to be the same as that of the footer.
Thank you
Anurag -
AuthorPosts