Forum Replies Created
-
AuthorPosts
-
February 26, 2015 at 10:42 pm in reply to: Display textual description in product category page #403041
Hey profumopuntoit!
Your setting the description for the product category in Dashboard > Products > Categories > Edit correct? You should be able to place HTML in there. To display a link or an image with HTML you can do this.
<a href = "http://www.yoursite.com"><img src = "http://www.yoursite.com/image.jpg" /></a>Cheers!
ElliottHi Kevin!
Add this to your custom CSS.
.avia-menu-fx { height: 20px !important; }Regards,
ElliottHey gohyongjin!
I’m having trouble logging in. Is the information correct?
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey McEwans!
You mean how the image kind of “scrolls down” as it is downloaded by the end user?
It should be fading in like on our demo, http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/.
You have a lot of customization going on though so that probably has something to do with it.
Cheers!
ElliottHi CharlieTh!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHi pegasso4444!
If they are using the layout builder there should be no reason to read the debug output.
Some comments would be cool though. Consider adding a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get something worked out in a future update.
Regards,
ElliottHey fawnulm!
How did you create the post types? Are you sure you have set the correct values for, “has_archive”, “publicly_queryable”, and “exclude_from_search”? http://codex.wordpress.org/Function_Reference/register_post_type
Best regards,
ElliottFebruary 26, 2015 at 10:16 pm in reply to: random visual and speed isues after last update 4.1.1 + 3.0.8 #403023Hey coheno!
I’m on Windows 8 with latest version of Firefox but I did not see any problems. Can you take a screenshot of what your seeing?
Also let us know what operating system and browser version your using. Be sure to deactivate any browser plugins / extensions while testing.
Regards,
ElliottHey Alberto!
When you activate a child theme you will need to reconfigure your settings or you can import them from the parent theme in Dashboard > your child theme > Import/Export > Import settings from parent theme.
If that’s not what the problem is then send us a WordPress login and take a screenshot of what’s going on so we can get a better idea.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHey Pauloflores!
Try adding this to your custom CSS.
figcaption.av-inner-masonry-content.site-background { background: red !important; }Regards,
ElliottHey emilcobussen!
Hmm, can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Cheers!
ElliottHi LarryLayouter!
Open up /enfold/config-templatebuilder/avia-shortcodes/gallery.php and change line 202 from this.
$class = $counter++ % $columns ? "class='$imagelink $custom_link_class'" : "class='first_thumb $imagelink $custom_link_class'";To this.
$class = $counter++ % $columns ? "class='noLightbox $imagelink $custom_link_class'" : "class='noLightbox first_thumb $imagelink $custom_link_class'";And line 218 from this.
$output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";To this.
$output .= "<a class='avia-gallery-big noLightbox fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";Regards,
ElliottFebruary 26, 2015 at 9:56 pm in reply to: Change contact form settings individually on different pages #403014Hey cberentz!
You can add a .home in front of each CSS rule to target only the homepage like so.
.home a { color: red; }You could also drag a codeblock element to your homepage content and add this inside.
<style type = "text/css"> your code goes here </style>To apply it only on the homepage.
Regards,
ElliottHey Pauloflores!
Your talking about the Masonry with blog posts correct? Not the portfolio AJAX preview?
If so then when you edit your posts there will be an excerpt section which you can type a custom excerpt out for the post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi Monique!
Check the permissions on the following.
/wp-content/uploads/dynamic_avia/enfold.cssTry 644 or 666 permissions.
Cheers!
ElliottHi cmcsoxford!
Add this to your custom CSS.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 900px !important; }Cheers!
ElliottHey jockejansson!
Add this to your custom CSS.
.post_author_timeline { display: none !important; }Regards,
ElliottHey exp-ja!
Try adding this to your custom CSS.
#wrap_all { position: relative !important; }If that does not fix the problem then take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottFebruary 26, 2015 at 9:39 pm in reply to: Flagged file "Crystal.txt" in plug-in Securi Security Plug-in #403002Hey Elizabeth!
They are not a part of Enfold. I would try contacting the plugin author or post in the WordPress support forums for more info.
Best regards,
ElliottHi Jan!
You can use this CSS.
.avia-button:hover { background: blue !important; }But I recommend just using the color options in the button shortcode.
Best regards,
ElliottHi Guenter!
Can you send us a link so we can take a look? Be sure to deactivate all plugins while testing.
Cheers!
ElliottHey!
Your using the Masonry there. The blog posts shortcode is what your wanting.
Make sure to refresh your caching plugin after doing the changes.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi David!
I don’t think that is going to work but you can try adding it around line 29 in the single.php file.
<?php echo do_shortcode("[layerslider id = '5'"); ?>Best regards,
ElliottFebruary 26, 2015 at 9:04 pm in reply to: How do I import single templates (pages) from Enfold theme? #402982Hey catoosha!
Sorry but I’m not sure I understand. Are you trying to export just certain pages? If so then this plugin may work for you, https://wordpress.org/plugins/wp-exporter/.
Regards,
ElliottHey!
What happens when you activated the default theme? Do the errors happen there as well? If so then it would be best to reload a backup. Perhaps the latest WordPress update was not completed successfully.
I found these topics which may help.
https://wordpress.org/support/topic/wp-blog-headerphp-failed-to-open-stream
https://wordpress.org/support/topic/warning-mainwp-blog-headerphp-error
https://wordpress.org/support/topic/missing-file-or-directory-on-line-17-of-indexphpRegards,
ElliottFebruary 26, 2015 at 7:41 pm in reply to: How to completely uninstall and reinstall Enfold theme. #402933Hey tertiusstrydom!
Try completely deleting Enfold from your WordPress theme directory via FTP before downloading + uploading a fresh copy from themeforest.
That will ensure that all of the files are updated and clean.
Though I checked your link and everything looked fine on my end.
Best regards,
ElliottHi!
Hmm, I don’t remember editing your settings. I’ll go ahead and flag this for the rest of our team as you suggested.
Regards,
ElliottFebruary 26, 2015 at 7:29 pm in reply to: Alignement of textblocks in grid not correct on smaller devices #402926Hi vincent132132!
Not really sure what the best way to go about this would be. You can see the alignment problem is because the “NIBOURG INTERIEURS” text is wrapping to the next line. You could always decrease the 1/2 on the left and increase the 1/2 on the right, perhaps to a 1/3 + 2/3. That would probably be the best way to fix it.
Or you could leave the four columns alone and instead set the grid row cells to 2/3 + 1/3. I think that should create some more space so the text does not wrap as well.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 26, 2015 at 7:21 pm in reply to: Ajax Portfolio image not visible only text title and image default size options. #402923Hey!
You can do that with this CSS.
.portfolio-preview-image img { width: auto !important; height: 400px !important; margin: 0px auto; }But that will effect all of the preview images. It would probably be best to create a thumbnail of the image and use that.
Cheers!
ElliottHi!
I didn’t do much testing with it but you could try adding this to the bottom of your child theme functions.php file.
function avia_backend_add_thumbnail_size() { return; }There is not really a good reason to remove them though. Just remember that you have done this in case your wondering in the future how to size your images with the Masonry shortcodes, etc etc. Your sizes are limited because of this customization.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
