Forum Replies Created
-
AuthorPosts
-
November 6, 2013 at 10:39 pm in reply to: Enfold – Scroll header menu until certain point and fix it then #185344
Hey Peter!
Can you post a link of what have you done so far?
Best regards,
JosueNovember 6, 2013 at 8:53 pm in reply to: google maps widget doesn't seem to be finding the address I input #185318Hello,
That button works on my end, maybe it’s a plugin conflict on yours, try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueHi,
Yes, i got it. Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
Don’t use capitals in the link, use this instead: http://adrianisaac.com/rr/#execsummary
Here’s how you add it in a Menu item:
Best regards,
JosueNovember 6, 2013 at 7:31 pm in reply to: google maps widget doesn't seem to be finding the address I input #185298Hi!
You don’t need to click that button if you are using coords:
Regards,
JosueIt looks like you didn’t add the ‘switch’ code, here’s how it look on my end with that code applied:
Regards,
JosueHi!
There are ways to do it with Gravity Forms:
http://www.gravityhelp.com/forums/topic/sending-csv-attachment-on-form-submit
Best regards,
JosueHi!
CF7 has a way of exporting form entries to .CSV format:
http://wordpress.org/plugins/contact-form-7-to-database-extension/
Regards,
JosueHi!
Yes, there are:
Free: http://wordpress.org/plugins/contact-form-7/
Paid: Gravity FormsRegards,
JosueHi dholowack!
Add this at the end of js/avia.js:
jQuery('.page article').each(function(){ jQuery(this).find('.entry-content-header').after(jQuery(this).find('.big-preview').detach()); })
Cheers!
Josue-
This reply was modified 11 years, 8 months ago by
Josue.
Hi!
You can assign that an ID:
Then with CSS (add it to Quick CSS):
#my_section{ height: 300px; }
Change 300px for the desired height.
If that doesn’t work, please post a link to the page where you have this color section and the specific height you would want.
Regards,
JosueNovember 6, 2013 at 6:03 am in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #185066Hi!
Regarding the logo element, yes that would be it.
For the page/single titles, actually you’ll need to edit this file: functions-enfold.php:
Change line 274:
'heading' => 'h1'
To this:
'heading' => 'h2'
Cheers!
JosueNovember 6, 2013 at 5:18 am in reply to: How to easily copy styles from one language to another? #185058Hey Jerremy-W!
Have you tried putting the code in css/custom.css instead?
Regards,
JosueHey yukanl!
I didn’t understand you fully, please elaborate. How did you create that ‘list’ in first place, the one you say it was truncated, was that a menu, shortcode, widget?
Best regards,
JosueHello!
I’m sorry but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHi,
Can you post the link to the website you are working please?
Regards,
JosueNovember 6, 2013 at 4:28 am in reply to: google maps widget doesn't seem to be finding the address I input #185051Hey!
You can get the coordinates with a tool like this: http://universimmedia.pagesperso-orange.fr/geo/loc.htm
Best regards,
JosueHi @Easy123!
Try with this code:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 100; return $length; }
Cheers!
JosueNovember 6, 2013 at 12:20 am in reply to: google maps widget doesn't seem to be finding the address I input #184995Hi sky19er!
What are the coordinates (latitude/longitude) of that location?
Cheers!
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
JosueOpen this file: js/avia.js:
Look for this line (18):
avia_header_size();
Replace it by this:
//avia_header_size();
Cheers!
JosueHey Alcadis!
Please take a look at this topic: https://kriesi.at/support/topic/enfold-child-theme/
Best regards,
JosueNovember 5, 2013 at 8:59 pm in reply to: How to manually assign a 'parent' breadcrumb to a page #184950Hi ttem!
I think that could be done with JavaScript, you want this in one page only or many of them?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi sbrohamm!
That’s a Content Slider:
Regards,
JosueNovember 5, 2013 at 7:18 pm in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #184887Hi!
Sure, please refer to this topics:
For the logo:
https://kriesi.at/support/topic/h1-missing-from-home-page-logo/Regarding the page titles:
https://kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header/Regards,
JosueHi!
Try this to see if it works, it will change the background color of inputs an textareas:
.ajax_form input, .ajax_form textarea { background: #008000 !important; }
Cheers!
JosueNovember 5, 2013 at 6:41 am in reply to: Vertical content alignment for layout elements in the same line #184656November 5, 2013 at 6:22 am in reply to: Vertical content alignment for layout elements in the same line #184649Hi,
Can you post the link to your website please?
Regards,
Josue -
This reply was modified 11 years, 8 months ago by
-
AuthorPosts