Forum Replies Created
-
AuthorPosts
-
Hi
As a test to debug I actually deleted avia.js and it works fine. So then I uploaded avia.js but with no data in it, so essentially a blank file. And it caused the problem. So this tells me there is no issue with the code in avia.js but possibly this could be an issue with the file name itself?
If I change the file name of avia.js will it matter to its functionality?
Let me know your thoughts guy feedback positive and negative welcome
Hi Ismael
Okay no problem. The website is
http://www.codecreative.uk/The script of mine is
<script type=’text/javascript’ src=’http://www.codecreative.uk/wp-content/themes/enfold-child/scripts/script.js?ver=1.0.0′></script>This script file allows the hanging computer monitors you can see under the navigation bar to move left and right dependent on user mouse movement.
If I de register the file avia.js it still fails to work.
But if I ftp into my account and simply rename the file from avia.js to avia.js.old then everything works fine. When the avia.js file is included it prevents this nice effect from happening. The screens actually go smaller and distorted. Is there a way to possibly combine the 2 files together?
If you require ftp access let me know
Fixed it for anyone with future issues. The plugin has its own built in settings and the layout needed to be changed from fluid to responsive. This prevented the z index setting from being ignored. Not sure why fluid would do this.
Hi Josue
Pleas take another look I’ve placed it successfully within the wrap all div. I’ve done this via a child theme template file
All looks okay but still it’s rendering in front. I’m not sure how or why. It seems to overide/ignore css ruling
Hi Josue
Thank you for your reply. This one has been sending me a little bit crazy. Even though it is outside the grid I would have thought a zindex rule with !important would still fix it.
Okay is there anything you can suggest as a work around to give the visual effect were looking for.
How about the placement of the carousel within the wrap element at the end ?
If this may work can you give an example of how to do it possibly? With an indication of what file to edit?Really appreciate any help.
By the way I couldn’t log into the support forum via my iphone. I had to get on a friends laptop. Can you look into how to log into the forums via smart phones?
Thank you so much in advance
http://www.jasminesboutique.co.uk
You can see with an ipad air on landscape the home over laps the logo a little. Is there a css tweak to adjust it from 990 to 1024?
If on a normal browser you start scalling down the screen you can see the slight over lap
This image illustrates the issue
http://www.metaltoad.com/sites/default/files/Responsive-Widths_0.pngWe would benefit from having additional options for 1024 pixels and maybe 1280
This menu actually fails to activate on an ipad Air in landscape mode :S
Great thank you again for your help Yigit
I don’t know how others feel but personally I think it would be good if the default selection could be 990x.
Is there a way via my child theme I can change the default?
The bug was wp types, woocommerce views that was preventing this from working. Bug reported!
Hi Yigit
I’m confused. So this version of Peter’s site is working
http://test.inoplugs.com/shop/uncategorized/variable-product/?lang=en
Is it possible to explain how I can do this as well? I’m can’t see what I am doing wrong
I have to admit i’ve been quite stupid to have forgotton to use this.
I have got variations enabled on this product. All are present in attributes and variations.
Each variation has a different image set. Howcome when I pick different fabric variations from the drop down the image isn’t changing ?
Yes they are fantastic as a user scrolls down. But I think my client wants something that is constant to draw someones attention. I’m just wondering if its a viable idea and if or what options I may have
Ah great thank you learning more about this theme options all the time :-)
I know how to place a parallex image but how have you managed to hover the text
The Office
We recently moved the team to New York. Here is how it looks like if you work with us
Over the parallex image?
Hi how’s that nice box created with the submit button that reads
Welcome! This is our dedicated Team. Did we say that we would love to work with you? So dont be shy, get in touch!
Hi Devin
Great thank you for the advice
Hi
What file should I open and edit to add a an if statement. I thought it was single.php but don’t think it is
I’m going to use an if statement as follows
<?php if(is_page(12)){
<div class=’container template-blog template-single-blog carousel’>
}else{
<div class=’container template-blog template-single-blog ‘>
}That will add the carousel class if it is the right page and I can then style it.
Hmm I can see how you think this would help but that isn’t really the issue. This article shows how I can add a class to the short code. I can also achieve this by just placing a div around it.
What I am trying to do is remove the padding being applied to this div
<main class=”template-page content twelve alpha units” itemprop=”mainContentOfPage” role=”main”>It is being applied through this css
.content, .sidebar{
padding-top: 45px;
}If I change this it will manipulate the padding in other areas of the site. I can apply it to just the home page id but within the home page this css is applied more than once so that isn’t really an option. Any ideas?
Hi Peter
I used the plugin http://codecanyon.net/item/ultimate-3d-carousel/6651900
And included it via a very simple short code. I will study this link you provided now
Hi Peter
Okay so I want to add the following,
// Carousel Files
wp_enqueue_script( ‘canvas-carousel-jquery’, $template_url.’/js/jquery.min.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel’, $template_url.’/js/jquery.mousewheel.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel-ease1′, $template_url.’/js/easel.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel-filter’, $template_url.’/js/easeljs/filters/Filter.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel-colorfilter’, $template_url.’/js/easeljs/filters/ColorFilter.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel-tween’, $template_url.’/js/tween.js’, array(), 2, false );
wp_enqueue_script( ‘canvas-carousel-canvascarousel’, $template_url.’/js/CanvasCarousel.js’, array(), 2, false );Can I just simply create a file called functions.php and upload it to the child themes folder?
hi do you think that’s the reason why?
Ok thanks Peter.
Regarding the enque scripts is that best to still be done within functions.php ? Or functions-enfold.php?
Shame there isn’t a nice plugin developed yet to easily enque scripts the right way
Yes interested to hear back on this as I need a css fix for it as well
Ah great thank you Yigit it now works fine :)
hi any advice as to why the social media icons other than facebook aren’t displaying or floating in the footer of column1 on http://79.170.43.15/opulentfinancialplanning.co.uk/
This reply has been marked as private.Hey love the background image how have you managed to give it that animated effect?
hmm looks like a good possible solution let me know if this works. If it does do you think it may be worth including in the next release as standard css part of the theme?
Hi
I have single blog author, big preview. I believe this is the layout on the demo site at this page?
http://kriesi.at/themes/enfold/blog/
It looks the best to me. I like how when you click read more it shows the rest of the post and opens it
On my version http://www.capelliremi.co.uk/blog/
I can’t get it to quite look the same. Any advice on what I am doing wrong? At the moment it’s just simply showing the entire blog post
-
AuthorPosts