Advanced Layout Editor To Posts as default, why not?
To be able to switch between the advanced layout editor and the standard editor and see the code you are working on, sometimes it is easier to code that way. :(
-
This reply was modified 12 years, 3 months ago by
myuption.
can you send me an example …with http://www.snapfon.com as the replacement url? the removing comments worked beautifully thank you!
This reply has been marked as private.
Hello,
There is an extra space on the right side of the category in the meta http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/ the space between “image” and the / sign is double: how can I get rid of it? I review the loop-author.php file and everything seems to be ok though…
Thank you in advance.
Regards,
Anne-Sophie
Shalom!
You can link the content as shown here http://i.imgur.com/8LdV0Dv.jpg
and add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox_content_container a { color: inherit; }
.iconbox_content_container a:hover { text-decoration: none; color: green; }
Regards,
Yigit
I am working on a site using the Enfold Theme
http://emperadorhomes.com/why-choose-us/services/
am trying to use the layerslider as the header, it was working fine but is no longer working.
Any ideas?
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
h2.portfolio-preview-title a { cursor: default; }
Best regards,
Yigit
to remove comment count; please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open postslider.php file and find
if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
$link_add = $commentCount === "0" ? "#respond" : "#comments";
$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
and change it to
//if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
{
//$link_add = $commentCount === "0" ? "#respond" : "#comments";
//$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
Regards,
Yigit
Hey matthewyunk!
Please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and find
$logo = "<$headline_type class='logo bg-logo'>
You are going to see
".$link."
in the same line. You should change it to your url
Cheers!
Yigit
Currently the logo link in enfold defualts to the “home page” of the wordpress install
However since I am running wordpress as a subdomain I would like to know how to change the default logo link to be able to link back to my sites main home page
also how can i remove the comment counts under the featured image in the post slider?
Hi there,
First, I LOVE the Enfold Theme for my photography site! Thank you for creating it! It’s absolutely amazing.
I’ve got 2 questions regarding social media icons in the top nav:
1. How do I replace the icons with my own custom icons?
2. When viewing the site on a mobile device like an iPhone or Android, the social media icons overlap the nav links. How do I fix the formatting so it doesn’t look jumbled on the handheld device? I have limited coding ability, but I can figure stuff out.
http://www.KillerPhotography.com
Thanks,
Jordan
-
This reply was modified 12 years, 3 months ago by
jordandsa.
Hi!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust
.team-img-container { border-radius: 50px; }
Cheers!
Yigit
Hi Devin,
Yes I thought about that but the thing is I have to create a portfolio item for every image I’ll put in the “gallery” and it opens in another page (I don’t want to use the ajax option) .
What is actually my need is to have something like the gallery with big image and vignette where i can put all the images in one time and have no difficulties to add some and the possibility to open them in lightbox.
This is actually perfect except that I need this with the vignette underneath…
I don’t know if it’s something that can be customized via css or if it’s more difficult than that. Let me know if what I ask if possible or not.
If not I will post that into the enfold feature request section ;-)
Kind regards,
Delphine
The style.css isn’t actually there at all: http://sewacsweb.dev.2pihosting.com/wp-content/themes/enfold-child/style.css
Which is why its pulling up a 404 error.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-table-2 .pricing-table li.avia-heading-row { background-color: orange; color: #ffffff; border-color: purple; }
.avia-table-2 .pricing-table li.avia-pricing-row { background-color: blue; }
Cheers!
Yigit
Hey Delphiine!
You can use the Portfolio custom post type for creating that kind of thing. See: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ for an example.
Cheers!
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
ul ul { margin: 4px 0 5px 0px; }
If this is not what you meant, please post a screenshot and show how you would like it to look
Best regards,
Yigit
Hello My navigation on my website has now gone very narrow after I updated to the latest enfold theme. Please can you tell me how I can rectify this?
Many Thanks
Hello…
I have one problems with this theme.
When i change the permanent links to %postname% …
Only running with default….
help me…please… my web is http://www.bosado.com
Hi,
I changed the Alternate background color at Enfold > Styling > Alternate content. The only thing on the site that changes is the small strip beneath the header. Other parts do not hchange.
Greetings
Hey drwooow!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 18px; }
Regards,
Yigit
Hey ContentedKerry!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Regards,
Yigit
Hello Support,
we have problems with permalinks in Enfold. Without flush=false we have 404s, except of WooCommerce. With flush=false we have 404s in WooCommerce. Twenty Thirteen works fine, but not Enfold! The problems appear only with pretty permalinks.
Following errors under the following conditions:
—–
[ACTIVE] Codesnippet in the FUNCTIONS.PHP: flush_rewrite_rules( false );
[RUN] “Flush Rules” at tools -> Rewrite Rules <- without succes…most entries keep red (error)
[DEBUG WC-Link] Query String: attachment=red-power-ihr-joya-classic-mit-rotem-jaspis-fuer-anregende-massagen-mit-tiefgang
[DEBUG Blog-Link] Query String: pagename=die-idee-dahinter
Result:
WooCommerce-Links [404]
other Links: [OK]
—–
[INACTIVE] Codesnippet in the FUNCTIONS.PHP: flush_rewrite_rules( false ); (commented out)
[RUN] “Flush Rules” at tools -> Rewrite Rules <- Success….the red entries disappear
[DEBUG WC-Link] Query String: product=red-power-ihr-joya-classic-mit-rotem-jaspis-fuer-anregende-massagen-mit-tiefgang&post_type=product&name=red-power-ihr-joya-classic-mit-rotem-jaspis-fuer-anregende-massagen-mit-tiefgang
[DEBUG Blog-Link] Query String: name=die-idee-dahinter
Result:
WooCommerce-Links [OK]
other Links: [404]
—–
Plugins to analyze:
WP Debug Bar
Rewrite Rule Inspector
How can we resolve the problem? You’ll get the logins in a private post. Feel free to test, the website is “not live”, under construction.
-
This topic was modified 12 years, 3 months ago by
DDamjanovic.
Hi 0st!
Please go to Enfold theme options > General Settings and change “Blog Style” and “Single Post Style” as desired
Cheers!
Yigit
Hi there,
I’m having some lay out issues in IE 10.
Latest Enfold theme (2.4.2) is installed but lay out is not ok.
I’m using 3 columns, also icons are not showing in IE.
Any suggestion?
Regards,
Eric
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_3 .content { padding-top: 0; padding-bottom: 0; }
Regards,
Yigit
Hey!
1) You can add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { color: white!important; }
2) You can try adding following code to Quick CSS as well and i think that should work for heading elements
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
if not, please post the link to your website
Regards,
Yigit
Hi erostad!
Make sure you are using Enfold version 2.4.2. The sidebar options tab now has a toggle for showing or hiding the sidebar on mobile.
Best regards,
Devin
Hi!
You are welcome Peter! Glad we could help. You can come back any time :)
Cheers!
Yigit
Works perfect Yigit!! Thanks a lot!!!
I’m finally about to go public with my little site and you guys, your help has been amazing while building this!!
Thanks a lot to all of you!!!
(this doens’t mean I wont come back with more questions though :) )
Cheers,
Peter