Forum Replies Created
-
AuthorPosts
-
Hi Gus!
Try adding this to your custom CSS.
#top .aviaccordion-preview-title-wrap { padding-left: 80% !important; }Best regards,
ElliottHey!
It’s the same as when using a stretched layout. Navigate to Dashboard > Enfold > General Layout > Dimensions and then edit the “maximum container width” option.
Regards,
ElliottHey!
The link Yigit provided is going to change the single post title to the actual post title. If your changing the “Blog – latest news” text in the code then it’s going to break it. If you want to change it to something else besides the post title then do this instead.
add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ( $args['title'] == 'Blog - Latest News' ) { $args['title'] = "custom title"; $args['link'] = get_permalink($id); $args['heading'] = 'h1'; } return $args; }Also keep in mind that this is only going to work if you do not have a blog page setup in the theme settings. If you do have a blog page setup then the blog page title is going to display there instead.
Best regards,
ElliottHey Courtney!
Try adding this to your custom CSS.
#top .avia_partner_widget { margin-top: 15px; }Regards,
ElliottHi peiiep!
It looks like your getting a javascript error. Try deactivating all of your plugins and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
If that does not help then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi!
For the pages where you want white text drag a codeblock element to your content and add this inside.
<style type = "text/css"> #header * { color: white; } .header-scrolled { color: black !important; } </style>Regards,
ElliottHey!
Make sure that you clear the W3 Total cache and also your browser cache to see the changes. I think that should fix it.
If your still having problems then try deleting the page and recreate it.
Cheers!
ElliottMarch 16, 2015 at 5:45 pm in reply to: Portfolio Categories disappeared after installing WPML #412363Hi!
Have you tried contacting WPML support about this yet? http://wpml.org/forums/forum/english-support/
Send us a WordPress login and we’ll take a look but it seems like a general WPML question so I would contact their support to see what they have to say.
Cheers!
ElliottHey!
I’m seeing the same. Go ahead and update Enfold to the latest version, 3.1, and then deactivate all of your plugins to see if that fixes it.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey C-LabMX!
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 these customizations. Some good places to look for a freelancer are Werkpress or Studio Envato.
Best regards,
ElliottHey!
Add this to your custom CSS.
.avia-bullet { display: none !important; }Best regards,
ElliottHey udi!
Yes, a license only covers one site. If you have multiple sites then you will need to purchase additional licenses. It would be best to contact themeforest support for more information.
Cheers!
ElliottMarch 16, 2015 at 5:22 pm in reply to: Speed on mobile ist very slow – event though it is a simple page #412331Hey VinzentE!
It looks and loads fine on my end. What type of device are you using? It probably has to do with your connection speed. Try finding a wifi access point and access it with that so you can get better speeds.
Best regards,
ElliottHi hotspot!
I’m sorry but I’m not sure I understand. Can you send us a link to your post and take a screenshot highlighting exactly what your trying to change?
Are you trying to make it so the comment text is displayed beneath the gravatar instead of to the right?
Best regards,
ElliottHey!
Hmm, can you send us a link and take a screenshot highlighting the exact changes your trying to do?
Regards,
ElliottHi!
Your still using old versions it looks like. Go ahead and create a backup and let us know when your done and we’ll update WordPress and Enfold for you and do some more testing.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi clamarsitiweb!
Some of them may be normal but send us a link and we’ll take a look.
Best regards,
ElliottHi!
So the demo is working fine for you now?
The demo only includes two sample LayerSliders, “Enfold – most beautiful theme ever” and “Why Enfold – small header”.
If your still having problems then let us know if we can try a demo import in your dashboard for testing. It will overwrite all of your current theme settings and import a lot of pages, posts, and images, etc, so keep that in mind.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Disabling it would not effect your page speed. The best way to speed up a WordPress site is to use a caching plugin such as WP Supercache or W3C total cache. Also a minify plugin such as BWP Minify helps.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi Mdmoisell!
So that’s kind of like a “subscribe to newsletter” form correct? Our contact form currently only lets you send email so for this you will need a plugin. Here are some newsletter plugins you might be interested in, https://wordpress.org/plugins/search.php?q=newsletter.
Cheers!
ElliottMarch 16, 2015 at 4:40 pm in reply to: Cant edit any pages, buttons don't work, enfold theme options missing stuff #412272Hey!
I was in the middle of debugging but I was logged out all of a sudden and now I can’t log back in.
For some reason this function, http://codex.wordpress.org/Function_Reference/get_template_directory_uri, returns a URL with a line break within it. Perhaps you hit enter accidentally while filling out the site URL in Dashboard > Settings > General?
Not sure what’s going on there. I would try creating a backup and then reinstall WordPress.
Regards,
ElliottHey!
I can’t think of any reason why it would not work. I would try contacting the plugin author to see if they have any idea.
You could also try doing it manually. I found this which may help, http://www.sitepoint.com/wordpress-pages-use-tags/.
Best regards,
ElliottHey!
I’m not sure. You might be able to check the formID or you might be able to check which page with is_page(). Paste the customization you did here along with what files and line numbers you changed and we’ll take a look.
Best regards,
ElliottHi!
Enfold 3.1 was released a bit ago. Go ahead and update to the latest version.
Cheers!
ElliottHi!
I don’t think so. I asked hookedonweb for a copy of Wishlist for testing. I went ahead and sent you one.
Cheers!
ElliottHi pegasso4444!
The avia layout builder should not be available for posts by default. You can do this to get it added, https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/, but it wasn’t meant to be used on posts though so you may see some weird behaviour.
Cheers!
ElliottHey Pijer!
Please see here, https://kriesi.at/support/topic/larger-lightbox-pictures/.
Regards,
ElliottHey anhanhoi!
It looks like your talking about the catalogue descriptions. Add this to your custom CSS.
.av-catalogue-content > span { font-size: 12px !important; }Cheers!
ElliottHey Paul!
Add this to your custom CSS.
.html_header_sidebar .logo { padding: 20px !important; }Cheers!
ElliottHey charliemushy!
I’m sorry but I’m not sure I understand. Is the problem that your wanting to remove the kriesi link in your copyright text? If so then add this to the field.
[nolink]Best regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
