Forum Replies Created
-
AuthorPosts
-
April 9, 2015 at 5:35 pm in reply to: Main Menu is Vertical on Home Page and Horizontal on Sub Pages #426100
Hey kirstenly!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Let us know if that fixes the problem.
Best regards,
ElliottHi!
Add this as well.
#header_main .container { max-width: 900px !important; }Best regards,
ElliottApril 9, 2015 at 5:29 pm in reply to: No icons in google Chrome (mac) and white line on right of slider in Safari #426091Hi!
Try adding just this.
Header set Access-Control-Allow-Origin “*”To see what happens. If your using a caching plugin then be sure to clear it’s cache.
Cheers!
ElliottApril 9, 2015 at 4:51 pm in reply to: Apostrophes in tables, not showing properly in mobile version #426060Hi!
Hmm, well I created a test page on your site and the apostrophes seem to be working fine in that page. Try creating a new page and copy your content over piece by piece to try and figure out where the problem is coming from.
Also try deleting the table and recreate it to see if that helps.
Cheers!
ElliottHi Groeier!!
Is compatibility view turned off and zoom set to 100%?
What happens if you add this to your custom CSS?
#top .no_margin.av_one_eighth { position: relative !important; }Best regards,
ElliottHi!
Hmm, not sure if there is an easy way to do this in a child theme. I let our devs know about it so if there is an easy way they will reply here. Otherwise I would just keep editing the parent breadcrumbs file and wait for the next update. Perhaps we will get an option where you can do something like this.
add_filter( 'avia_breadcrumbs_args', 'enfold_customization_remove_breadcrumb_categories', 10, 1 ); function enfold_customization_remove_breadcrumb_categories( $args ) { $args['show_categories'] = false; return $args; }Cheers!
ElliottHey!
If you want it to be displayed everywhere and at the bottom of your site then it sounds like your wanting it inside the footer widgets.
Navigate to Dashboard > Appearance > Widgets and drag a text widget over to one of your footer widget areas and paste the shortcode inside.
Cheers!
ElliottHey!
I don’t know of a way to do that. It should work on other color sections but if your using parallax then the image height will be a lot taller than the container so the shadow should only display on the sides.
In this case you would probably need to create a separate element with box shadow and position it on top of the color section.
Regards,
ElliottHey ccfc1965!
Are you sure your getting 2.4.4 when downloading a fresh copy from themeforest? It should be the latest, 3.1.4. If your sure your getting 2.4.4 then contact themeforest and let them know about this.
Regards,
ElliottApril 8, 2015 at 9:18 pm in reply to: Really Huge Problem with Colormanagement of Enfold Graphics Engine. #425606Hey!
I viewed your link but the images look the same to me. We are not doing anything special when resizing the images, we are just using the pre built WordPress functions, https://codex.wordpress.org/Function_Reference/set_post_thumbnail_size, so this should be the same no matter what theme your using.
If there is indeed a problem you will want to contact WordPress support or issue a bug report with them.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Did you add it in Dashboard > Enfold > General Styling > Quick CSS?
If so then you probably have a typo somewhere. Paste all of the CSS your using here.
Best regards,
ElliottApril 8, 2015 at 9:09 pm in reply to: Media library the system seems not to respond and it keeps on loading but it #425600Hey Leorodriquez!
Go ahead and update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/, and let us know if that fixes it for you.
Regards,
ElliottHey misogercak!
It’s working fine on my XAMPP setup. When editing your post click on “Screen Options” in the top right hand corner of your screen and make sure the “WordPress SEO by Yoast” option is checked to display.
Cheers!
ElliottHey mikehenze!
Navigate to Dashboard > Enfold > General Layout > Dimensions and set a value for the “Maximum container width” option that your satisfied with and save.
Regards,
ElliottHey AlexanderKouba!
1. Are you trying to change the sidebar background?
2. You can change the header background in Dashboard > Enfold > General Styling.
3. You can change the secondary menu links in Dashboard > Enfold > Advanced Styling.
Cheers!
ElliottHi AlexanderKouba!
Perhaps a plugin such as ubermenu would work for you, http://wpmegamenu.com/.
We also have a “Fullwidth submenu” element which displays a custom menu.
Regards,
ElliottApril 8, 2015 at 8:56 pm in reply to: Menu below header that functions like a "tab" on every page #425587Hi realit-treuhand!
So your wanting an extra mega menu to display beneath the header correct? Perhaps something like ubermenu would work for you, http://wpmegamenu.com/.
Best regards,
ElliottHey AlexanderKouba!
That looks like a plugin your using. It would be best to contact the plugin author about this to see if it’s possible.
It’s most likely going to take a lot of time and code to implement though so it would have to be considered custom work.
Or if you want to try and customize it yourself then you can find where that is displayed around line 162 in the /endold/includes/loop-index.php file.
comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework'));Cheers!
ElliottHi!
Edit the content slider and click on Slide 1. Next click on the “text” tab instead of the “Visual” tab and paste this inside.
[featured_products per_page="12" columns="4"]Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Well it’s in our bug queue so if our devs find a workaround then we’ll see it get added in the next update. For now though it would be best to use the official Chrome browser.
Best regards,
ElliottHi Artinet!
Hmm, not sure if that is going to be feasible or not.
You can play around with the background-size and background-position like so.
.header_bg, .header-bg { background-size: cover !important; background-position: center center !important; }But since your image has text on it I don’t think that’s going to look good.
Regards,
ElliottApril 8, 2015 at 8:25 pm in reply to: How to mark single products as "NEW" with icon similar to Sale! #425567Hey leszek!
This would take a lot of time and code and would have to be considered custom work. It would be best to contact a WooCommerce freelancer to help you out with this customization.
Or you might be able to find a WooCommerce extension that offers this functionality.
Best regards,
ElliottHi!
If your using the latest version of Enfold, currently 3.1.4, then you should see the advanced layout editor button when editing your products.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi WolfvanHaeren!
The bigger your images the sharper they will look. Many of our shortcodes have a “image size” option which you can set to a large thumbnail or even “No Scaling” to display the image in it’s original dimensions. This will increase the download time of your site though as users will have to download large images.
Cheers!
ElliottHi!
I checked your site again but it looks fine now. It looks like your using a media query to change the font size on smaller screens.
.responsive #top .slideshow_caption h2 { font-size: 20px !important; }Cheers!
ElliottHey CoolPenguinSays!
Your not using a child theme and I didn’t see anything in your functions.php file. You’ll need to go through your old topics (click on account overview) and find where we helped you add that into your header.
Also, your using a very old version of Enfold. It would be best to update WordPress and Enfold to the latest versions.
Regards,
ElliottHi!
I’m sorry but I do not know. It would be best to contact an SEO expert about this.
As for configuring your site SEO we recommend the WordPress SEO plugin, https://wordpress.org/plugins/wordpress-seo/, their blog also has lots of useful articles on how to maximize your SEO.
Regards,
ElliottApril 8, 2015 at 8:02 pm in reply to: Testimonials Easy Slider iPhone portrait mode: caption text not responsive #425548Hi Nicola!
Add this to your custom CSS.
@media and screen (max-width:500px) { .avia-caption-title, .avia-caption-content p { font-size: 12px !important; } }Regards,
ElliottApril 8, 2015 at 7:58 pm in reply to: Gallery images displaying very blurred and logo size in header #425546Hey lukemontagu!
1. You currently have a small thumbnail size set. In the gallery options set the image size to “No Scaling”.
2. If you still want it to resize gracefully then it would be best to just play around with the header size option in the admin panel until it looks good. Around 160px perhaps.
3. See here, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Best regards,
ElliottHey!
In this case I would try using the “Custom Menu” widget and create a menu for each page. You can drag category links to each menu.
Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
