Forum Replies Created
-
AuthorPosts
-
Hey!
Did you try to use a line break (<br/>) instead of the enter key. It should convert to a paragraph automatically.
Best regards,
PeterHey!
No, Firefox works fine for me too: http://www.screenr.com/rb5H
Maybe try to deactivate all browser extensions or (in the worst case) try to use another PC/Mac for the checkout.Best regards,
PeterHey!
Ja bitte, schicke mir die Zugangsdaten als “private reply”.
Regards,
PeterHey!
I can’t access the admin page. I get following error: “The URL you requested has been blocked. The page you have requested has been blocked due to Overload, SPAM, Virus. etc. If you are the owner of this domain, please contact SwissCenter for more information ”
Cheers!
PeterHi!
Dann verwende die “Custom ID” Einstellung um der “Color Section” eine eindeutige ID zu geben (zB verwende “kette” als ID). Dann füge folgenden CSS Code ein um die Color Section auf 100% Weite auszudehnen
#top .responsive_large #kette container { width: 100% !important; }
Vielleicht muss man dann noch den padding oben/unten anpassen, aber sehen wir uns das Ergebnis dieser Mod einmal an.
Cheers!
PeterHey!
Maybe your hoster uses the suhosin extension. This article http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/ will help you to fix the issue.
Regards,
PeterHey!
I marked the thread for Kriesi. Personally I couldn’t find a js or ajax request error on the portfolio page and I don’t know why it doesn’t work on your server. You can try to change the folder permissions of the wp-content/uploads folder to 777 (set it recursively for all folders within wp-content/uploads). Maybe the ajax modal window requires a different read/write permission than the default gallery option page.
Cheers!
PeterHey!
I don’t have the modified iconbox.php and I also do not support the code modification. I’ll leave this thread open – maybe formateins can provide his modified file.
Best regards,
PeterHey!
You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ but at the moments it’s not possible.
Best regards,
PeterHey!
I marked it for Kriesi. I tested it on both websites now and the checkout worked just fine for me: http://www.screenr.com/LO5H
Best regards,
PeterHi!
Please excuse the late reply. If you just want to display the portfolio category in the breadcrumb insert following code at the bottom of functions.php
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
This post: https://kriesi.at/support/topic/problem-with-breadcrumbs-in-firefox/#post-185097 explains why the breadcrumb may vary.
Best regards,
PeterHey!
The code Devin posted above does not work yet because the filter is not included in Enfold 2.4. However the next update (2.5) will work with the code and you don’t need to hack the theme files over and over again. For a quick fix see https://kriesi.at/support/topic/portfolio-ui-elements-not-appearing/#post-182169
Regards,
PeterThis reply has been marked as private.Hi!
I just noticed you selected a big thumbnail size for the gallery images. Please revert the change I posted above and in the gallery option window select a small thumbnail size like 180pxx180px or something similar: http://www.clipular.com/c/5476409417924608.png?k=G7Kwwbty8kY5biq4SC5EptElJjk . The smaller size should fix the issue ans also speed up the loading times a bit.
Cheers!
PeterHey!
1) You deleted the user on the test server and I can’t log in to debug the issue.
2) I can’t access cogmabikewear.com (coming soon page).
3) Please increase the memory to 128M. 64M might not be enough and I’m not sure how many resources the Simplify CC payment gateway needs.
Best regards,
PeterHey!
Great, glad it works now :)
Regards,
PeterHey!
Please create me an admin account and post the login data as private reply – I’ll look into it.
Regards,
PeterHi!
I recommend to set it to 128M. It’s very unlikely that you need more memory…
Regards,
PeterHi!
Yes, I think this should be possible but I’m not very familiar with the WPML database structure. I recommend to contact the WPML support team and to ask them if it’s save to reset the WPML plugin options or to delete a certain database. I fear that this will cause some extra work and I don’t want to give you a false advice.
Regards,
PeterDecember 2, 2013 at 11:16 am in reply to: how to make the big feature image in blog post non clickable. #195240Hi!
The pointer-events css attribute is not supported by all browsers and I recommend to modify the single post template directly. Open up /wp-content/themes/enfold/includes/loop-index.php and replace
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>'; if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }
with
//echo preview image if(strpos($blog_style, 'big') !== false) { if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>'; }
The code modification removes the link around the image and the user can’t click on it anymore.
Regards,
PeterHi marcella-metae!
Please try to add following code to the theme functions.php file – it should solve the issue
add_action('init','deactivate_avia_flush', 10); function deactivate_avia_flush(){ remove_action('wp_loaded', 'avia_flush_rewrites'); }
Cheers!
PeterHey!
Great – we’ll gladly include it with the next theme update!
Regards,
PeterHey!
Ok, I’ll leave this thread open :)
Cheers!
PeterHey tonywilson!
It’s not a programming error – you just need to read the error message:
open(/home//sess_3954292ce6a280032643b6104a87446b, O_RDWR) failed: Permission denied
It tells you that the server tried to write the session data but it failed because it couldn’t open the temporary session folder (/home//sess_3954292ce6a280032643b6104a87446b) to write the session data (failed: Permission denied). Please ask your hoster to fix the folder/session permissions. Without sessions you can’t use the theme properly and if the hoster refuses to help you please switch to another hoster…
For more information please read http://stackoverflow.com/questions/5104065/php-session-handling-errors and http://www.vikasing.com/2013/02/pita-6-php-warning-unknown.html
Best regards,
PeterHi crevlon!
In functions.php findest du folgenden Code
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
Du kannst die Werte “nine” und “three” gegen andere Einheiten austauschen – zB ersetze “nine” mit “eight” und “three” mit “four”:
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'two alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'two alpha', 'entry' => 'eight alpha');
und die Sidebar wird um eine Einheit breiter und der Content um eine Einheit schmaler. Die Werte müssen zusammen immer 12 (twelve) ergeben, da wir ein 12 Spalten Raster als Framework verwenden.
Cheers!
PeterHey!
Here: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321 an user suggests to change the max_input_vars value in the php.ini file. Another user reported that this setting fixed the issue on his server too because sohusin was not activated/installed.
Cheers!
PeterHey!
Open up /wp-content/themes/enfold/includes/admin/register-admin-options.php and search for
array('social_icon'=>'twitter', 'social_icon_link'=>'http://twitter.com/kriesi'), array('social_icon'=>'dribbble', 'social_icon_link'=>'http://dribbble.com/kriesi'),
Replace the default values http://twitter.com/kriesi and http://dribbble.com/kriesi with your urls.
Best regards,
PeterHi!
The syntax of the code I posted above seems to be valid for me but try to remove the p tag – maybe it’s not supported by the “Insert php” plugin:
function custom_shortcode() { return get_the_tag_list('Tags: ',', ',''); } add_shortcode( 'my_custom_tags', 'custom_shortcode' );
Best regards,
Peter -
AuthorPosts