Forum Replies Created
-
AuthorPosts
-
June 30, 2013 at 8:33 am in reply to: Using different main menus for different pages – enfold theme #127242
Are you using WPML for the translation? If yes you should be able to create different menus for each language. Just select a language on the admin page (the language selector can be found on the top of the admin page), then create a menu for this language and assign it to a “theme location”, then switch to another language and create another menu for this language, etc.
Without a plugin like WPML it’s not easily possible to change the menu content because some advanced coding/logic is required to display different menus for different languages…
Hey!
Copy wp-contentthemesenfoldsingle.php to the child theme folder and remove following line:
get_template_part( 'includes/related-posts');
The child theme single.php template will overwrite the parent theme file.
Regards,
Peter
Hi,
I’m sorry but that’s imo not easily possible. This breadcrumb modification requires an advanced (time intensive) customization and this would be beyond the scope of our support forum. I’d use: http://codex.wordpress.org/Function_Reference/wp_get_nav_menu_items as a starting point.
However you can use the avf_title_args filter to change the title on certain pages. I’d recommend to use it like:
add_filter('avf_title_args', 'avia_change_title', 10, 2);
function avia_change_title($args, $id)
{
$id = (int)$id;
if($id == 61) $args['title'] = 'Who We Are';
return $args;
}and insert the code ad the bottom of functions.php
Please try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
This modification will remove the wpautop() function/filter which adds p tags to the content.
Hi,
no, this would require a code rewrite but I’d suggest to add an underline to the title/text link with
.iconbox .iconbox_content .iconbox_content_title{
text-decoration: underline;
}or wrap your content into a link (a href element).
Hey!
You must remove the // – otherwise it’s just a php comment and the server will ignore it :)
Use:
define('WP_MEMORY_LIMIT', '128M');
Regards,
Peter
Hey!
Great :)
Best regards,
Peter
Please use following css code to change the hover color
div .main_color .tabcontainer .active_tab:hover, div .main_color .tabcontainer .active_tab a:hover {
color: #666666;
}
div .main_color .tabcontainer .active_tab .tab_icon:hover, div .main_color .tabcontainer .active_tab .tab_icon a:hover {
color: #666666;
}Hey!
Please let us know if the new version fixed the issue…
Regards,
Peter
Hey!
You can increase the pcre.backtrack_limit and pcre.recursion_limit value in the php.ini – see: http://stackoverflow.com/questions/8268624/php-preg-match-all-limit
Best regards,
Peter
Hi!
Please try to increase the (allocated) php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
Peter
Hi!
Personally I can’t reproduce the issue. I tested the survey with Firefox 22 and I saw both fields and the grey button at the end.
Best regards,
Peter
Das Sektion Element bietet ein Optionsfeld für eine ID. Diese ID sollte eindeutig sein und man kann diese dazu benutzen um einen Link zur jeweiligen “Section” zu erstellen. Ich habe ein Video erstellt, welches die Funktion demonstriert: http://www.screenr.com/WbdH
Es handelt sich hierbei um “Dummy Widgets”. Dieser Content wird eingefügt wenn sich in den “Footer Columns” keine Widgets befinden. Fügt bitte Widgets hinzu und der Dummy Content verschwindet automatisch. Falls ihr die Dummy Widgets selbst bearbeiten wollt öffnet wp-contentthemesenfoldincludesadminregister-widget-area.php und sucht nach folgender Funktion:
function avia_dummy_widget($number)
Hi!
I’d recommend to wait for WP3.7 – then the wordpress devs will probably fix the core bug: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios#post-108132
Regards,
Peter
Actually we plan to add this feature to Enfold and we’ll very likely add it to the template builder but at the moment it’s not possible and you can only use the icons which are bundled with the theme.
Hi!
Please make sure that we can view the website. http://commstest.omf.org/us/ – I just see a “Don’t be alarmed” screen and a button/link which redirects me to the login screen.
Regards,
Peter
Hi!
Please insert following code into the quick css field – it should fix the issue.
#top .main_color #reviews input{
background-color: #eb3b3b;
}Regards,
Peter
Try following – open up enfold/js/avia.js and search for
if(first_level_items > 8 && !bottom_menu)
Replace “8” with a lower value (eg “5”) and the theme should switch to the mobile menu when the user resizes the screen to < 1000px.
1) You can add a margin to the logo – use following code to push it down:
#header_main .logo img {
margin-top: 10px;
}2) Try to add the width/height of the logo image to the css code like:
#header_main .logo img {
width: 200px;
height: 200px;
}This will help IE8 to display the image with the right dimensions.
Hey!
I didn’t test them with Enfold but I know http://wordpress.org/support/plugin/sexybookmarks and http://wordpress.org/plugins/wp-socializer/
Regards,
Peter
WordPress will strip the extra lines. You can use the whitespace shortcode:
[av_hr class='invisible' height='50' shadow='no-shadow' position='center']
to insert some white space. Change the height to another value if necessary (atm it’s set to 50px).
Yes, you need to create the includes folder too. The path must be enfold-child/includes/LOOP-INDEX.PHP. However you just need to create the folder and you don’t need to copy the entire folder content from the parent theme…
1) Öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php und ersetze:
$output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
durch
if(get_post_type() != 'portfolio') $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";
2) Bzgl Einträge – es scheint so, als ob es sich hierbei evenfalls um Portfolio Items handelt. Welches Element habt ihr verwendet? Ich würde empfehlen diesen Text in ein einfaches Text Element mit “Spalten” zu schreiben, denn dann wird der Text auf keinen Fall verlinkt.
Hey!
See https://kriesi.at/support/topic/quform#post-120391
I’ll mark this thread for Kriesi – maybe he can improve the shortcode parsing.
Best regards,
Peter
Hi!
You need to set the featured image (post thumbnail) for the portfolio entry.
Regards,
Peter
I think you should try a bigger thumbnail size. At the moment the 180px x 180px thumbnails are used but the css code will scale them to 206 x 206px. Go to the “Gallery” element option screen and select another thumbnail size from the “Gallery Preview Image Size” dropdown.
Hey!
Great, glad it worked :)
Best regards,
Peter
You can change the image size in functions.php:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
I’ll tag this thread for Kriesi and ask him to include the change in the next update.
I’ll tag this thread for Kriesi. The problem is that the play button is not a css shape or font icon but it’s an image (sprite png): http://enfold.qualistream.com/wp-content/themes/enfold/config-layerslider/LayerSlider/skins/fullwidth/skin.png and you can’t change the color without editing the image. However imo it doesn’t make much sense to edit the png directly but you need a psd file with layers.
-
AuthorPosts