Forum Replies Created
-
AuthorPosts
-
Hey webDesire!
Thank you for using our theme.
Check that WP Version is 3.9.1 and that you have write permisson on the WP Folders (with your host).
You also can try to completly reinstall WP and Enfold (Version 2.8.1) – maybe something went wrong.
If all this doesn’t help, please give us a link to your site and an admin account.
Best regards,
GünterHi!
You are using an old version of the theme. Pls. update to the new version 2.8.1.
Cheers!
GünterHey!
All the CSS files are loaded by the theme and/or plugins. The order in which the files are loaded are bufferd in the browser and if several styles are applied to an object the latest loaded value is taken. In case you need a value that is loaded not as the last, you use !important to force the browser to take this one, regrdless what is loaded after.
For our second question.
To be sure to talk about the same thing, can you give us a link to the page(s) where you want to change the styles?
Best regards,
GünterHey mario72!
Thank you for using our theme.
Sorry, our theme does not support widgets in the header area.
See also https://kriesi.at/support/topic/add-widget-to-header/ for more information.
Cheers!
Günter-
This reply was modified 10 years, 7 months ago by
Günter.
Hey anjmat!
Thank you for using our theme.
No, you have to modify it in the parent theme.
A better solution is to put your changes in styles.css of the child theme and leave the original css files untouched.
If you only need some CSS changes it is better to put them in the custom.css or the Quick-CSS of the parent theme to speed up loading.
If no changes are seen, apply !important to your changes, e.g.
.someclass {
display: none !important;
}Cheers!
GünterHey nijenron!
Thank you for using our theme.
Could you pls send us an admin login so we can check your settings.
Best regards,
GünterHi spaquet!
Thank you for using our theme.
Can we have an admin login to check in the backend your settings?
Best regards,
GünterHi!
Put the following in custom.css or Quick CSS:
#main { padding: 88px 0 1px 0; }
where the sequence of numbers are for top-left-bottom-right. Values are only examples and you can adjust them to your wishes.
Regards,
GünterHey!
There is no easy way to place the changing in the child theme. You have to do it in the enfold parent theme file.
Regards,
GünterHey!
Glad we coul help you.
Thank you for using the forum and enjoy the theme.
Regards,
GünterJuly 5, 2014 at 10:06 am in reply to: how to make random display portfolio items in short code – portfolio grid #287486Hi!
Glad we could help you.
Thank’s for visiting our forum and enjoy the theme.
Best regards,
GünterJuly 3, 2014 at 1:17 pm in reply to: how to make random display portfolio items in short code – portfolio grid #286638Hey garbath!
Thank you for using our theme.Actually you can change the order with a filter – i.e. add following code to the bottom of functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'rand'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
and all portfolio grids will use a random order for the entries. However the tricky part is to change the order of some grids only. I recommend to change the order based on the current page id – in your case the code would look like
function custom_post_grid_query( $query, $params ) { if(is_page(array(42,50,45))) $query['orderby'] = 'rand'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
and instead of 42, 50, 45 insert the page ids of those pages which should display the portfolio grid(s) in a random order. You can separate the ids with a comma.
Best regards,
GünterHi taylor9797!
Danke, dass Sie unser Theme benützen.
Deaktivieren Sie einmal alle plugins und versuchen Sie es nochmals. Falls ein plugin einen Javascript Fehler verursacht, kann dies dazu führen, dass WP nicht mehr korrekt arbeitet.
Von unserer Seite aus muß die normale WP Funktionalität gehen.
Cheers!
GünterHey!
Glad we could help you.
Thank you for visiting the forum and enjoy the theme.
Best regards,
GünterHey!
Put the following code into custom.css or Enfold->Quick CSS:
.page-id-734 #main .content{ padding-bottom: 0px !important; }
Best regards,
GünterHey jeroenberings!
Thank you for using our theme.
This is a default behavior for the “Displayed everywhere” section.
Drag a “TEXT” Widget (Arbitrary text or HTML) into this section and leave everything empty inside.
Cheers!
GünterHi!
Please go again to /config-templatebuilder/avia-shortcodes/postslider.php and look for line 386:
and replace this line with the following 2 lines:
$author = get_the_author_meta( 'user_nicename', $entry->post_author ); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time> / by ".$author;
If user_nicename is not what you want, you can also use:
$author = get_the_author_meta( 'first_name', $entry->post_author ).' '.get_the_author_meta( 'last_name', $entry->post_author );
Regards,
Günter-
This reply was modified 10 years, 7 months ago by
Günter.
Hi!
Thank’s for coming back.
If I understand you correct, you want to remove the menu entrys like Home, About Kirk, Kirk’s books.
This can be done by modifying the menu structure in the standard WP Menu editor (Dashboard -> Appearance -> Menus).
Alternativ the following code should also do:
.main_menu .avia_mega .page_item{ display: none; }
Regards,
GünterHey Denis!
Thank you for using our theme.
If the table has a unique id or class (e.g. <table id=”mytable” class=”mytblclass”>) you can use the following CSS (e.g. in custom.css):
#mytable td{ padding: 3px; { or .mytblclass td{ padding: 3px; }
Regards,
GünterHi bdm55!
Thank you for using our theme.
Can you send us a link to the page, so we can give you the CSS Code.
Regards,
GünterHey leadbuilders!
Thank you for using our theme.
To change the menu and adjust it to your site you can use the standard WP Menu editor.
Goto Dashboard -> Appearance -> Menus
Regards,
GünterHi Angiec13!
Thank you for using our theme.
Put the following in custom.css at the bottom:
@media only screen and (min-width: 768px) and (max-width: 959px) { #home-email { margin-bottom: auto; text-align: center; } }
This also centers the text.
Regards,
GünterHi!
Did you clear the browser cache and reloaded the page after applying your changes?
Best regards,
GünterHey mmc-werbung!
Thank you for using our theme.
Sorry, no, it is limited to building pages only.
Cheers!
GünterHey nggrozev!
Thank you for using our theme.
1) It is not possible to sort/filter images, that are not loaded already. This is a limitation. If you need that, you have to use the “More Button” setting to add the next images to the already loaded.
2) Try to deactivate all plugins and check, if the navigation still disappears. If yes, please send us the link to the page. Probably we also will need an admin login to check.
Regards,
GünterHi mcraig77!
Thank you for using our theme.
To delete or modify this page you go to your dashboard -> pages, open´ ths page to modify or delete it.
Best regards,
Günter -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts