Forum Replies Created
-
AuthorPosts
-
Haven’t see any issues since the change. Looks like we can close this. Thank you!
Good to go! Thank you!
My fault. Feel free to close ticket. Thank you!
Please look at the team page.
Just stacked two icons in a column. Rather than appearing on top of the other…they are both side by side. Ugggggh!
Done. Hopefully it fixes the issue. Thank you.
Here you go.
Yes, happens on 3.5.1. Isn’t 3.5.1 just a Windows Phone bug fix?
Windows 10. Chrome. Did not disable plugins, as this is not a constant issue.
Ismael replicated the issue.
Also, you can’t do a page refresh. The only way to get out of it, for me, is to hit “back” or close the browser tab altogether.
This is still happening and is now happening for multiple websites. It’s not consistent, but when it happens…it’s very bad. I’m now saving my work constantly…while developing a page. Not the worst policy in the end, but if one forgets…OUCH!
Thanks. This is not just about “Tabs”. This is about numerous features (e.g. tabs, hover effects, whatever) that I run across daily, that provide packed HTML, CSS and JS that can be added to a WordPress implementation.
Following this post, I believe that the hard part has been answered and it’s just a path issue. To me, it sounds like someone is not willing/able to just tell me what the path is. I’ve given the exact details of what I’ve done so far. That’s whats disappointing.
My strength is design but I’m obviously trying to learn. Otherwise, I would have just asked an open-ended question like “How do I add this HTML, CSS and JS?”. If people are trying…you help…at least that’s how I help people…even if it’s not “policy”.
Thank you,
RyanCredentials provided.
Yes, I’m well aware of the policy. However, I have helped people on here, when I’m not paid to do so and when it’s not specifically an Enfold/WordPress issue. It’s called community and it’s called paying it forward. While some are stronger in some areas, others are stronger in their respective areas.
This makes me not want to help anyone on here. Sad.
1. I already posted a link and credentials
2. Border styling has no impact on this issue
3. Setting background to Cover fills the White space – HOWEVER-
4. This still does not solve the image getting croppedUnless I’m misunderstanding what this new feature (Scale to Fit) of 3.5 doesn’t work. Shouldn’t you be able to see an original image, stretched to fit the space?
Thanks. Think I’m just going to give up on this. It doesn’t matter what path I put in…it doesn’t work. I’ve tried Relative Paths and Absolute Paths. I’ve tried online dev and local dev.
The message board knows the locations of what I’m trying to call. If someone can tell me the EXACT PATH…great. Frustrated.
\htdocs\wordpress\wp-content\themes\enfold-child\fonts\icomoon
\htdocs\wordpress\wp-content\themes\enfold-child\js\cbpFWTabs.jsI’m testing this locally, so I would think the relative path method is fine? I have the JS file at the following path and it’s not working.
\htdocs\wordpress\wp-content\themes\enfold-child\js\cbpFWTabs.js
Downloaded the demo. Here is what I have and it’s also not working.
\htdocs\wordpress\wp-content\themes\enfold-child\fonts\icomoon
Here is a snippet of what I have in Quick CSS.
@font-face {
font-family: ‘icomoon’;
src:url(‘../fonts/icomoon/icomoon.eot?pvm5gj’);
src:url(‘../fonts/icomoon/icomoon.eot?#iefixpvm5gj’) format(’embedded-opentype’),
url(‘../fonts/icomoon/icomoon.woff?pvm5gj’) format(‘woff’),
url(‘../fonts/icomoon/icomoon.ttf?pvm5gj’) format(‘truetype’),
url(‘../fonts/icomoon/icomoon.svg?pvm5gj#icomoon’) format(‘svg’);
font-weight: normal;
font-style: normal;
} /* Icons created with icomoon.io/app */@pako69 – Extremely grateful for your response. I’m a bit closer, but it’s still not looking anywhere near the demo. Here is what I did.
1. CSS – Did a find (.content) and replace (.full-width-content)
2. CSS – Did a find (.tabs) and replace (.full-width-tabs)
3. CSS – Pasted new CSS into Enfold Quick CSS
4. JS – I followed your “EDIT” by doing a find (this.tabs) and replace (this.full-width-tabs) on the cbpFWTabs.js file
5. JS – Called the JS by adding the following to a Code Block<script src=”js/cbpFWTabs.js”></script>
<script>
new CBPFWTabs( document.getElementById( ‘tabs’ ) );
</script>6. HTML – Added to a simple Text block
I’m not sure how to do “Adjust also the path to @font-face according to your child theme path”, but I’ll keeping trying to figure it out. Guessing I need to download a font pack.? If so, not sure where it goes. /themes/enfold-child/fonts ???
Regardless of the @font-face issue, the tabs are not taking shape at all.
Maybe I haven’t done enough with functions.php. Here is what I have.
function ava_custom_script() {
wp_enqueue_script( ‘my-custom-script’, get_stylesheet_directory_uri().’/js/cbpFWTabs.js‘, array(‘jquery’), 2, true );
}
add_action( ‘init’, ‘ava_custom_script’, 100 );Thanks again,
RyanI’ve tried other local dev environments, but I got tired of fighting all of the different elements. InstantWP just works and I believe it is just for Windows. Never tried anything on the MAC OS side.
Sounds like you’ve done enough development that I would defer to Enfold support re: the temporary switch. Do you have a test environment? If not, you can be up and running a test environment within a few minutes using InstantWP.
I use InstantWP locally and then I have an online test environment that Enfold can connect to.
- This reply was modified 8 years, 8 months ago by WP Turned UP.
1. The “no border styling” makes things worse, adding thicker white space and adding NEW white space to the top of the image.
2. You didn’t address the image failing to scale. Unless I’m misunderstading what Scale To Fit means to Enfold, my ORIGINAL image should appear the Color Section, SCALED to fit without cutting off any of the top, bottom, left or right of the image. As it is now, the image is cropped all around.
When I use Enfold, I uninstall all themes except Enfold and Enfold Child. If you happen to have another theme installed (or are willing to install another one), perhaps you could try just flipping to a non-Enfold theme temporarily. After testing, then flip back to Enfold.
Sorry, I really don’t understand your comment “Tab contents are hidden by default”. It wouldn’t make sense to show an empty page of “tabs” until triggered. Could someone please log in have a look?
I have followed the steps @ismael provided, adding the JAVASCRIPT since your last comment. The page is still “blank”.
1. Added HTML via a code block
2. Added CSS via Quick CSS
3. Added JAVASCRIPT to functions.php as shown belowfunction ava_custom_script() {
wp_enqueue_script( ‘my-custom-script’, get_stylesheet_directory_uri().’/js/cbpFWTabs.js‘, array(‘jquery’), 2, true );
}
add_action( ‘init’, ‘ava_custom_script’, 100 );Hello. Happy to help if you’re still looking for someone.
@xmashiara – Have you tried disabling all of your plugins except any Ninja-form related plugins? If you do that and the Conditional Logic works, you could then enable each plugin one by one until you find the culprit.
Updated to 3.5. The issue persists.
This quick video shows me following the HTML and CSS portion of your instructions.
Adding the CSS to Quick CSS or directly to the stylesheet causes the HTML content to disappear.
This is done with fresh install of the latest version of Enfold. No plugins installed.
I’m able to reproduce this on my local Enfold install (shown in video) and my online Enfold install. Feel free to log into the online version and tinker.
Thanks,
RyanAppreciate the reply. However, you lost me with the Front Page and Static HTML stuff. I mean, I know what both mean by definition, but I don’t know how they relate to what I’ve said in this post.
I’m not a developer, but I often come across elements like these “Tabs”, where they provide the CSS/HTML/JS and I’d like to learn the proper way to infuse them/use them with Enfold.
What is the proper way to take elements like this, with the SOURCE code they provide and implement it with Enfold?
Thank you,
RyanFor the CSS, step #3 didn’t work. So instead, I just tried adding the CSS to the Enfold Child stylesheet. After I did that, everything on the page disappeared.
Trying to teach myself this, but I’m stuck.
Huge fan of the Enfold theme. Here are some of my sites.
My Web Design Business
My IT Consulting Business
My Personal Site
Client – Finance
Client – LegalHello. I care less about the Windows Phone support and more about Enfold’s next major update. I’m really hoping the Windows Phone issue does not influence the timing of the next release. I’ve had multiple clients not allow me to use Enfold because of the gap in releases. Please don’t shoot the messenger…it’s just something that’s really happening/being said in the field.
-
AuthorPosts