Forum Replies Created
-
AuthorPosts
-
Thank you. I will give it a try or abandon the use of this module. Either way I thought your development team should know.
It doesn’t matter whether my page is in preview or is published. When this app is active and I’m using Enfold, viewing a page from this site while logged in shows “Edit Audio Player (Classic Editor)” in place of “Edit Page (Advanced Layout Builder)” in the black bar. As said, when we test with a different theme, no problem. Both the apps author and I experienced the same result when testing. I have included a login for you.
Hi all. It turns out the problem was with the Easy Slider itself. After running a test on another site, I determined it should work as I planned. So I removed the slider and remade it – works as I had planned now. Something must have become corrupt. Thanks for your efforts.
Thanks for the reply. The code is there (https://snipboard.io/RPtEN9.jpg). And CSS file merging and compression has been disabled the entire time (https://snipboard.io/iekdEB.jpg). Any other thoughts?
I did. It’s the only CSS in quick css. I use a different CSS file generally for other changes. I’ve tried clearing cache as well. Still not seeing the button here. Are any of you seeing it on your phones? As said, it shows in emulator but not on an actual phone.
Thank you but it did not work. At least my iPhone 11 / Safari is not showing the button still. Can you confirm if it is working for you?
Correct, just the Subscribe Now button. Too many words otherwise for the small screen.
It is the main slider on the home page of https://1888coffee.com/.
UPDATE: All of a sudden, the key passed the check. The only thing I did was go into the Google Cloud Platform and deleted an old billing source which was NOT set to primary, checked all other settings and went back to run the Enfold Check API Key again. Suddenly it’s resolved. Looks like the issue was on their end…please close ticket.
After trying multiple css only solutions, that worked! Thanks!
For others following along, I added the entire span class code into the ‘Heading Text’ field of the Special Heading, then set the other parameters including text color. Previously I had just used a text box. This solution was exactly what I was hoping for.
August 20, 2015 at 4:17 am in reply to: 3.3 update problem – Widget: Latest News – Categories are not there #490523Same for us
Basically, I had to abandon the module as it normally exists and recreate it using Events Manager shortcodes (all caps below) like this:
<div id=”av-magazine-1″ class=”av-magazine av-magazine-hero-left av-magazine-top-bar-active av-magazine-tabs-active”>
<div class=”av-magazine-top-bar”>
</div>
<div class=”av-magazine-group sort_all”>
<div class=”av-magazine-hero first flex_column av_one_half”>
[events_list offset=0 limit=1 scope=”future” category=”workshops”]
<article class=”hentry av-magazine-entry av-magazine-format-standard av-magazine-type-event av-magazine-entry-big”>
<div class=”av-magazine-thumbnail”>
#_EVENTIMAGE
</div>
<div class=”av-magazine-content-wrap”>
<header class=”entry-content-header”>
<time class=”av-magazine-time updated”>#_EVENTDATES</time>
<h3 class=”av-magazine-title entry-title” itemprop=”headline”>#_EVENTNAME</h3>
</header>
<div class=”av-magazine-content entry-content” itemprop=”text”>#_EVENTEXCERPT{10,…}</div>
</div>
<footer class=”entry-footer”></footer>
</article>
[/events_list]
</div>
<div class=”av-magazine-sideshow flex_column av_one_half”>
[events_list offset=1 limit=4 scope=”future” category=”workshops”]
<article class=”hentry av-magazine-entry av-magazine-format-standard av-magazine-type-event av-magazine-entry-small”>
<div class=”av-magazine-thumbnail”>
#_EVENTIMAGE{80,80}
</div>
<div class=”av-magazine-content-wrap”>
<header class=”entry-content-header”>
<time class=”av-magazine-time updated”>#_EVENTDATES</time>
<h3 class=”av-magazine-title entry-title” itemprop=”headline”>#_EVENTNAME</h3>
</header>
</div>
<footer class=”entry-footer”></footer>
</article>
[/events_list]
</div>
</div>
</div>
<hr>
<h3>All Workshops</h3>
<div class=’css-events-list’>
[events_list_grouped mode=”monthly” scope=”future” category=”workshops” limit=”10″ pagination=”1″ /]
</div>So that works as long as categories are assigned – and I had several. So using/tweaking the code without the WYSIWYG interface ultimately solved my problem. I put this here to help anyone else in this situation.
Since I started this, I should note that the fixes Elliott gave us never worked. My code expert said at the time, “Elliotr is sending you fixes for the wrong calendar module. This tribe prefixed stuff is probably for https://theeventscalendar.com/product/wordpress-events-calendar/ . Also, he’s just changing the date display, and not anything to do with the ordering of the list – it’s probably fetching events by post date. I can’t imagine this working correctly if the code was correct for our module, even if it sorts in PHP by the event date. Also the issue about modifying the plugin files directly.”
So we ended up grabbing the magazine module code and added the Events Manager shortcodes to get it to do what we needed.
That worked visually on the desktop, but on an iPhone, the text in the right column is now moved over to the left within the cell. I had the tables set to adjust for screen size.
So, I’ve now set the tables to scrollable instead – this looks better anyway. Just thought I’d report how the code effected content.
Thanks!
- This reply was modified 9 years, 8 months ago by blaisen.
I made the change but it’s not doing anything – or the right thing.
Also, wouldn’t a change like this could be wiped out by an Enfold upgrade?Thanks. But when I did that, I get a blank page with this warning:
Parse error: syntax error, unexpected ‘}’ in /home/fakce/public_html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine.php on line 553Line 553 is where your code fix ends if I replace your fix directly into line 549. I tried removing ‘}’ but got a different error. Should I have removed line 549 and placed your fix elsewhere – outside of the brackets that resides in?
Never mind, the culprit is WordPress SEO Version 1.6.3
Thanks!
Also, I now have Portfolios working in the Portfolios section, but they are not showing up in Appearance – Menus so that I can place them in the navigation properly. Can portfolio pages be directly part of the navigation? Thoughts about having them in the drop down menus?
There is still an issue with this page:
http://gigentertainment.com/wordpress/lighting-video/When clicking on a portfolio image, the Ajax display opens to the main image only – why does it not show all the slider thumbnails like on this example http://www.brainshine.com/wp_test/?page_id=2269?
Also, what’s happened to the text on the page? On your sample version of this, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/, it appears to drop the text “Portfolio Entry! Nulla consequat massa…” and only show the Accordion.
- This reply was modified 10 years, 2 months ago by blaisen.
I did what you suggested. It appears that Background Music Player Version 1.1.0 may be the culprit.
- This reply was modified 10 years, 2 months ago by blaisen.
June 25, 2014 at 10:20 pm in reply to: code inserted in slider caption field, slide order changing #283799This reply has been marked as private.June 23, 2014 at 7:41 pm in reply to: code inserted in slider caption field, slide order changing #282642This is typical: http://www.brainshine.com/wordpress/portfolio-item/sample-problem/
I created a portfolio page, use a saved template that includes the Fullwidth Easy Slider and a couple text boxes.
I open the Slider and import several pictures. I add titles to some, then save. At this point, even before publishing, the problem exists. If I reopen the Slider, the issue described above – order change and errant code – has happened at the save.
Please have a look – feel free to try it yourself.
June 22, 2014 at 6:55 pm in reply to: code inserted in slider caption field, slide order changing #282185I did not leave any of the pages incorrect. It happens on the portfolio pages with the sliders, but only the first time I set them up. If you want, I can fake a portfolio page for you to examine. I thought you’d want to do your own test. Please advise.
June 20, 2014 at 9:59 pm in reply to: code inserted in slider caption field, slide order changing #281806This reply has been marked as private.June 20, 2014 at 9:58 pm in reply to: code inserted in slider caption field, slide order changing #281804Regarding the slider, this is on portfolio pages using the Fullwidth Easy Slider
More background: After monitoring a few more portfolio uploads, I’m seeing this as a pattern, pretty much every time: the captioned slides are superseding and somehow creating that code on the non-captioned slides just above them when the slider is saved. Even before it is published. e.g.:
1. Slide no caption
2. Slide with caption
3. Slide no caption
4. Slide no caption
5. Slide with caption
6. Slide no caption– when saved changes to:
2. Slide with caption
1. Slide no caption – added code appears
3. Slide no caption
5. Slide with caption
4. Slide no caption – added code appears
6. Slide no captionWhen I go back and remove the code and reset the order, on the second save, it works properly.
- This reply was modified 10 years, 5 months ago by blaisen.
Thank-you!
This reply has been marked as private.I tried that and it didn’t work. I currently have this code (and no other CSS styles concerning these menus):
#avia-menu .avia-menu-text {
color: #006BA4;
}#avia-menu .sub-menu .avia-menu-text {
color: #808080;
}#avia-menu .sub-menu .avia-menu-text a:hover {
color: #000000;
}
I was actually going to set the hover to black for both the parent and sub menus…Thanks. But my revision also kills the rollover text color – I have this currently and it does not solve it:
#avia-menu .avia-menu-text {
color: #006BA4;
}#avia-menu .sub-menu .avia-menu-text {
color: #808080;
}.avia-menu-text a:hover {
color: #000;
}Thoughts?
-
AuthorPosts