Forum Replies Created
-
AuthorPosts
-
Thanks link image was http://imgur.com/ouaev3C
Hi Elliot,
Here’s the code I want to use:
<link type="text/css" rel="stylesheet" href="https://forms.moon-ray.com/v2.4/include/minify/?g=moonrayCSS" /> <link type="text/css" rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/smoothness/jquery-ui.css" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script> <script type="text/javascript" src="https://ajax.microsoft.com/ajax/jquery.validate/1.7/jquery.validate.min.js"></script> <script type="text/javascript" src="https://forms.moon-ray.com/v2.4/include/minify/?g=moonrayJS"></script> <script type="text/javascript" src="https://forms.moon-ray.com/v2.4/include/minify/?g=moonrayJSCart"></script> <script type="text/javascript">// <![CDATA[ (function($){ $(document).bind('ready.moonray_order_form_jb_711',function(){ $("div.jb_711 form").moonrayOrderForm({ timeZoneOffset:0, products:{"82":{"chargedToday":325,"chargedLater":[],"delayDate":false,"taxable":false,"shippable":false,"hasPaymentPlans":false}} }); }); })(jQuery); // ]]></script><script type="text/javascript" src="https://www1.moon-ray.com/v2.4/analytics/genf.php?f=p2c14298f176"></script>
It’s from Ontraport order form.
Hi Elliot,
Thanks for replying back!
I used iFrame for that. The issue is still there, when I put Javascript code on the tabs content, only the first tab is showing and the other tabs is showing on the bottom.
I created another page with javascript on the tab content: http://www.podiatryhive.com/sample-tabs-issue/
Please check
Thanks
I’m using Javascript code of the Ontraport
Hi Elliott,
It now showing the custom sidebar for all of the buddypress pages! Awesome!
Thanks!
Hi Elliot,
Thanks! But when I do that my sidebar gone – http://i.imgur.com/6xmp8OK.png
Here’s a screenshot of the code: http://i.imgur.com/erpUKMM.pngDid I do something wrong?
Thanks for helping. Very much appreciated!
Hi Elliot,
Thanks for replying back.
I don’t want just to remove the sidebar. I want to change it with my own sidebar and I don’t want the default one showing up.
Thanks,
April 29, 2014 at 8:39 am in reply to: Visual Tab in the Avia Layout not showing any content or formatting buttons. #257516Any further suggestions about why this is still happening? I have posted a login in the private post above …
April 28, 2014 at 9:14 am in reply to: Visual Tab in the Avia Layout not showing any content or formatting buttons. #256947This reply has been marked as private.April 28, 2014 at 12:08 am in reply to: Visual Tab in the Avia Layout not showing any content or formatting buttons. #256878I have the same issue and after searching through the forum and seeing that the usual culprit is the WPML plugin, (not installed on our site) I’m still not able to identify the culprit on our site after …
* deactivating each plugin,
* reinstalling wordpress 3.9 and
* re-installing enfold 2.7
Here is the list of installed plugins …
Akismet
BbPress Reply By Email Master
Bbpress Members Only
bbPress Notify (Please do not update)
bbPress
Configure Login Timeout
Download Manager
Duplicate Post
GD bbPress Attachments
Jw Player Plugin For WordPress
LeadPages connector
PilotPress
Pretty Link Lite
Sucuri Wp Plugin
Wordpress Seo
Worker
WP User Avatar
WPDM – Archive Page
WPDM – Image Button
WPDM – Extended Short-codes
Wpdm Tinymce ButtonAny other suggestions?
NOTE: It’s possibly a plugin conflict -I have tried deactivating all except bbpress, and the issue is still there. Here is the full list of installed plugins on our site …
Akismet
BbPress Reply By Email Master
Bbpress Members Only
bbPress Notify (Please do not update)
bbPress
Configure Login Timeout
Download Manager
Duplicate Post
GD bbPress Attachments
Jw Player Plugin For WordPress
LeadPages connector
PilotPress
Pretty Link Lite
Sucuri Wp Plugin
Wordpress Seo
Worker
WP User Avatar
WPDM – Archive Page
WPDM – Image Button
WPDM – Extended Short-codes
Wpdm Tinymce ButtonSame issue with my site
March 19, 2014 at 8:44 am in reply to: Blog Posts Shortcode / Custom Taxonomy / Portfolio … CSS issue with indent #239925Thanks @Ismael
NOTE: For anyone else with this issue, I have also added …
.type-[insert-type] .entry-content-wrapper {padding-left: 130px; }
for the other custom post types we have installed on this site@chryseis … please note that the avia content builder has never worked for us using safari or firefox, but chrome is fine. I thought it was probably due to addons we have installed in those browsers.
@brdconcept – we made a css fix to our site which addressed our issue, apart from still having problems with the boxed layout for PC.
Here’s the code ….html_boxed.fixed_header.avia-windows #header{width:100%;} .html_boxed.fixed_header.avia-windows #header .social_bookmarks{margin:0;} .html_boxed.fixed_header.avia-windows #header .social_bookmarks li {display:block; float:left; padding:4px 0 5px; border-left:1px solid #e1e1e1; min-width:32px; text-align:center;} .html_boxed.fixed_header.avia-windows #header .social_bookmarks li:first-child{border:none;} .html_boxed.fixed_header.avia-windows #header .social_bookmarks li a {padding:5px 10px;} .html_boxed.fixed_header.avia-windows #header .social_bookmarks li a:hover{text-decoration:none;} .main_menu ul:first-child > li { display:block !important; position:relative !important; float:left; } .main_menu .menu ul li a:hover{color:#000 !important;} .main_menu .menu ul li a { width: 100%; display: block; padding-left: 20px; font-weight: bold; text-decoration: none; } .fixed_header.social_header.avia-windows #main{padding-top:79px;} #header .sub_menu li{background:none !important;} #header_meta{box-shadow:none !important;} aside.sidebar{clear:none !important;}
NOTE: The sidebar instruction at the end was necessary because the sidebar was being pushed to the bottom on the PC browsers
@Ismael / @Devin – I believe this may be a theme issue when using the “fixed header with social icons and additional navigation” in conjunction with the “boxed layout”Thanks Ismael. We are using a child theme, with this css adjustment to the header to make it less thick …
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 48px; line-height: 48px; } .fixed_header.social_header #main{ padding-top:72px; }
It was working previously for windows machines, but not now.
We have just overwritten the theme files via ftp … still the same issue.Here’s a screenshot …
Is there something we need to add to the custom css above to make it work for windows machines?
@reddog – did you have any success with finding a solution to this? We have the same issue.
Thanks @brdconcept … I added your css fix which has fixed the main nav.
@Devin / @Ismael – we are using the “fixed header with social icons and additional navigation” – which includes another social icons nav above, and the formatting for this menu is not behaving as expected on windows machines.The social icons display one on top of the other (as per my screenshot above) rather than horizontally.
It is working fine on mac – safari / chrome / firefox
The issue is only on PC – explorer / firefox / chromeHave had to temporarily change the “Header Type” back to “small non-fixed header” on the site so that PC users can navigate. Can you suggest how to fix this?
Were you able to resolve this issue?
Our site continues to have the same problem I think.Additionally, the forum is now only displaying 1 reply per topic, even when there are multiple replies in a topic.
Are there any known issues with bbpress Version 2.5.3?This reply has been marked as private.Yep – OK – for anyone else feeling like an idiot …
Top right hand corner just next to the “Help” dropdown menu “DUH!”
Feel a bit silly with this one – but I can’t find …
“Screen Options > enable the Avia Layout Builder.”
Have tried the other solutions – ie updating the php.ini file / deactivating all plugins / re-downloading from themeforest and re-installing the theme, so I’m hoping that a simple checkbox provides the solution.
If not, is there any plan to support the LayerSlider WP shortcodes in the default visual editor – not just the advanced layout builder?
-
AuthorPosts