-
AuthorSearch Results
-
Hi,
I’m sorry but what do you mean by “extrait”? Is it excerpt? Please follow this link.
// https://kriesi.at/support/topic/magazin-element-visible-extract/#post-523479
Add this in the functions.php file in order to use a bigger image.
add_filter('avf_magazine_settings', 'avf_magazine_settings_mod', 10, 2); function avf_magazine_settings_mod($atts, $magazine){ $atts['image_size']['small'] = 'portfolio'; $atts['image_size']['big'] = 'entry_without_sidebar'; return $atts; }Best regards,
IsmaelNovember 5, 2016 at 6:15 am #708554Hi Rachel,
Great, glad we could help and sorry for the problems. Please let us know if you should need any further help on the topic.
Best regards,
RikardNovember 5, 2016 at 5:34 am #708542In reply to: Builder bug
Hi,
You are still running a very old version of the theme. The update function seems to have stopped working so I think you will have to try to update manually via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/. Make sure to properly backup your site before starting the update in case something should go wrong.
Best regards,
RikardNovember 5, 2016 at 5:10 am #708531In reply to: Main Menu And Titles Issues
Hi,
Ok great, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
RikardNovember 5, 2016 at 4:48 am #708525In reply to: Text for promo box above button
Hi,
Please add the following css code.
.responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap { width: 100%; margin-top: 4px; position: relative; top: 0; right: 0; text-align: center; float: none; } .responsive .av_promobox .avia-button { width: 200px; float: right; } .responsive .av_promobox .avia-promocontent { text-align: right; margin-right: 0; }Best regards,
IsmaelNovember 5, 2016 at 4:19 am #708520In reply to: Mailchimp Signup error – Content Elements
Hey mariajoensen,
Thank you for using Enfold.
I’m sorry but as of now, the mailchimp element can only support basic fields as stated in the description which includes date, text, number, radio and dropdown fields. Please request the feature in the following link if you want to see more features in the future.
// https://kriesi.at/support/topic/enfold-feature-requests
In order to fix the “number” field issue, please add this css code.
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }Best regards,
IsmaelNovember 5, 2016 at 3:58 am #708518In reply to: minimum height of separator element
Hi,
The theme automatically wraps any single element inside their own sections and all sections have a minimum height of 100px and a default top and bottom padding. You have to move the separator inside a color section, apply a unique Section ID to it and then use the selector in the Quick CSS field. Use “customsep” in the Section ID field for example and then add this in the Quick CSS field:
#customsep { min-height: 0; } #customsep .content { padding-top: 0; padding-bottom: 0; }Best regards,
IsmaelNovember 5, 2016 at 3:28 am #708513In reply to: Google Page Insights
Hi Rikard,
The problem appears to be with portfolio entries that use flexible masonry. As you change the window size on the browser, the image gets resized to fit (same if you zoom). On my laptop, at normal screen resolution (Ctrl-0), Firebug tells me the image size is about 232x232px – Google Page Insights reports 183x183px probably because their virtual browser has a different screen resolution.The other thing that bothers me is that the image thumbnail being loaded is 705x705px – why not choose a thumbnail a little closer to the actual render size.
Regards
AlanNovember 5, 2016 at 2:27 am #708504URGENT
Hi, Why I am not getting an option to start a new topic?
Not sure, so posting my problem here:I deleted all the imported demo pages from my website, which I didn’t want. But these are still showing as error 404 in google search console.
After further investigating I found out that these deleted pages have been linked from the back-end code of the new pages/posts that I created.I am not sure, why & how these pages got linked to new pages/posts which I created.
I want to know, how can I remove all these links from the source code of my webpages. (Is there any automated method such as export to remove the demo pages).You can contact me on +91 99875 91800 for a screenshare of the issue, if required
Regards,
VinodNovember 4, 2016 at 9:41 pm #708436Topic: Icon not centered on iconbox after making it larger
in forum Enfoldesemisanx
ParticipantI used this Quick CSS to make the icons larger, but now they aren’t centered on the box:
.iconbox_top .iconbox_icon { font-size: 45px!important;
text-align: center; height: 60px; width: 60px; line-height: 44px; top: -34px;}November 4, 2016 at 9:40 pm #7084351. Yes, I’m sure it is showing the last updated date. Here is a screen shot of the actual live page: http://screencast.com/t/ZHveknDa
Here is a screenshot showing the dates for the posts: http://screencast.com/t/wzkF0rv8CASgNot sure if you saw my second post above, but it may provide a clue in what is wrong.
“I have installed the church demo, and see that in the demo, that the dates appear to match the original post date, and the layout shows the date near the title. I’ve compared the Grid Posts settings on the demo and my own installation, but cannot see any differences. Thanks again.”
Even if it is not a clue, I’m still curious in why the two styles for the page. I would prefer the page to be setup as in your demo so that the date appears at the top of the excerpt.
My page: http://screencast.com/t/YbqM9kv9QXH
The demo page: http://screencast.com/t/WGVRDqQxJtdThanks
November 4, 2016 at 8:42 pm #708415Topic: Add Login/Logout Link to Secondary Menu
in forum Enfoldatrixdave
ParticipantHi guys,
I’ve searched for the last 20 minutes on these forums and didn’t find an answer to this….perhaps you can add this as a feature request also because there were topics about it but no one seemed to figure it out.
I want to add a dynamic Login link to the secondary menu. When a user is logged in, it will say Log Out. When no one is logged in, it will say Log In. This is a standard feature of WordPress.
Can you help me find a way to do this?
I found this article but this is only for the primary menu, not secondary: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Thank you as always for your great support!
Dave
November 4, 2016 at 6:21 pm #708387In reply to: Custom Css Class for Fullwidth Sub Menu
Hi,
it works, but actually I didn’t expect it staying permanently at the bottom.
First of all, I’d like this effect with submenu only on this page and not being applied to all submenus (like here, for instance). And I’d like the submenu to stay sticky at the top, like it is now, when scrolling the page down.That’s why I initially asked if there’s some code to add to the “Custom Css Class” in the Fullwidth Sub Menu, or maybe Color section ? My need is to put the submenu at the bottom of the picture — this is something I can’t do with 25%, 50%, 75% & 100% suggested in Color section > Section minimum height.
MEANING: like if I could use this percentage allowing me to lay down the submenu at the bottom of the welcome picture, but then scrolling at the top (under the logo area) and sticking there while visitor’s going down the page — like it is in original version.
Am I clear ?November 4, 2016 at 6:21 pm #708386In reply to: image link overlay issues
Hi Nikko,
Thank you for your assistance. Able to get #2 fixed perfectly.
Regarding number one, it’s a bit tricky at first to see the issue but its very much there and can be seen in both firefox and chrome.
Here are two images.
This images show what happens when the user first hovers over an image. The blue bar at the top of the image. The thing is once the user hovers over it a second time, the issue corrects itself.
http://imgbox.com/viXp87WUThis image shows what happens when I select the SPAN in Firebug before it has a chance to correct itself.
http://imgbox.com/OVYhFf96Again, once the image has been hovered over once, it seems to work which makes troubleshooting this issue hard because I have to constantly reload the page to reset the page. At this page has 7 images to hover over for slightly easer testing.
http://pclmedia.ca/ideas/Thank you!
November 4, 2016 at 5:38 pm #708356In reply to: Top margin on page
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header.header-scrolled { margin-top: 0!important; }Best regards,
YigitNovember 4, 2016 at 5:11 pm #708339Topic: nav menu overlaps logo
in forum Enfoldcece101
ParticipantAs you go to a smaller screen size on a laptop the logo and menu overlap. Can we set the hamburger menu to start sooner so this doesn’t happen? Thanks!
November 4, 2016 at 4:47 pm #708324Hi!
Please try adding following line to your wp-config.php file near top
define('CONCATENATE_SCRIPTS', false );You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
YigitNovember 4, 2016 at 4:30 pm #708305The function to get the Short Description to display on the category thumbnail viz.
add_action( 'woocommerce_after_shop_loop_item_title', 'avia_shop_overview_extra_header_div_new', 20); function avia_shop_overview_extra_header_div_new() { global $post; $text = '<div>' .$post->post_excerpt. '</div>'; echo $text; }was actually provided by Yigit, one of your Enfold Support colleagues, in response to a previous question – https://kriesi.at/support/topic/woocommerce-grid-remove-price-and-add-product-short-description-instead/#post-680083
I have modified that function by using snippets from other Enfold questions/replies to get it to show the Short Description instead of the_excerpt, so I rather hoping that someone could suggest a further tweak to fix how the Short Description is currently being displayed…?
November 4, 2016 at 4:26 pm #708300Hey!
Already replied you here – https://kriesi.at/support/topic/change-font-custom-css-class/#post-707951
Regards,
YigitNovember 4, 2016 at 4:23 pm #708296Hey!
Please change following code
#top .avia-fullscreen-slider h2 { text-shadow: 1px 1px 7px #000 !important; }to following one
#top .avia-fullscreen-slider h2 { text-shadow: 1px 1px 7px #fff !important; color: black; text-align: left; }Regards,
YigitNovember 4, 2016 at 4:21 pm #708294sometime it only works with the link with http (not https)
?rel=0 (no videos at the end)
&autoplay=1 (autoplay mode – choose & in combination with no space behind?rel=0 )
&iframe=true ( same here – no space and & if in combination for lightbox-effect)
&vq=hd1080 ( force the HD mode – it is not direct from the beginning of the video – and only if there is a HD (1080 or 720 mode))-
This reply was modified 9 years, 4 months ago by
Guenni007.
November 4, 2016 at 4:15 pm #708291In reply to: adapt mansory grid
Hey!
Replied you here already – https://kriesi.at/support/topic/fix-grid/#post-708252
Please do not ask the same questions in different threads.
Regards,
YigitNovember 4, 2016 at 4:14 pm #708288In reply to: add shadow to text in fullscreen slide
Hey!
Duplicated – https://kriesi.at/support/topic/problems-with-button-i-cannot-see-the-button/
You have started 38 threads within a week. Please try to be more selective with your customization requests or hire a freelance developer.
Best regards,
YigitNovember 4, 2016 at 4:07 pm #708277try it with this link:
i do often make a screenshot of the movie – place that image and give and set the link on that image
to have a litebox the parameter for it is iframe=true for HD force set the parameter etc etc. if you combine diferent parameters the first is with ? and the rest is with &https://www.youtube-nocookie.com/embed/Rn8B6BoQD4M?rel=0&autoplay=1&iframe=true&vq=hd1080 frameborder="0" allowfullscreen-
This reply was modified 9 years, 4 months ago by
Guenni007.
November 4, 2016 at 3:55 pm #708263In reply to: add background color to text – H5
Hi!
You already ask the same questions here – https://kriesi.at/support/topic/red-border-for-grid-post/#post-708009
Please do not start duplicated threads.Best regards,
YigitNovember 4, 2016 at 3:51 pm #708261The footer on my site includes a MailChimp signup form. Using the instructions you gave above, the form displays properly on almost every page with only the Email field and a submit button.
However, on the contact page (which has a Contact Form), the mailchimp form in the footer displays the First Name and Last Name fields, when neither of these fields are displayed on any other page on the site, thanks to the quick css code you gave me.
Any ideas?
November 4, 2016 at 3:51 pm #708259In reply to: red border for grid post.
Hi!
Please add following code to Functions.php file in Appearance > Editor to decrease masonry excerpt length
add_filter( 'avf_masonry_excerpt_length', 'masonry_excerpt_length'); function masonry_excerpt_length() { $excerpt = 50; return $excerpt; }Please change the code i posted here to following one
.av-masonry-entry.av-masonry-item-loaded.category-live .av-inner-masonry { border: 3px solid red; background-image: url(https://www.eltern-kongress.com/wp-content/uploads/live.png)!important; background-size: 100px 31px; background-repeat: no-repeat; background-position: 100% 0%; }Cheers!
YigitNovember 4, 2016 at 3:37 pm #708239Hallo Andy
da kommt die Meldung,
These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebar
You can change that setting at General LayoutWürde aber gerne das Linke Menü lassen.
Danke
November 4, 2016 at 3:33 pm #708235In reply to: Change size of search box widget
Hi,
I added following code to Quick CSS as well
#top #s { padding: 19px 47px 19px 5px; }Now search form has the same height as buttons next to it. Please review your website now
Best regards,
YigitNovember 4, 2016 at 3:26 pm #708225Hi,
You need to look at 2 things.
1. The product listing for Anniversary Waltz as per your imgur image. The Short Description is listed out one line after another. This is OK.
2. Then look at the thumbnail/summary for that product on the category page for Limited Edition Prints, as seen in my link here: http://imgur.com/a/GnzpS. (The menu structure has changed; the category page URL is – http://dev.jacksgallery.co.uk/product-category/limited-edition-prints/) To easily find the thumbnail/summary for the product Anniversary Waltz on the category page you should alter the “Sort by…” selector at the top of the page to “Sort by Name”, then the thumbnail should appear in the middle of the second row on the first page. When you see the thumbnail you will see the Short Description lines flow one after another and are not separated by line breaks as they are in the actual product, so this is wrong. This is what you can see in my imgur link above.
-
This reply was modified 9 years, 4 months ago by
zimbo.
-
This reply was modified 9 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
I used this Quick CSS to make the icons larger, but now they aren’t centered on the box:
.iconbox_top .iconbox_icon { font-size: 45px!important;
text-align: center; height: 60px; width: 60px; line-height: 44px; top: -34px;}Hi guys,
I’ve searched for the last 20 minutes on these forums and didn’t find an answer to this….perhaps you can add this as a feature request also because there were topics about it but no one seemed to figure it out.
I want to add a dynamic Login link to the secondary menu. When a user is logged in, it will say Log Out. When no one is logged in, it will say Log In. This is a standard feature of WordPress.
Can you help me find a way to do this?
I found this article but this is only for the primary menu, not secondary: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Thank you as always for your great support!
Dave
Topic: nav menu overlaps logo
As you go to a smaller screen size on a laptop the logo and menu overlap. Can we set the hamburger menu to start sooner so this doesn’t happen? Thanks!

