Forum Replies Created
-
AuthorPosts
-
Hi reederjack5252!
Did you add some custom CSS to the theme?
.avia-icon-list li:nth-child(5n+1) .iconlist_icon { background-color: #4b3957 !important; }
Try removing the !important rules.
Cheers!
ElliottHi Snerp!
Did you import the demo and are referring to the contact page? http://kriesi.at/themes/enfold/pages/contact/
That’s a special heading element so just remove that from the page content and save.
Best regards,
ElliottHey icebox10!
See private content.
Best regards,
ElliottOctober 14, 2015 at 8:42 pm in reply to: PHP Fatal error…. when I attempt to activate the theme WordPress blanks out #518917Hey caveman_joe!
Is WordPress updated? Try deactivating all of your plugins and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottHey!
Please try this out, https://kriesi.at/support/topic/how-to-display-post-excerpts-instead-of-full-post-contents/#post-346112.
Best regards,
ElliottHey!
Add this to your custom CSS.
.av-magazine * { border: 0px !important; } .av-magazine-content a { position: absolute; top: 0px; right: 0px; background: white; padding: 10px; border: 1px solid #e1e1e1 !important; } .av-magazine-content-wrap { margin-bottom: 30px; }
Regards,
ElliottHi!
Try deactivating all of your plugins. If that does not help then send us a WordPress login and we’ll take a look.
Best regards,
ElliottOctober 14, 2015 at 8:22 pm in reply to: Content in COLOR BACKGROUND module not displaying correctly #518908Hi!
Can you take a screenshot and highlight exactly what your trying to do so we can get a better idea?
Best regards,
ElliottHey!
You can set that in Dashboard > Settings > Reading.
Regards,
ElliottHey jesseaborden!
Try adding a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then use a text widget to display that information.
Best regards,
ElliottHey mondaycreations!
Are you trying to have the mobile menu hidden and only display the regular menu? It might not fit on smaller screens but send us a link and we’ll see what we can do. You can set your reply as private if you wish.
Best regards,
ElliottHi codemode!
Send us a link to the page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi sky19er!
Try this out, https://kriesi.at/support/topic/avia-bullet-in-mobile-menu-changes-to-undesirable-icon-on-ios-9-0-2/.
Best regards,
ElliottHi trinachristensen!
Send us a link to your page and we’ll take a look. Your just trying to change the black background color to something else and adjust it’s transparency correct?
Cheers!
ElliottHi Alexia R.!
They all have inline styles set to black for me. Which one is it exactly? Can you send us a WordPress login?
Regards,
ElliottHi Micheal0424!
So your loading another page of the theme via an iframe inside the theme itself and you want to get rid of the meta tag in the iframe? I don’t know of any way to check if a page is loading via an iframe. It would be best to contact a freelancer to help you out with this customization.
Regards,
ElliottHi bitsoul!
Use this.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ echo '<pre>'; echo var_dump($formID); echo '</pre>'; $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; return $att; }
And then view your page with the contact form and write down all of the IDs for each form you want to target and then when you have them all switch the code to this.
add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3); function avia_add_submit_attributes_to_cf($att, $formID, $form_params){ if ( $formID == 5 ) { $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; } if ( $formID == 7 ) { $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\""; } return $att; }
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey Michael!
Hmm, it’s hard to tell what’s going on in the screenshot as it’s blurry. I checked your site on Android and I don’t see any problems though. Make sure your client is using the official Chrome browser on Android.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi markgibbons243!
Not sure what it could be. Yes, you can send a copy to plugin authors for testing.
If it’s only happening on the one site then perhaps it’s something with your .htaccess file. Try deleting it and refresh your permalinks in Dashboard > Settings > Permalinks. Be sure to deactivate all other plugins while testing as well.
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi amrman0!
Both links look the same to me. Can you take a screenshot and highlight what your seeing? If your on a very large resolution and the page content does not reach the end of the screen then the socket is going to appear that it is not touching the end.
Cheers!
ElliottHi Nick!
Add this to your custom CSS.
.avia-gallery-big-inner img { height: auto !important; }
Cheers!
ElliottOctober 14, 2015 at 5:33 pm in reply to: Questions re team member element and blog post element #518841Hey natashacs!
Try this out, http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/.
You can set the “orderby” to “author”.
Best regards,
ElliottHi richardelectrix!
Your link is giving me a 404. You could use some CSS like so to target individual items.
ul > li:nth-child(3) { } ul > li:nth-child(5) { }
Best regards,
ElliottHey combra!
Add this to your custom CSS.
.vorteil2 > a { top: -5px; position: relative; border-right: 1px solid black; padding-right: 5px; }
Best regards,
ElliottHi reddishpinkmedia!
Setup a child theme, http://kriesi.at/documentation/enfold/downloads/, and add it to the functions.php of the child theme. If it still does not work then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey envapk2!
That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi asarran!
Use our image element in the “Media Elements” tab of the layout builder and set it to have a caption.
Cheers!
ElliottHi chaland73!
I don’t think gifs can be used as backgrounds. Try displaying it with a regular img tag like so.
<img src = "URL to your image" />
Best regards,
ElliottHey southall!
You could try adding it after line 201 in the /enfold/includes/loop-index.php file. Surround it with this if you do not want it to display on the single post view.
if ( !is_single() ) { }
Regards,
ElliottHi!
Always be sure your using the latest version. :)
Glad you got it sorted, let us know if you have any other questions.
Best regards,
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts