Forum Replies Created
-
AuthorPosts
-
February 12, 2016 at 6:50 pm in reply to: Masonry Grid | How to display full post content instead of exerpt #582422
Thanks Yigit,
That does work, to add the whole post into the excerpt, but unfortunately I loose all the styling, links etc in the post. I have opted to use another plugin to do the job now.
Much regard,
MediaXThanks for the reply Josue,
I added this code to my css and it fixed the issue:
.fpmx-button{ background-color:#37782E; color:#fff; font-size:19px; padding:15px 20px; text-align:center; position:absolute; right:15%; top:15px; z-index:10000;}
Kind regards,
MediaXOctober 8, 2015 at 5:59 pm in reply to: Side navigation in blog layout – advanced layout editor #516030Hi Elliot,
Thanks for the assistance, that solution did not work either for me. We can leave that for now, I have added breadcrumbs on those pages and my client is happy with that. It may be that the blog posts element navigation only works with posts, and we decided to move away from that to pages.
Best regards,
MediaXOctober 8, 2015 at 3:39 pm in reply to: Side navigation in blog layout – advanced layout editor #515896Hi Elliot,
Thanks for quick response. It brings up the navigation, BUT also on the rest of the site pages, which I do not want.
Regards,
MediaXHi Guys, Sorry, I seem to have fixed my own problem by adding tags in the function itself.
For anyone that needs this shortcode function, I may as well add it in here to help someone else that may want a welcome greeting in the header.
Add this function to functions.php:
// Add Welcome Shortcode function welcome_shortcode() { if ( is_user_logged_in() ) { global $current_user; get_currentuserinfo(); echo '<span class="welcome">'. 'Hello: ' . $current_user->display_name . "\n" . '</span>'; } else {?> <?php echo '<span class="welcome">';?><a href="http://dev10.mediax.co.za/bim-login/">Login</a> / <a href="http://dev10.mediax.co.za/bim-registration/">Sign Up</a> <?php }; echo '</span>'; } add_shortcode( 'welcome', 'welcome_shortcode' );
Use [welcome] shortcode in the phone/extra info field of enfold.
Regards,
MediaX- This reply was modified 9 years, 1 month ago by mediax2014.
Hi Guys,
I am trying to do a similar objective here. I have a shortcode function I have created to greet the logged in user if logged in or to show a sign up/login link if they are not. The shortcode works in the extra info field, but for some reason it gets thrown out of the phone-info div and then displays on the left of the screen. How can I fix this?
Regards,
MediiaXHi Ismael,
Thanks for the reply. I managed to get the parent-item underlined targeting:
.active-parent-item > a > .avia-menu-fx { ... }
Regards,
MXHi,
I would like to know if there is a way, that the top level nav – underline effect – can stay, when you have entered a sublevel nav element?
Kind regards,
MXThank you for that super fast response :)
You guys are the best support.
Regards,
MXSeptember 14, 2015 at 7:02 pm in reply to: Added Padding around team member image in grid-row #502983Hi yigit,
I commented out this line from shortcode.css and it fixed the problem for now:
/*.av-border-cells .flex_cell:first-child{border:none;}*/ line 4173.
Best wishes,
BertHi Elliot,
It was the relevansi plugin adding the shortcode instead of stripping it out. I have now changed the settings on relevansi and the problem is gone.
Thanks for the support !!!
Regards,
MXHi Elliot,
Thanks for the response. It was a couple of plugins causing the issue, including CodeStyling Localization, Share This etc.
I am busy developing the version 2 of this site now and do not have this problem there. We can close this thread for now.
Once again thanks for the support.
Regards,
MXSeptember 14, 2015 at 6:11 pm in reply to: Added Padding around team member image in grid-row #502961Hi Yigit,
Thank you for the response. I added the css, and it did increase the size of the image, but the effect is very odd since it only affects the first block in grid-row, hence now the image is larger than the rest of them. For some reason the first grid-row block is wider than the rest. Also see this page:
http://dev6.mediax.co.za/informa-europe/
Regards,
MXHi,
I have attached a dropbox link, please see the images. you will notice that I have to use a 150px padding to stop the anchors – titles from slipping behind the header. When I disable all the site plugins, the issue is removed, it must be a java conflict somewhere.
regards,
Hi,
Thanks for looking at this. Can I use the theme shortcode in a text box then?
Regards
Hi Ismael,
You will notice when you remove the shortcode search widget that this problem goes away, but I would prefer using the shortcode.
regards
Hi Rikard,
Thanks for your reply. It was shortcode I used above the grid row that caused the problem for me. I removed this shortcode:
[av_sidebar widget_area='MySearch']
and the problem went away. I will create a page for you to see this: http://dev6.mediax.co.za/breaking-issue/You will notice on the fullscreen there is no problem with the layout. Only when screen is in mobile or tablet size, both the second grid row and footer is not acting correctly.
Kind regards,
BertHi Yigit,
I am trying to create nested rows. I can do it with css; inline-blocks, but I was hoping there is a way in enfold to create nested rows.
Thanx
Hi Elliott,
Thanks for that!!!! Works perfectly.
Hi Josue,
You will see the anchor links on the left bottom of this page under the Accounting Title:
http://www.cicerosoftware.com/nl/cicero-lawpack-support/online-support/
Hi Guys,
I am still trying to resolve this issue. Any assistance would be appreciated.
With regards,
Hi Rikard,
Have you had a moment to look deeper into this issue yet?
With regards,
MediaXHi Rikard,
That is the way I originally had it set up, the color sections gave the same results. Nevertheless I will set that up again for you.
Hi Rikard,
The code blocks contains the anchors eg. <div id=”input”></div>
I have removed the white space content. You will see the anchor links on the left bottom of this page under the Accounting Title:
http://www.cicerosoftware.com/nl/cicero-lawpack-support/online-support/Thanks for the assistance gents.
Hi Guys,
Thank you for all the response. I can see how the css would do the trick, but in this case I still have a large white space above each heading. In my case it is 150px.
Theme is updated to 3.2.3 now and the title is still under the header. I will go back into my custom css and remove the code used to have my breadcrumb fixed to the header, maybe that is what is causing this issue.
With regards,
MediaXHi Elliott,
Yes exactly what I mean – Currently in the layout options, I can position the Tabs, above, left or right. I want them below the content justified.
The above image is what I am aiming at.
Thanx
Hi Ismael,
Thank you, that worked and brought the search icon back :)
I had to add:
.main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: block; z-index:11000; height:0px !important; }
To hide the block again.
July 15, 2015 at 4:55 pm in reply to: Move Search Icon to Top right next to Header Phone Number/Extra Info #473854Guys thanks for the support: I managed to find the css to edit.
This ficed the item for me –
#menu-item-616 span.avia-menu-fx { background-color:#ffffff;}
July 15, 2015 at 12:05 pm in reply to: Move Search Icon to Top right next to Header Phone Number/Extra Info #473642Hi Andy, I did that and got the same outcome, with a little more tweaking. Thank you both for the great assistance. There is only one more bit of help I need regarding this. The Flag has a hover – underline effect – since it is a menu item. how can I remove the underline from just the flag item?
July 13, 2015 at 6:09 pm in reply to: Move Search Icon to Top right next to Header Phone Number/Extra Info #472586Hi Dake,
Thank you for replying. I tried the CSS, but the search icon ends up under the TopBar. I can only see it if I remove the TopBar background color. I also end up with the gap on the right of the menu. This is not ideal.
I then had a look at the functions.enfold.php file and found the add filter:
add_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, 10, 2 );I found no more useful info in header.php
When I comment that out the search icon is removed, but I cannot find the header_meta file to try and append the search icon to that. What filter variable can I use in this same way to append the search icon to the topbar phone number?
I looked at the link you supplied regarding the add icon to menu, but in this case I want to add a .jpg or .png – small flag to send users to the other language version of the site. Can I add html in the navigation label?
Thanks for the help.
- This reply was modified 9 years, 4 months ago by mediax2014.
-
AuthorPosts