Forum Replies Created
-
AuthorPosts
-
Hi!
You should use this as the Permalink setting:
/%postname%/
Regards,
JosueHi Rupert!
It looks the same for me:
http://screencast.com/t/YeId3ZhyI believe that’s happening because the breadcrumb functionality makes uses of sessions to build the trail, try flushing the cache & cookies on the browsers where is displaying incorrect.
Cheers!
JosueHey!
Try increasing the memory allocated to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHey!
Are you able to upload anything via Media > Add new?
Regards,
JosueHey!
Ask your hosting provider support to enable the PHP mail function.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.ls-playvideo { background-image: url(https://www.joanrosefoundation.com/newsite/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.png) !important; }Cheers!
JosueHey Richard!
It is possible to customize the login page, you’d need to use a plugin like: https://wordpress.org/plugins/custom-login/
Regards,
JosueJune 26, 2014 at 12:03 am in reply to: Would like slides in the fullscreen slider to display in random order #283817We looking forward to hearing from you :)
Regards,
JosueJune 25, 2014 at 11:06 pm in reply to: Would like slides in the fullscreen slider to display in random order #283803Hi Katrina!
Yes, i’m pretty sure that is the file that handles that shortcode, renaming won’t make the slider break because it is included into the framework no matter the filename (try emptying it).
Although the fullscreen slideshow gets rendered on line 542-547 of /config-templatebuilder/slideshow_fullscreen.php, it uses an object (avia_slideshow) declared in line 342 of /config-templatebuilder/avia-shortcodes/slideshow.php, so this would be the definitive file to edit if you want to do it (i still keep my recommendation to use LayerSlider to avoid this time-consuming task).
Cheers!
JosueHi!
I was able to change something in the homepage:

It got saved as expected.
Regards,
JosueHey!
That’s why you have the option to make it scrollable, which preserves the table basic functionality. We are aware that there is room for improvement though.
Regards,
JosueHi Jackie,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJune 25, 2014 at 6:52 pm in reply to: Changing Portfolio Grid Image Display size and padding (ENFOLD THEME) #283714Hi,
Use this modified js/avia.js + this custom CSS:
@media only screen and (max-width: 767px) { #top .grid-sort-container .isotope-item { width: 100% !important } } @media only screen and (min-width: 767px) { #top .grid-sort-container.grid-col-2 .isotope-item { width: 46.5% !important } #top .grid-sort-container.grid-col-3 .isotope-item { width: 28.7% !important } #top .grid-sort-container.grid-col-4 .isotope-item { width: 19.8% !important; } #top .grid-sort-container.grid-col-5 .isotope-item { width: 14.5% !important } #top .grid-sort-container.grid-col-6 .isotope-item { width: 10.99% !important } #top .grid-sort-container .isotope-item{ margin-bottom: 52.4px; } } @media only screen and (min-width: 989px) { #top .grid-sort-container .isotope-item { margin-bottom: 72.4px; } } @media only screen and (min-width: 1139px) { #top .grid-sort-container .isotope-item { margin-bottom: 82.4px; } }Regards,
Josue-
This reply was modified 11 years, 1 month ago by
Josue.
Hey!
Yes, it is compatible.
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=KriesiBest regards,
JosueHey Graeme!
Maybe the debug code is still in the parent theme functions.php, if so, remove it.
Also, do you have access to your PHP log?
Regards,
JosueJune 25, 2014 at 10:14 am in reply to: Set Avia Post Nav to only navigate between posts of the same category #283467Hey!
Refer to this topic:
https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/Cheers!
JosueJune 25, 2014 at 10:12 am in reply to: footer menu (2 active versions) // menú footer (2 versiones activas) #283463De nada, un gusto haber sido de ayuda :)
Hey!
It should be fixed now, added this to Quick CSS:
.html_header_top.html_header_sticky #main { padding-top: 277px !important; }Regards,
JosueHey Amir!
I changed the email setting of one of the portfolio elements and performed a test (used avia.josue at gmail.com), the message was received as expected:

Also, i noted that in some of the portfolio items contact forms, the email setting was wrapped with span tags (http://screencast.com/t/yERmlfSxs)
Regards,
JosueHi!
That’s because that code is meant to be used with Posts, try changing it to:
function add_category_name($classes = '') { if(is_single()) { $category = get_the_terms($post->ID, 'portfolio_entries'); $classes[] = 'category-'.current($category)->slug; } return $classes; } add_filter('body_class','add_category_name');Regards,
JosueJune 25, 2014 at 3:43 am in reply to: Would like slides in the fullscreen slider to display in random order #283383Hey!
That’s great Katrina. The file you mentioned is used to handle the Easy Slider element, as you are using the Fullscreen Slider the file to edit would be:
/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php
Cheers!
JosueHey!
You need to use a format compliant to the HTML5 video standards:
- MP4
- Ogg/Ogv
- WebM
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-section { min-height: 60px !important; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueYou can change that in js/avia.js line 566:
if(outerH > 100)Cheers!
JosueHey Richard!
Are the images the same size? the spinning circle won’t appear if the image height is less than 100 px.
Cheers!
JosueThanks for sharing your solution Paul!
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosuePlease check the page now, i was able to set the caption to each table and it remained there when reopened.
Cheers!
Josue -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
