Forum Replies Created
-
AuthorPosts
-
September 15, 2014 at 2:38 am in reply to: Problem working with Dynamic Content on Advanced LayerSlider #318947
Hi!
Check it now, styling works (remember to do it via Styles tab), to set an excerpt you need to set that here in the Post first.
Cheers!
JosueHey!
I was able to change the formatting of the “About …” layer in the About slider, check it out.
Regards,
JosueHi!
It works but i’m just getting an empty directory (/) with nothing in it.
Regards,
JosueSeptember 15, 2014 at 1:26 am in reply to: issue with mobile menu items that contain a dropdown #318941Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
You’d need to embed a modified js/avia.js from your child theme installation, try putting this code in your child theme functions.php:
function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Cheers!
JosueSeptember 15, 2014 at 12:11 am in reply to: Different Styles being applied to different pages in the footer for no reason #318934Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome Kevin, glad to help :)
Regards,
JosueHey!
We’d need to edit the .htaccess file and we require FTP for that, normally putting the following code does the trick:
<FilesMatch “\.(ttf|otf|woff)$”> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin “*” </IfModule> </FilesMatch>Here’s the issue you are having:
Font from origin ‘http://www.byggpartner.eu’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://byggpartner.eu’ is therefore not allowed access.
Cheers!
JosueSeptember 14, 2014 at 6:13 am in reply to: Enfold Menu does not look like the theme settings. #318779Hi!
Try adding this too:
.avia-menu-fx { width: 80%; }Adjust as needed.
Best regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueSeptember 14, 2014 at 6:06 am in reply to: Problem working with Dynamic Content on Advanced LayerSlider #318774Hi,
Can you post the link to your website please? an admin account would be helpful too.
Regards,
JosueHi Gabe,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey Jacob!
Please try adding this line to your wp-config.php file:
define( 'CONCATENATE_SCRIPTS', false );Regards,
JosueHey!
1. What element are you using to insert that bar in the Enfold website?
2. What plugin/script are you using to get the twitter feed in the HTML working example?
Regards,
JosueSeptember 14, 2014 at 5:35 am in reply to: Different Styles being applied to different pages in the footer for no reason #318762Hey!
I’d suggest using the child theme style.css to put custom CSS.
Regards,
JosueSeptember 14, 2014 at 5:26 am in reply to: Header not displaying on Android tablet 4.0.3 and 3.2 #318761Hi!
I don’t have a 4.0.3/3.2 device to test, can you please check if the issue persists here?
Best regards,
JosueSeptember 14, 2014 at 5:18 am in reply to: avia_post_nav function not cycling categories even when set to "true" #318757Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 14, 2014 at 5:04 am in reply to: How do we get our business information in the header (opposite the logo?) #318748Hey!
Change this part in the Quick CSS:
.custom_info{ width: 40%; right: 0; position: absolute; line-height: 26px; top: 20px; }To:
.custom_info{ right: 0; position: absolute; line-height: 26px; top: 20px; }Regarding overlapping on scroll, add this:
.header-scrolled .custom_info { line-height: 12px; font-size: 11px; top: 10px; }Cheers!
JosueSeptember 14, 2014 at 4:41 am in reply to: How do we get our business information in the header (opposite the logo?) #318738Hi!
I already changed it.
Cheers!
JosueSeptember 14, 2014 at 4:37 am in reply to: Unterschiedliche Navigation auf unterschiedlichen Seiten #318734Hey!
Transition seems fine on my end too, please check on another computer.
Best regards,
JosueHi Zakkery!
Check includes/loop-index.php, line 37.
Regards,
JosueHey!
Try this code instead:
.avia_textblock { background: rgba(0,0,0,0.65); clear: both; padding: 10px; }Best regards,
JosueHey Kevin!
Try the following:
#footer .flex_column:nth-child(3) .widget{ text-align: right; }If that doesn’t work for you please post a link to your website and which widget you want to target.
Regards,
JosueSeptember 14, 2014 at 4:19 am in reply to: New Custom Classes don't seem to work after updating to Worpdress 4.0 #318720Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 14, 2014 at 4:18 am in reply to: issue with mobile menu items that contain a dropdown #318719Hey!
Do you have this option selected in the Theme Options (Header Layout > Mobile Menu)?
Cheers!
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter('avf_title_args', 'avia_change_title', 10, 2); function avia_change_title($args, $id) { $current_location = geodir_get_current_location(); $args['title'] = $current_location; return $args; }Cheers!
JosueHey Jeen!
Can you post a screenshot of your view on mobile?
Cheers!
JosueSeptember 14, 2014 at 4:12 am in reply to: Plugin conflict with Codecanyon's "Content timeline" #318715Hey!
You can disable the Enfold lightbox script in the Theme Options.
Best regards,
Josue -
AuthorPosts
