snitilycarr
snitilycarr
About
- Username
- snitilycarr
- Joined
- Visits
- 166
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
Here's the file but it's not generating anything: *url removed* I used this code as shown in the link you provided: <?php // Show all information, defaults to INFO_ALLphpinfo(); ?>
-
I disabled all plugins and the testimonials slider still doesn't work. I've created a phpinfo.php file but am not sure where to put it so I can send a link. Parent theme? Child theme? I've tried numerous places but am not sure how to send you a link…
-
I'm having the same issue. Here are screenshots of the live site (slider is working) and the staging site where I made the theme update (no slider). Before update -*url removed* After update - *url removed*
-
OK, I've found where in the theme this has changed: base.css I see the change in base.css: .icon-flight:before{content:'\e882'} ... which explains why the plane shows up instead of my arrow. The new code for my arrow is in there, too: .icon-rig…
-
Any advice on how to change the icon back to the arrow via css? Since I'm using css and not the shortcode to display the icon, I'm not sure how to fix the issue. In the css, "\e882" displays the arrow. What's the new code for the arrow? …
-
That being said, I'm still getting the error in the backend: Slider Revolution error: could not unzip into the revslider/public/assets/ folder, please make sure that this folder is writable I'd love some help with that if anyone has any ideas. I…
-
Found a solution to this for anyone experiencing similar problems. First of all, hopefully you backed up the previous version of Slider Revolution. For me, that was 5.2.5.1. The fix to set option to "Put JS Includes To Body" actually work…
-
This is fixed now after updating the plugin. However, the muffin builder template system removes current content whether I try to add it before or after the current content, every time. Such a waste of time. The site I'm working on is hosted by som…
-
Thanks for the response, but that's not necessarily true, even with the BeTheme. For instance, I can override theme files by including modified versions of items in the "includes" directory. More specifically, I'm using BeTheme on anoth…
-
I've sent all details privately. Thanks.
-
I can get the videos to play on an iPad with Safari 5, but have tried iPhones with Safari 7 and 9 and the videos won't play when I have the BeTheme turned on. Even a version of the BeTheme with all plugins deactivated.
-
Assuming you're using Safari on iPhone (the default browsers) can I ask what version of Safari you have on your phone? As I said, if I switch to the default theme, the videos play fine on my iPhone.
-
I copied the site on a staging server and get the same result even if I disable all plugins. I can get the raw YouTube embed and plugin shortcode to work if I enable the default theme. So it's definitely a BeTheme issue at this point.
-
Nevermind. Went with a plugin with similar functionality.
-
It's on a site that is under development and not currently viewable, but it's the "flat" style Blog Slider. Do you think it'd be possible to edit the shortcode functions by adding the edited function to the child theme functions file, or …
-
Also wondering about the other question: Is it possible to make the previous/next arrows always visible rather than just have them appear upon hover?
-
I found that but am wondering how I can make the change without editing the theme. I put an edited copy of theme-shortcodes.php in a functions directory in the child theme but it doesn't seem to override the one in the parent theme. Any ideas? Than…
-
Thanks! Menu is now centered. I'd actually tried the manual import but it didn't work with theme options. Regardless, thanks for your help (again!). I'm a big fan of this theme and of your quick and helpful support.
-
Thanks so much! I'd made an edit to header-top-area.php and had an extra </div>. You're awesome! Consider this issue resolved.
-
I didn't receive a reply. Can you post the response here or send a message via this forum?
-
Have you had a chance to look at this submenu issue? Thanks.
-
Done! Message and link have been sent. Thanks!
-
Can I email it to you or send it some other way? It's a site in development and I know the client wouldn't want me to post it on a public forum.
-
Thanks! As a temporary fix, I put this in my child theme's css file: .icon-layout:before { content: '\e882' !important; } Not ideal, but it was a quick way to change the default icon (layout) to the right arrow.
-
Thanks!