Forum Replies Created
-
AuthorPosts
-
Hey!
I see, that’s actually a plugin issue/limitation, check this thread:
https://wordpress.org/support/topic/make-fixed-widget-stop-at-footerBest regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
I checked it on Chrome and it seems to be working fine, what’s the issue exactly?
Regards,
JosueYeah, that part has been changed a bit, but the idea is the same, just add more numbers to it:
$avia_elements[] = array( "slug" => "footer", "name" => __("Footer Columns", 'avia_framework'), "desc" => __("How many columns should be displayed in your footer", 'avia_framework'), "id" => "footer_columns", "type" => "select", "std" => "4", "subtype" => array( __('1', 'avia_framework') =>'1', __('2', 'avia_framework') =>'2', __('3', 'avia_framework') =>'3', __('4', 'avia_framework') =>'4', __('5', 'avia_framework') =>'5', __('6', 'avia_framework') =>'6', __('7', 'avia_framework') =>'7'));/includes/admin/register-admin-options.php
Cheers!
JosueHey!
Did you manage to get it working? here’s what i see – http://screencast.com/t/ngABnVvyT
Cheers!
JosueHey!
Try the following:
https://kriesi.at/support/topic/6-columns-in-footer/#post-138601Cheers!
JosueYes, they are related as both elements (ALB / LayerSlider) use JavaScript files.
Regards,
JosueHi!
You can use this plugin to set which images appears when a post gets shared:
https://wordpress.org/plugins/fv-all-in-one-seo-pack/Best regards,
JosueHi!
Please try the following:
– Disable all third-party plugins.
– Enable the Enfold parent theme.
– Re-save the Page in question.Best regards,
JosueHey!
The address you need to set in the code must be
wordpress, i’ve changed it and it worked (i did a test with my address).Please note that this not a problem that occurs to everyone and the reasons vary from user to user. In your case, your server only allows WordPress to send emails from the default WordPress address ( (Email address hidden if logged out) ).
Best regards,
JosueHi!
– Could you do a test with a gmail address (as recipient)?
– Also, can you check if you get the messages using this plugin?Cheers!
JosueHi!
1. It depends on the element you’re using, can you point which exact image you want to modify?
2. Can you post a screenshot/mockup of what would you want to achieve?
3. You can get new icon fonts from this site and then import them to Enfold.
4. You can use a Text Block, it will resemble the default editor.Regards,
JosueHi!
I added
communicationto both these Posts and they’re now connected:
http://bc-vision.eu/fuehrung-teamsitzungen/
http://bc-vision.eu/vertrauen-ist-gut-kontrolle-ist-besser/Best regards,
JosueHi!
Can you try again? i just applied the code from the article to functions.php, then made a test here, and i did get the message – http://screencast.com/t/PuYLy2IG
Best regards,
JosueHola,
Puedes probar hacer un importe manual via Herramientas > Importar, los archivos XML se encuentran en:
/enfold/includes/admin/demo_files/Con eso ya tienes paginas/posts creados, para importar las opciones del theme vas a Enfold > Import/Export, las configuraciones de los demos la encuentras aqui:
http://bit.ly/1EyaAibSaludos,
josueHi!
Can you try point 2 of the following article?
http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/Best regards,
JosueHi,
Open /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php and look for line:
case 'link' :Replace it by this:
case 'link' : $this->loop[$key]['url'] = get_url_in_content($entry->post_content);Regards,
JosueHey!
Remove this:
#top .avia_ajax_form input.button:hover { border-width: 2px; padding-bottom: 19px; }And add this:
#top .avia_ajax_form input.button{ transition: box-shadow ease-in 0.2s; box-shadow: inset 0 0 1px -1px black; } #top .avia_ajax_form input.button:hover { box-shadow: inset 0 0 1px 1px black; }Cheers!
JosueHey!
The issue you’re having is because certain characters in JS files are being replaced by “â” or “”, which is weird. For example js/avia.js (line 1893):
if(position == "top" ||Â position == "bottom")I don’t think this is written like that in the actual file because i’ve tried uploading a fresh version of the theme and the result was the same so it could be a server-side encoding issue, try asking your hosting provider support about it.
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
The theme doesn’t have such feature / element at the moment, i’d suggest looking for a third-party plugin that could re-create what you want:
https://wordpress.org/plugins/tags/youtube-playlistRegards,
JosueHey!
Did you manage to solve it? i’m not seeing your site link.
Cheers!
JosueHey!
Try adding z-index:
#your-custom-id { position: fixed; bottom: 0; width: 100%; z-index:100; }Best regards,
JosueCorrect, that would be something that should be done by a plugin as it is a “functionality” feature (themes = appearance, plugins = functionality).
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueI see, try installing this plugin:
https://wordpress.org/plugins/widget-title-links/Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHola,
Prueba habilitar modo debug en WordPress y fijate si te sale algo mas que ese error.
https://codex.wordpress.org/WP_DEBUGSaludos,
Josue -
AuthorPosts
