-
AuthorSearch Results
-
March 21, 2014 at 3:01 pm #241197
In reply to: How to fix footer for mobile devices?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) { #recent-posts-3.widget_recent_entries li a { font-size: 10px; }} @media only screen and (max-width: 767px) { #footer > div > div:nth-child(3) { margin-bottom: 0!important; }}Cheers!
YigitMarch 21, 2014 at 2:39 pm #241187In reply to: Partner Logos in greyscale – coloured at mouseover
Hey IHEA!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; } #top .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }Cheers!
YigitMarch 21, 2014 at 2:38 pm #241186In reply to: Scroll down
Hi eymata!
Yes it is possible. Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
YigitMarch 21, 2014 at 2:36 pm #241182In reply to: Background image Has Disappeared (enfold)
Hi!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitMarch 21, 2014 at 2:11 pm #241169In reply to: Fixed image in top menu.
Hey lombrano!
If you are not using the latest version of Enfold (2.6.2), please update it to the latest version which gives you more control over header options. You can choose to center logo and menu and choose to display fixed header
Best regards,
YigitMarch 21, 2014 at 1:54 pm #241155Hi,
deselecting the ” Display the language switcher in the WP Menu” works, but it’s just a workaround, infact it’s not the way WPML plugin is meant to work.I had the same problem and solved it disabling “MailChimp List Subscribe Form” plugin, please read here for futher infos: https://kriesi.at/support/topic/enfold-wpml-translated-categories-post-slider-not-working-properly/
Hope it can help!
Alessio-
This reply was modified 11 years, 9 months ago by
aledef.
March 21, 2014 at 1:15 pm #241132Hi Dude,
nice nick and valuable suggestions, thank you :)1) I found the problem at last!
It’s “MailChimp List Subscribe Form” plugin (v 1.4.1 at the moment) , developed by Mailchimp itself !!
Everithing works fine when it’s inactive but I still need it to manage my subsciption forms so I guess I’ll have to find a workaround2) It works
Thank you and have a nice day!
Alessio-
This reply was modified 11 years, 9 months ago by
aledef.
March 21, 2014 at 1:06 pm #241130In reply to: Track contact page submissions (Google Analytics)
Hi,
i’ve tried for hours but can’t figure out the css for CF7 to replicate the actual form aspect and responsivness; I think something in theme CSS is creating some issues with custom one.
Can you please help me? Or at least add this feature to the theme? A lot of people asked for it!
This is the original one made using enfold contact function, I can’t place to forms on the same line and make them responsive.
March 21, 2014 at 12:23 pm #241123In reply to: White Screen
This reply has been marked as private.March 21, 2014 at 12:08 pm #241118In reply to: Which config.php file?
Hi SoderbergManagement!
I edited wp-content/themes/enfold/config-wpml/config.php but I’m pretty sure that the 2.6.2 version already contains this code.
Cheers!
PeterMarch 21, 2014 at 11:55 am #241114Hi!
1) Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549
If this doesn’t help try to deactivate all plugins except WPML and check if the translated categories pop up. If yes a plugin conflicts with WPML and you need to activate them one by one to find the culprit. I.e. here: https://kriesi.at/support/topic/problems-adding-avia-button-in-spanish/ the “All-in-One Event Calendar by Timely” plugin caused a conflict.2) Go to WPML > Languages and deselect the ” Display the language switcher in the WP Menu” checkbox.
Best regards,
PeterMarch 21, 2014 at 11:41 am #241108In reply to: White Screen
I get a error in the log.
[21-Mar-2014 09:38:47 UTC] PHP Parse error: syntax error, unexpected ”colum’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘]’ in /home/ghtrdqpm/public_html/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394
March 21, 2014 at 11:20 am #241102Topic: Layout challenge: 2 x 1/2 Elements, one with valign baseline
in forum Enfoldfrankwelschlehmann
ParticipantHi,
this is no technical issue, but a layout challenge for the experienced “enfolder” ;-)
I have 2 layout elements next to each other, both 1/2.
The first 1/2 contains a number of elements ( user-defined widget and textarea)
The second 1/2 is supposed to contain a call-to-action button.Question: how can I “valign” the cta-button in the right 1/2 element to the length of content of the left 1/2 element?
See http://www.carrington-brown.com/ for an illustration of the work.
Thank you for your input!
FrankMarch 21, 2014 at 11:18 am #241100This reply has been marked as private.March 21, 2014 at 11:09 am #241095In reply to: Search Result or Page and 404 Page (Deutsch)
Hi Erdogan!
Du kannst die 404 Seite ändern, indem du wp-content/themes/enfold/includes/loop-search.php bearbeitest. Um das Datum zu entfernen lösche zB:
<time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>> <?php the_time('d M Y'); ?> </time>Regards,
PeterMarch 21, 2014 at 10:48 am #241088In reply to: Title in fixed part of header
Hey philippe2812!
1) Thanks for the feedback but that’s not true. You can’t set two different options for the same entry. If you want to use the default settings (“Enfold settings” configuration) just select the “Default Layout” option. If you want to overwrite the default layout then you can select another option like “Display title and breadcrumbs”, etc.
2) Thanks for the feedback. Tbh I think we won’t change this though because renaming the settings would confuse the existing theme users who are already familiar with the options.
3) You could add a sub-text to the logo – see: https://kriesi.at/support/topic/disappear-title/
Best regards,
PeterMarch 21, 2014 at 10:38 am #241083In reply to: removing title & breadcrumb doesn't work
Hi Ismael,
select “Hide both” was turned on, but your quick css worked fine. The icon problem I will look into it. Thanks.
In 2.6 I miss the bar to switch from page to enfold. I need use my back space now. Has that been changed? Or is it a setting?
Regards,
David
March 21, 2014 at 10:37 am #241082In reply to: Issue with SmoothScroll
This reply has been marked as private.March 21, 2014 at 10:31 am #241078In reply to: BUG: with recent update Post Format Link.
I am already updated to Enfold 2.6.2. I’m pretty sure it the problem only started after updating to 2.6.2
March 21, 2014 at 10:27 am #241076In reply to: Issue with SmoothScroll
Hi pako69!
You can try to use the “Color Section” and the “Section ID” option: http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png to set a target for the smooth scroll effect. Also see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ . The anchor element itself is probably too small for a proper viewport adjustment.
Best regards,
PeterMarch 21, 2014 at 9:51 am #241068Hey!
1) If some sentences are not translated please update the language file with Codestyling. Go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and search for your language (Spanish) and click the “Rescan” button to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain.
2) You can’t translate LayerSlider with the Enfold translation files. If you want to translate it as a plugin copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder into the wp-content/plugins folder ( wp-content/plugins/LayerSlider/) and the use Codestyling (“Plugins” tab) to translate it as a plugin. To activate the LayerSlider as a standalone plugin switch to another theme, then activate layerslider and then switch back to Enfold.
Best regards,
PeterMarch 21, 2014 at 9:32 am #241063Hey!
This only happens if no secondary menu is set for your second language. Make sure that “German” is selected in the language dropdown on the admin page and then go to Enfold > Theme Options > Header and make sure that the secondary menu is activated. Afterwards go to Appearance > Menus and make sure a menu is connected to the “Enfold Secondary Menu” ( http://www.clipular.com/c/5108022363815936.png?k=BpWet6l-Y3UwoanGWkcCediYSjg ) location.
Cheers!
PeterMarch 21, 2014 at 9:21 am #241060In reply to: BUG: with recent update Post Format Link.
Hi!
Please update to Enfold 2.6.2. This issue should be fixed since version 2.6.
Regards,
PeterMarch 21, 2014 at 8:57 am #241057In reply to: Portfolie do not work after latest Enfold update
Work fine.. thanks Ismael
March 21, 2014 at 8:27 am #241051In reply to: new post does not appear after last update
Hi Devin,
Yigit told me: “Please contact your service provider and tell them you get “Call to undefined function mb_strimwidth()” error”
than they updated the PHP file, which solve the problem in my wiseway.co.il site, but shout down other very important multi-site on my server.the plugins issue – I have tried it first, even when all the plugins are off, the problem remains.
IT IS SOMETHING YOU’VE DONE WHILE UPDATING THE ENFOLD THEME, there is no other explaination.THIS IS SERIOS DAMAGE TO MY BUSINESS, NOW THAT MY MULTI-SITE http://WWW.FBPAGES.CO.IL DOES NOT WORK AT ALL!!!
March 21, 2014 at 8:00 am #241050Hey TelemedicineClinic!
I’m not sure anyone in support would be able to help with this but I will tag the others in case anyone might have some ideas.
Cheers!
DevinMarch 21, 2014 at 7:54 am #241049In reply to: WooCommerce Single Product Page Modification
Hi fast freddy, i use the same Enfold theme and ran into the same issue. put the below code into Enfold custom css and will solve your problem and not ruin your other product pages / layouts…
.four.units.single-product-main-image {
overflow-x: visible;
}March 21, 2014 at 7:24 am #241044Topic: Fixed image in top menu.
in forum Enfoldlombrano
ParticipantI would like to create some graphics in the top menu, which remains fixed when scrolling down. Take a look at http://hinthunt.co.uk for example. Is this possible with enfold ?
Thanks in advance for your helpMarch 21, 2014 at 7:11 am #241042In reply to: Resposive problem with [av_one_fourth]
HI Devin
The wrapper div had missed the last quarter you’re right. I’d seen that and tried it around all four in a different view but it made no difference, and for some reason that wrapper div doesn’t work for me and no style is applied, which would help a lot when there more articles in the library. I have placed the div in the second quarter once more ‘library_author’ so that it is the same as the others. No change though
I made a page and saw that Enfold normally displays four columns perfectly and no misalignment problems as the size changes, but not in this instance.<div class=”library_entry”>
[av_one_fourth first]
<div class=”library_file”>[231]</div>
[/av_one_fourth][av_one_fourth]<div class=”library_author”>[198] [199] [211] , [227] [228]</div>
[/av_one_fourth][av_one_fourth]
<div class=”library_category_selection”>[725]</div>
[/av_one_fourth][av_one_fourth]
<div class=”library_keywords”>[738]</div>
<div class=”library_keywords”>[735]</div>
<div class=”library_keywords”>[739]</div>
<div class=”library_keywords”>[737]</div>
<div class=”library_keywords”>[736]</div>
[/av_one_fourth]</div>
-
This reply was modified 11 years, 9 months ago by
KingConga.
March 21, 2014 at 6:51 am #241037In reply to: Maps Element is hiding behind website content…
-
This reply was modified 11 years, 9 months ago by
-
AuthorSearch Results
Viewing 30 results - 224,971 through 225,000 (of 243,745 total)
-
Search Results
-
Hi,
this is no technical issue, but a layout challenge for the experienced “enfolder” ;-)
I have 2 layout elements next to each other, both 1/2.
The first 1/2 contains a number of elements ( user-defined widget and textarea)
The second 1/2 is supposed to contain a call-to-action button.Question: how can I “valign” the cta-button in the right 1/2 element to the length of content of the left 1/2 element?
See http://www.carrington-brown.com/ for an illustration of the work.
Thank you for your input!
FrankTopic: Fixed image in top menu.
I would like to create some graphics in the top menu, which remains fixed when scrolling down. Take a look at http://hinthunt.co.uk for example. Is this possible with enfold ?
Thanks in advance for your help
