Forum Replies Created
-
AuthorPosts
-
Hi alexosd!
No but you can create a custom post type with a custom taxonomy and use that in it. You can easily do this with a plugin such as this, https://wordpress.org/plugins/custom-post-type-ui/.
Best regards,
ElliottHey JBMKL!
If you change it in the theme files then it’s still going to disappear when you update. If your translating your site to another language then you can just translate it to whatever you need.
Best regards,
ElliottHey luckylobo10!
Contact form 7 is not built into the theme, We use our own contact form.
I have not tested that plugin out but if you have Contact Form 7 installed then I don’t see why it would not work.
Regards,
ElliottOctober 12, 2015 at 7:50 pm in reply to: How to translate hover "required" text on required fields ? #517643Hey AKAPROD!
In the /enfold/framework/php/class-form-generator.php file around line 483 you should see this.
$required = ' <abbr class="required" title="required">*</abbr>';
There are quite a few instances of that in the file that you’ll need to change.
Best regards,
ElliottHi webstrats!
Your getting a few javascript errors. Try deactivating all of your plugins and clear your cache to see what happens.
Cheers!
ElliottOctober 12, 2015 at 7:43 pm in reply to: Full Width Easy Slider – Modifying caption title positions #517641Hey cagraphicdesign!
Try adding this to your custom CSS.
.slideshow_align_caption { transform: translateY(-30px); width: 100% !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Regards,
ElliottOctober 12, 2015 at 7:40 pm in reply to: How can I show a wide logo or stop logo image being regenerated small? #517637Hey David!
When you set the logo look to the right of the popup and you’ll see a “Size” setting. Make sure it’s set to fullsize. I went ahead and set it for you.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey kristjanotsmann!
What is the code you used? Paste it here.
Cheers!
ElliottHey palmtop!
Try deactivating all of your plugins and create a new page with just the table inside it to see what happens.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey sepruda!
That does not sound like a theme issue. You’ll want to contact the plugin authors.
Best regards,
ElliottHi richardelectrix!
Delete all of the responsive tab CSS around line 1050 in the /enfold/css/shortcodes.css file.
Regards,
ElliottHi bertel!
I imagine it’s possible but it’s going to take a lot of time and code to implement something like that so it would have to be considered custom work. It would be best to hire a freelancer to help you out. Or consider looking into one of the google map plugins to see if they have this feature.
Best regards,
ElliottOctober 12, 2015 at 7:27 pm in reply to: Centered logo downsizes and shifts left in mobile view. #517625Hi j_arendall!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .logo { width: auto !important; position: relative !important; left: 50% !important; transform: translateX(-50%) !important; } .logo, .logo a, .logo img { height: auto !important; max-height: auto !important; } }
Best regards,
ElliottHey cecilepineau!
Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing. If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi steve55555!
Add it to a codeblock element instead.
Regards,
ElliottHi David57!
Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 450px){ #wrap_all { width: 1300px !important; } } </style>
Regards,
ElliottHey Valerie!
It seems to look fine on my end. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHi Valerie!
It’s from this custom CSS in your child theme.
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding: 85px !important; }
Regards,
ElliottHi understandchristianity!
It would take a lot of time and code to implement so it would have to be considered custom work. It sounds like a cool idea though so consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHey David57!
Surround your CSS with this.
@media screen and (min-width: 767px) { }
Cheers!
ElliottHi sampath484!
If your using a caching plugin then be sure to clear it’s cache and your browser cache. Try deactivating all of your other plugins as well.
Best regards,
ElliottHey rmatus!
You would need to use a plugin for this. Perhaps this would work, https://wordpress.org/plugins/site-search-analytics-by-measured-search/.
Cheers!
ElliottHi markedgeller!
Upload a fresh copy of the functions.php file and send us a WordPress login instead of cPanel login and we’ll take a look.
Regards,
ElliottHi kgramazio!
It looks like your using Enfold version 2.4.4. You’ll need to update to the latest version, 3.2.2.
Cheers!
ElliottHey jonrouse!
You have this CSS which is causing it.
.boxed#top { border-right: 20px solid #ffffff; border-left: 20px solid #ffffff; border-top: 20px solid #ffffff; border-bottom: 20px solid #ffffff; }
Remove that or add this for a quick fix.
.boxed#top { border: 0px !important; }
Best regards,
ElliottHey annameis!
Add this to your custom CSS.
.grid-entry-title a:hover { color: red !important; }
Regards,
ElliottHey dhayes67!
I’m sorry but I’m not sure I understand. The problem is the Enfold logo is displaying instead of the logo you have set? Send us a WordPress login so we can get a better idea of what’s going on.
Cheers!
ElliottHi!
Add this to your custom CSS.
#header .widget { z-index: 999; }
Regards,
ElliottOctober 11, 2015 at 3:56 pm in reply to: how to adding the php code after av_section or before after_section? #516981Hey!
On line 687 you should see this.
$output .= "</div></div>{$cm}</div>".avia_sc_section::$add_to_closing.avia_sc_section::$close_overlay."</div>";
Try adding this to the next line.
if(function_exists(“xBreadcrumbs”)){ $output .= xBreadcrumbs(); }
If the plugin shortcode returns the content instead of echoing it then that might work. If it echoes the content then not sure what we could do there. You could try using a plugin such as PHPExec to execute PHP in the editor.
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts