Forum Replies Created
-
AuthorPosts
-
Hey!
You can change the size on line 118 in the /enfold/functions.php file.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
Make sure to regenerate the thumbnails afterwards, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottHi!
I don’t know. I would try contacting the plugin authors or find another plugin to use.
Regards,
ElliottHey!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi!
Like I said, the easy slider is still going to use 100% of it’s container width. The size setting is for the thumbnail of the image that gets displayed. Try dragging it inside a column element if you want to reduce it’s size.
Are you wanting to change it so the easy slider does not use 100% of the container width? I don’t recommend doing that but send us a link to your page and we’ll take a lookk.
Cheers!
ElliottHey sammiak!
Add this to your custom CSS.
.mfp-iframe-holder .mfp-content { max-width: 90% !important; }
Best regards,
ElliottHi bennyblancola!
Your using some kind of mobile plugin which is switching the theme. Deactivate all of your plugins and clear your cache.
Best regards,
ElliottHey luckylobo10!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .flex_column { box-shadow: 0px 0px 10px black; } </style>
Cheers!
ElliottHi voldemarasp!
The product page is going to take a lot of customization. It would be best to hire a freelancer to help you out with that.
For the shop page you can select the number of columns you want to use in the Woocommerce options, Dashboard > Woocommerce > Products > Display and Woocommerce also has a filtering widget you can set to the sidebar to filter the products as seen in the screenshot.
Cheers!
ElliottHey allyson2!
The tags should not be displayed there by default. You can see where we exclude them on line 60 in the /enfold/includes/loop-search.php file.
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
You have done customizations?
Cheers!
ElliottOctober 11, 2015 at 3:32 pm in reply to: Solutions to 404 Error Appearing Only On Photo Gallery Pages? #516967Hi Sherman!
Try setting your permalinks to the default setting in Dashboard > Settings > Permalinks and then save.
If that does not work then try creating a backup of your .htaccess file, delete it, and then update your permalinks again.
Be sure to deactivate all plugins while testing.
Regards,
ElliottHi msrobertamutti!
What happens when you try to install it? Try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and check your server error logs for any useful information.
Cheers!
ElliottHey misteradamello!
I’m not really sure I understand. Can you take a screenshot and highlight what your trying to do? I viewed your link but you must have some kind of plugin activated as the screen has a transparent layer over it and I cannot scroll at all.
Best regards,
ElliottHi sleerash!
Try deactivating all plugins and make sure the version of Enfold your using is 3.3.2 or higher.
Cheers!
ElliottHey islandjoe1!
I don’t see why it would be theme related and I have no idea why that would be happening. We are not doing anything to the login pages. Did you contact the plugin authors?
Cheers!
ElliottHi Kevin!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottOctober 11, 2015 at 3:15 pm in reply to: how to adding the php code after av_section or before after_section? #516956Hey celebcomms!
What happens when you add it to the bottom of the header.php file?
EDIT: Ok your screenshot is loading for me now. I see your wanting it to display after a color section so it’s going to be difficult. If you add it to the color section shortcode file then it’s going to display every time you use a color section. Is that what your wanting?
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi Antonio!
Not sure what it could be. Have you contacted the plugin authors?
Regards,
ElliottHey TIMODENIJS!
Add this to your custom CSS.
div#header_main_alternate { border-top: 0px !important; }
Best regards,
ElliottHi cordie!
The easy slider is going to use the fullwidth of it’s container. If you want to reduce it’s width then you can use it in a column element and it will fill up the column.
If you want to reduce it’s height via CSS then we can do that for you but it’s not going to look good. The image will appear distorted and it will look weird on small screens as well.
If your wanting to reduce the height then it would be best to crop the images before uploading.
Best regards,
ElliottHi Munford!
You can find that size on line 121 in the /enfold/functions.php file.
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
Make sure to regenerate your thumbnails after changing it, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Cheers!
ElliottHey Dino!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. You can then add the shortcode to a text widget in the header widget area.
Regards,
ElliottHey eyeweb!
Add this to your custom CSS.
a.small-preview, a.small-preview img { width: 120px !important; height: 120px !important; }
Best regards,
ElliottHey famewebdesign!
Try deactivating all plugins and upload a fresh copy of Enfold. If that does not help then send us a WordPress login and we’ll take a closer look.
If your using a caching plugin then be sure to clear it’s cache.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi haydaw!
It was fixed in one of the previous Enfold versions. Make sure your using the latest, 3.3.2. If it’s still happening then completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottOctober 10, 2015 at 3:51 pm in reply to: How to get social icons in a row to line up horizontally #516837Hi davidsoncm!
Drag a color section element to your page content and set it’s background to an image and then drag the social share links element into it.
Cheers!
ElliottOctober 10, 2015 at 3:50 pm in reply to: Social Icons in footer socket – Erraneous behaviour of first icon #516836Hey humanbrand!
The link markup is being changed somehow. I’m guessing from a plugin. 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.
If your still having trouble after doing those two steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi humanbrand!
Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Cheers!
ElliottHey mterrian!
Add this to your custom CSS.
#avia-menu > li > .sub-menu { transform: translateY(-50px); } .avia-menu-fx { display: none !important; }
Best regards,
ElliottHi eric84!
Add this to your custom CSS.
.single-product-summary { overflow: visible !important; }
Best regards,
ElliottHey AlainTernet!
Surround the text with this.
<span style = "font-size: 16px !important;"> </span>
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts