Forum Replies Created
-
AuthorPosts
-
Hey!
1) Put 2 combo widgets in the side bar for blog. Each widget has a unique ID, so we can help you to with the CSS to hide the tabs you do not need.
2) The file is in your WP folder -> wp-content -> themes -> Enfold ……..
To see the ID’s of categories in the backend you can usa a plugin like:
https://wordpress.org/plugins/wp-show-ids/
Come back, when you are ready and need our help again.
Best regards,
GünterHi robamped!
Thank you for using our theme,.
I think you mean the black border at the top with the 2 social icons.
This is a setting in Enfold-> header -> Extra Elements —-> Select box “Header Social Icons”.
Hope, this will help you. Feel free to come back.
Cheers!
GünterMarch 12, 2015 at 6:19 pm in reply to: "Your theme has bundled outdated copies of WooCommerce template files." #410621Hey Dingsbums!
Thank you for using our theme.
There will be an update to 3.1 in the next few days. Please update to the latest version of Enfold and WooCommerce.
If the problem still exists, please give us a temporary admin account so we can check – you can post it here as a private reply.
Best regards,
GünterHi jguinn1!
Thank you for using our theme.
If you want to change the font size e.g. of the content of the post:
.blog article p { font-size: 25px !important; }
Put this in custom.css or Enfold -> General Styling -> Quick CSS field and adjust the value.
If you wanrt to change other parts of the blog, pls specify more clearly and perhaps you can send us a link to the page so we can provide you with the correct CSS styles.
Best regards,
GünterHi alfaweb2!
Thank you for coming back.
With the new release of Enfold 3.1 there is a new demo file included for a one page portfolio.
Maybe this will help you to build up your site.
The release is planned in the next days.
Best regards,
GünterHi Jenny!
Thank you for coming back.
Add [nolink] to your copyright. This should remove the backlink.
Cheers!
GünterHey!
It should be released tomorrow, Kriesi informed us right now.
Sorry for the delay.
Cheers!
GünterHey Sophieja23!
Yes, there is a min-height. To change it use the following and adjust the values:
.page-id-172 #av_section_1 { height: 100px !important; min-height: 15px !important; }
Cheers!
GünterHey Ivana!
Thank you for coming back.
Try the following and adjust the values:
.page-id-8 .post-entry-8 section.av_textblock_section div { padding-bottom: 2px !important; padding-top: 2px !important; }
If this is not enough, you can also try to add:
.page-id-8 .post-entry-8 section { margin-bottom: -20px !important; }
Cheers!
GünterHi markzarak!
Thank you for coming back.
Try the following:
#footer #text-6 .textwidget { margin: 0 auto !important; width: 243px !important; }
Regards,
GünterHi Boe!
Thank you for using our theme.
You can change the style of the menu in:
Dashboard -> Appearence -> Menus
When you open the menu (e.g. plant) you find a selectbox ‘Menu Style’.
Cheers!
GünterHey!
Thank you for coming back.
Yes, click private reply and at will be only visible to moderators and you.
Regards,
GünterHey JohannesJunker!
Danke dass Du unser Theme verwendest.
Beim Öffnen bekomme ich einen 500 internal Server Error.
Was hast Du verändert, bevor dieser Fehler auftrat?
WP update, plugin updates, ????Was Du zuerst einmal versuchen kanst.
Mit FTP den Ordner Enfold resp. Enfold-child umbenennen und auch den Ordner wp-content/plugins.
Dann sollte zumindest WP mit dem Standardtheme kommen.
Falls nicht, dürfte WP etwas abbekommen haben. In diesem Fall kannst Du nur WP mit FTP hochladen und schaun, ob es dann geht.
Dann Enfold resp. Enfold-child wieder zurück umbenennen und versuchen das theme/childtheme zu aktivieren.
Wenn das nicht geht, enfold mit FTP updaten auf letzte Version.
Dann ein plugin nach dem anderen dazunehmen.
Ich hoffe, das hilft einmal.
LG,
GünterHi!
Thank you for coming back.
Open file enfold\includes\admin\register-admin-options.php
and look for (line 29):
$avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework'));
Remove this line (or comment it with //).
You can also delete lines 2004ff.
Best regards,
GünterHi!
Glad we could help you and thank’s for posting your solution.
Enjoy the theme.
Cheers!
GünterHey!
Wenn Du das Child theme schon ausgewählt hattest: Lösche den gesamten Ordner mit FTP (oder benenne Ihn um). Wenn WP den Theme Ornder nicht findet, müsste es ein WP Standard theme aktivieren.
Zumindest einen Versuch wert, bevor man alles neu aufsetzen muss.
Best regards,
GünterHi!
Danke, dass Du unser Theme verwendest.
ad 2) Das geht eigentlich nur mit CSS. Jede Seite hat eine eindeutige ID und die wird in WP im body tag mitgeschickt,
z.B. home, page-id-2
Die muss man dann im CSS zu den stylings dazunehmen, die speziell für diese Seite sind,
z.B.`
aus
.page-id-2 .responsive .container { width: 1030px; }
wird dann
.responsive .container { width: 1030px; }
Ich hoffe, das hilft Dir weiter.
Best regards,
GünterHi!
I hope you will enjoy the theme. Feel free to come back with further questions you have.
Best regards,
GünterHey Bruno!
Thank you for using our theme.
You have to modify the core file enfold\config-templatebuilder\avia-shortcodes\table.php line 231:
Look for:
$content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!','<span class="currency-symbol">$1</span>', $content);
and add the currencies/text you like:
$content = preg_replace('!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€|R\$)!','<span class="currency-symbol">$1</span>', $content);
Best regards,
GünterHi frankdaamen!
Thank you for using our theme.
As Enfold relys on a CSS structure changing this will cause many problems and break the display..
Depending on the changes you make with the mangento HTML it’s probably easier to make it the other way round – encapsule the mangento HTML in divs or rewrite the CSS.
Cheers!
GünterHi!
Info by Kriesi:
Not yet possible, those are generated by the theme based on the other selected colors. However I have added the color fields for meta and headings in the 3.1 release. The user will be able to do it once the update is released (either today or tomorrow)
Hope, this will help you.
Best regards,
GünterHey!
Not really. The form container is 100% width, and the elements are not placed in a container, that can be centered.
Youi can try the following to have a look that is closely centered (adjust the value):
.page-id-25 input[type="text"] { margin-left: 15% !important; }
Cheers!
GünterHi sitesme!
Thank you for coming back.
To change the colours of h1, ….:
Goto Dashboard -> Enfold -> Advanced Styling
Choose the requested elements from the select box -> Edit -> Make your changes
Can you explain more clearly what you mean with meta colors – I do not catch, what you mean with that.
Best regards,
GünterHi!
Thank you for coming back.
There is a problem with the label. If you remove it, you can try the following and adjust the values of width:
.page-id-25 input[type="text"] { float: left !important; width: 73% !important; } .page-id-25 select { float: left !important; width: 10% !important; } .page-id-25 select { margin-left: 5px !important; margin-right: 5px !important; }
The label has no tag, so there is no chance to adjust its position with CSS and it breaks everything.
Best regards,
GünterHey!
You better use a filter hook to change the output string.
In functions.php of the parent theme or the child theme put the following:
add_filter( 'kriesi_backlink', 'my_own_backlink', 10, 1); function my_own_backlink($link) { // original on line 1310 of enfold\framework\php\function-set-avia-frontend.php // $link = " - <a {$no} href='http://kriesi.at'>{$theme_string}</a>"; // change the output string with e.g. $no = "rel='nofollow'"; $theme_string = 'Your text to display'; $link = " - <a {$no} href='http://www.your_domiain.xx'>{$theme_string}</a>"; return $link; }
Best regards,
GünterHi!
Thank you for coming back.
This is a bit difficult, as the filter hook does not have an information about the grid.
If you know the ID’s of the posts that are involved in the grid you can remove the link from that posts.
E.g. the posts have the ID’s 234, 250, 280:
function my_portfolio_title_link ( $title_link, $entry ) { $no_link_posts = array (234, 250, 280); if( in_array( $entry->ID, $no_link_posts )) { return ''; } return $title_link; }
Or you can limit it to all grids on the current page (you need to know the ID of the page):
function my_portfolio_title_link ( $title_link, $entry ) { $no_link_pages = array (234, 250, 280); $page_id = get_queried_object_id(); if( in_array( $page_id, $no_link_pages )) { return ''; } return $title_link; }
Best regards,
Günter -
AuthorPosts