Forum Replies Created
-
AuthorPosts
-
Hey!
Please create us an admin account and post the login credentials as private reply. The code I posted here: https://kriesi.at/support/topic/portfolio-sort-by-title-and-title-display-on-hover/#post-240564 should solve the problem and if it doesn’t work something else manipulates the query (i.e. a plugin, etc.)
Best regards,
PeterMarch 30, 2014 at 9:06 am in reply to: WPML language switcher disappeared from secondary menue #244998Hey!
Geht jetzt. Im Code davor hat eine Klammer gefehlt.
Cheers!
PeterHey!
Enfold creates a session for each website visitor to store the breadcrumb structure. Otherwise we wouldn’t be able to generate proper breadcrumbs for portfolio and masonry grids. No other user reported a “crawler” problem and I’m pretty sure it’s a server configuration issue. If you want to remove the session open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete
if(!is_admin() && !session_id()) session_start();
Alternatively you can try to contact your hoster and ask them to tweak the server configuration for you and to fix the PHPSESSID references…
Regards,
PeterHey!
If you need help please create a new thread and post more details. If you want to show the first category instead of the portfolio/masonry grid page in the breadcrumb use the code I posted here: https://kriesi.at/support/topic/portfolio-breadcrumbs-are-displaying-incorrectly/#post-243178
Cheers!
PeterHey!
I checked the code and I found the issue but I eventually removed it because I think you don’t need to modify the breadcrumb. Try to clear the browser cache, then go to http://2013.traverscollins.com/work/ and open “SOUTHTOWNS RADIOLOGY”. The breadcrumb structure should be “You are here:Home / Work / Southtowns Radiology”. I tested it on my PC and the breadcrumb seems to work just fine: http://www.clipular.com/c/6148634554925056.png?k=sqVTvEyjn0I3oPB-VoJbkvmEJZI and uses the structure you requested here: https://kriesi.at/support/topic/portfolio-breadcrumbs-are-displaying-incorrectly/#post-242764
Cheers!
PeterMarch 29, 2014 at 11:24 am in reply to: WPML language switcher disappeared from secondary menue #244747Hey!
Bitte stellt den Admin Account wieder here: ( https://kriesi.at/support/topic/wpml-language-switcher-disappeared-from-secondary-menue/#post-243282 ) – ich sehe mir die Sache an.
Regards,
PeterHi hypermediamarketing!
1) Please use the code I posted here: https://kriesi.at/support/topic/remove-dates-displayed-in-child-latest-news-widget/#post-241094 and place it into the child theme functions.php
2) To increase the size of the image use this css code:
.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img { width: 36px; height: 36px; } .image_size_widget .news-thumb { height: 44px; width: 44px; }
You can also use a bigger thumbnail size but then you must install a plugin like: http://wordpress.org/plugins/simple-image-sizes/ to increase the widget preview thumbnail size.
Regards,
PeterHey!
If you want to add the tags to the ajax preview open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace:
$output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false)).">"; $output .= $content;
with
$output .= "<div class='entry-content-wrapper entry-content' ".avia_markup_helper(array('context' => 'entry_content','echo'=>false)).">"; $output .= $content; $posttags = get_the_tags($id); if(!empty($posttags)) { $taglinks = array(); foreach($posttags as $tag) { $taglinks[] = '<a href="'. get_tag_link($tag->term_id) .'">'. $tag->name .'</a>'; } if(!empty($taglinks)) { $taglinks = implode(",", $taglinks); $output .= $taglinks; } }
Cheers!
PeterMarch 28, 2014 at 11:14 am in reply to: Beiträge nicht aktualisierbar + fehlerhaftes Beitragsdatum, nicht korrigierbar #244284March 28, 2014 at 11:10 am in reply to: WPML language switcher disappeared from secondary menue #244283Hey!
Versuche es einmal mit important:
#top .av_secondary_right .sub_menu>ul>li:last-child{ padding: 0 10px !important; }
Cheers!
PeterHey!
1) You can try to show the menu with this css code:
.show_mobile_menu #mobile-advanced { display: block; } #advanced_menu_toggle, #advanced_menu_hide { display: block !important; } #top #wrap_all #avia-menu{ display: none; }
2) I suggest to add a custom class to the textbox which surrounds the title_h1 element (see http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then use text-align:center; to center align the headline text.
3) You can use a media query to change the font size for smaller screens. Use it like:
@media only screen and (max-width: 767px){ .title_h1{ font-size: 10px; } }
You can change the font size value and the screen size (767px).
4) Did you try to set the pattern image as section background image?
Regards,
PeterMarch 28, 2014 at 11:00 am in reply to: Layout challenge: 2 x 1/2 Elements, one with valign baseline #244277Hi!
Ok, I played around with the css code but I think it’s not easily possible. Especially the code wouldn’t be responsive and/or cross browser compatible. I suggest to place a “Horizontal Ruler” element before the button and then use the “whitespace” mode and a custom px value to push the button down. It probably won’t give you a perfect center alignment but it’s the only solution I can think of.
Regards,
PeterHey outtagear!
1) There’s no thank you page. The theme just hides the form and fades in a “thank you” message. If you want to change the “mail sent” text insert some custom text into the “Message Sent label” option field: http://www.clipular.com/c/6719471813132288.png?k=HvmeyvfGiykX7qL2hoMZppj_EcI
2) If you want to change the autoresponder text use the “Autorespond Text” option field to insert a custom message: http://www.clipular.com/c/6719471813132288.png?k=HvmeyvfGiykX7qL2hoMZppj_EcI
Enfold just supports simple text mails at the moment and thus a WISYWIG editor doesn’t make much sense.Cheers!
PeterHi leslieforman!
You need to configure the options for all languages. Go to Enfold (EN) > Settings and configure the theme settings for the English version of your website. Then select “Spanish” from the language switcher (admin bar dropdown) and configure the theme settings for the Spanish website. If you want to use the same settings (colors, etc.) I suggest to open a second tab/window and to copy/paste the settings from the English settings panel to the Spanish option page.
Regards,
PeterHi!
Did you check if the file exists on your server? Maybe try to install the theme with ftp: https://vimeo.com/channels/aviathemes/67209750
Cheers!
PeterHi kathrynmichaud!
I’m not familiar with the plugin and I don’t know how it works. Your best bet is to contact the plugin author and hopefully he can tell you if the plugin also supports other menus.
Regards,
PeterMarch 28, 2014 at 9:48 am in reply to: Language flags from WPML at the top header right disappeared after update #244266Hi!
I’ll tag the thread for Devin & Kriesi. I don’t have access to an iphone/ipad and I can’t test the website with it.
Best regards,
PeterHi!
Sure – i.e. take the code I posted with my last answer and replace:
echo "</span>";
with
echo " | Leave A Reply"; echo "</span>";
The end result should look like: X Comments | Leave A Reply
Cheers!
PeterHi!
Try to edit an unmodified version of helper-main-menu.php with a code editor like notepad++ and upload it with ftp (overwrite the old file).
Regards,
PeterHi!
Single portfolio pages support tags out of the box and you just need to add the tags on the admin page. The tag code can be found in wp-content/themes/enfold/includes/loop-portfolio-single.php:
if(has_tag() && is_single()) { echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>'; }
The template-builder.php is just required for dynamic templates.
Best regards,
PeterHi!
1) In this case I recommend to place the code into enfold/functions.php. However a child theme would be a better solution because you don’t need to modify the (parent) theme files. When you update Enfold you also must modify the functions.php file.
2) No, the code is required to use the theme with the plugin (integration).
3) You can reduce the gaps between the columns with some custom css code. I suggest to use the “custom css class” feature (see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) to reduce the space between your columns with a custom css class.E.g. if you want to reduce the margins of the “3 column” grid use the class “small-margin-columns” and then insert this code into the quick css field:
#top .av_one_third.small-padding-columns{ margin-left: 1%; width: 32%; }
Best regards,
PeterHey!
Please try this code and insert it into your child theme style.css:
#top .av_secondary_right .sub_menu>ul>li:last-child{ padding: 0 10px; }
Best regards,
PeterMarch 28, 2014 at 9:05 am in reply to: Enfold to blame for thousands of session files in tmp? #244251Hi!
Enfold creates a session for each website visitor to store the breadcrumb structure. Otherwise we wouldn’t be able to generate proper breadcrumbs for portfolio and masonry grids. No other user complained about a “session” limit yet and I know the theme runs on websites with several thousand visitors each day. If you want to remove the session open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and delete
if(!is_admin() && !session_id()) session_start();
Alternatively you can try to contact your hoster and ask them to tweak the server configuration (i.e. make sure sessions are deleted after 24h or increase the tmp data limit).
Regards,
PeterHey Ace5Studios!
I didn’t delete it but maybe someone of the other support staff members (mistakenly) thought it’s spam. Please ask the question again and we’ll do our best to answer it. Also see https://kriesi.at/support/topic/looking-for-recommendation-for-swyn-plugin/
Best regards,
PeterHi gianmarizzi!
Please try to ask the WPML plugin developers for help. I’m not sure what causes this issue and no other theme user report a similar issue. Maybe it’s a database error or a conflict with another plugin or some slugs are not saved properly and now WPML doesn’t distinguish between the product and portfolio post type properly.
Cheers!
PeterHi!
Great, glad it works now :)
Regards,
PeterHey!
@tcctemp please send me the login credentials to (Email address hidden if logged out)Best regards,
PeterMarch 28, 2014 at 8:20 am in reply to: WPML language switcher disappeared from secondary menue #244232Hi!
1) Habe den Fehler behoben. Ich musste einfach die Theme settings neu speichern.
2) Ja leider. Die Einstellungen können derzeit nicht übernommen werden. Da man diese Optionen aber meist nicht ständig ändert und es vielleicht insgesamt 20 Optionen sind, sollte es nicht lämger als 5 Minuten dauern.
3) Ja, füge bitte diesen CSS Code in das Quick CSS ein:
#top .av_secondary_right .sub_menu>ul>li:last-child{ padding: 0 10px; }
Cheers!
PeterMarch 27, 2014 at 9:46 am in reply to: padding/spacing on secondary menu in the header (position right) – using WPML #243735Hi!
Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Regards,
Peter -
AuthorPosts