Hallo,
ich möchte den Content-Bereich bei dem Theme Enfold verkleinern. Da die Breite in einem variablen CSS steht, muss der Wert für die Breite irgendwoher kommen. Leider kann ich nicht finden, wo dieser Wert einzugeben ist.
Vielen Dank
Hi. I’m not sure whether this is an issue with Enfold (using 2.4.5) or with WP (using 3.8), so I thought I’d ask here. First of all, I love the multi-author blog option and have successfully included a user profile plugin and I’m redirecting Enfold’s /author to my own /profile using a 301 redirect in htaccess. Don’t know if this is best practice, but it works as expected.
The problem: I’m using a login form which basically just brings the backend stuff to the frontend, and while Enfold works as expected, there is one glaring exception: Social logins (from Facebook, in this case) don’t work with the multi author blog option because Facebook usernames with periods (dots) in them (e.g., peter.parker) get converted to peter-parker, therefore giving an error that no such user exists when clicking on “about author.”. (Specifically: /author/peter.parker becomes /author/peter-parker.) I have pretty perm links set up, so the Theme/WP automatically includes dashes where there are spaces, but shouldn’t peter.parker be read as exactly that, since there is no space? (If it were WP not allowing dots in usernames, I’d assume dots would be stripped the moment the user registers). Moreover, when clicking on author link in the bbpress forum within the site, peter.parker is correctly peter.parker and therefore goes successfully to the peter.parker profile page at /profile (mentioned earlier). It’s actually not a social login problem, I suppose, since any dot in a username would automatically be converted to a dash. That makes me think it may very well be a theme issue/bug. I’d appreciate any clues.
Thanks!
Hey!
That single page is using a completely different layout than the one generated by the portfolio grid element. You could clear out the elements on the single page and then add in columns and images to give a similar effect or even try out one of the other gallery elements from the demo: http://kriesi.at/themes/enfold/shortcodes/gallery/
Cheers!
Devin
Hi, I’m using the dutch wordpress and the Enfold child theme. It is not clear to me were I should put the code to replace the arrow with my own png image. Please advice.
Best regards
Mary-Ann
Hey!
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) {
.bottom_nav_header.social_header #header_main .container {
height: 135px; }}
@media only screen and (max-width: 767px) {
.bottom_nav_header.social_header #header_main .container {
height: 110px!important; }}
Cheers!
Yigit
Hi id_lwb!
You can edit your page and choose not to display subheader Layout section http://i.imgur.com/T7HeFms.jpg
Or you can add following code to Quick CSS in Enfold theme options under Styling tab to remove it globally
.title_container { display: none; }
Best regards,
Yigit
Hi!
Can you check which color header border is set in Enfold theme options > Styling tab? By default it should be http://i.imgur.com/hxtjKUM.jpg
I think it is related with styling options, CSS files seem to be loading just fine
Regards,
Yigit
That is very weird! This is the link (same as above):
I can sort by the categories but I have no rollovers or links on the thumbnails and/or the portfolio item titles.
Hi creolerim!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color div { border-color: #e1e1e1; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#text-12 .widget li, #text-13 .widget li { clear: none; }
#text-12 .social_bookmarks li, #text-13 .social_bookmarks li { float: none; }
Best regards,
Yigit
Hi Kriesi,
below is the page i was referring to
where i want my woo commerce product to show as a shopping cart
http://www.thesapogame.com/peruvian-sapo-game-frog-game-the-sapo-game-juego-del-sapo-peruano-for-sale
i would like the shopping cart showing below the slide show
links of the requested settings
http://d.pr/i/zeZ4
I will appreciate your help
Sincerely,
Jim
Hey!
Please go to Enfold theme options > Header tab and change mobile menu style in “Responsive Header Main Menu” section.
Best regards,
Yigit
Hey guiversiani!
See: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
The change would be the same since you are moving to a completely separate installation.
Regards,
Devin
Hi!
You can Import/Export Theme settings right from the Theme options panel, make sure you have the latest version of Enfold (2.4.5).
Cheers!
Josue
Hey rainert!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.site-description { float: right; }
If that does not work, please post the link to your website
Regards,
Yigit
Hey!
Oh, ok. The code varies a bit if you use Events Manager Pro. Insert following code at the very bottom of enfold/functions.php or into your child theme functions.php
add_filter('avf_title_args', 'fix_events_page_title', 10, 2);
function fix_events_page_title($args,$id)
{
if (get_query_var('post_type') == 'event' && !is_single())
{
$args['title'] = 'Events';
}
return $args;
}
You can replace “Events” with any other custom title/text.
Best regards,
Peter
Hi wss310!
Can you post the link to your Enfold website? There is already a border between sidebar and content sections.
Cheers!
Yigit
Hi!
Please upload your logo in Enfold theme options and add following code to Quick CSS under Styling tab
.fixed_header.social_header #main { padding-top: 187px; }
.logo, .logo a, .logo img { max-width: 562px!important; }
then please refer to this post to increase the header height to 156px https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Best regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
.current-page-ancestor a > .avia-menu-fx {
visibility: visible;
opacity: 1;
}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {
overflow: hidden;
display: block;
}
Cheers!
Josue
Hi Rainer!
Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options > Header tab.
Regards,
Yigit
Hi Niall!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-fullwidth-slider { background-color: #02ab7e!important; }
Regards,
Yigit
Hey!
Yes it is possible, please go to Enfold theme options > Footer tab and choose “4” in Footer Columns section http://i.imgur.com/OjgcUhJ.jpg
Cheers!
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and check if that helps
.container {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
Cheers!
Yigit
Hello,
Great development work on Enfold. It is a very powerful theme.
Can you help me by providing a Quick CSS code to change the Fullwidth Easy Slider background box to the solid colour #02ab7e.
Thank you.
Hey sineadh!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { display: none; }
If that does not work, please post the link to your website. I checked the one you have posted in your older topic
Regards,
Yigit
Hi,
I’m running WPML with woocommerce on enfold, multisite setup.
I can’t get it running properly.
The products don’t show a detail page and also the products don’t seem to be listed in the additional template builder elements, such as product slider.
I can’t figure out what’s wrong, my settings seem ok.
I’d like to give URl and login, but I miss a private”checkbox” here
Hi Munford!
They come up fullscreen when you start playing the video. You can check this page on your mobile device http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-video/
Cheers!
Yigit
Hey kingcantona!
Please update Enfold to the latest version 2.4.5 and check if that helps ( Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/ ), if not, please refer to my post here https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753
I checked your website on my iphone and it does work fine. I tagged Josue so he can take a look at it on his Android device. Let us wait for his answer
Cheers!
Yigit
Hi,
I wanted first to thank you for the Enfold theme, it is great and I enjoyed working with it. With that, I would need some advise concerning the logo: I tried every single solution (and there are lots of these) to have our logo showing properly, on web pages, iPad and iPhone. It didn’t work, the only way I could do it was by replacing the default logo image in the theme file system while I am using a child theme for other customizations.
Each time I tried to upload and use our logo in the child theme admin it has been automatically re-sized (downsized) for some strange reason.
Any idea?
Thanks!
Serge.