Forum Replies Created
-
AuthorPosts
-
Hi Basilis,
Thank you for your reply, sorry to ask, but where do I put this code…? Am using a child theme btw.
December 4, 2015 at 7:17 pm in reply to: Breadcrumbs shortcode not clickable on mobile version #547224Hi Elliot,
Thanks but the links are still not clickable on mobile. Any idea why?
Would also like to check, to create breadcrumb shortcode, there was one change to be made in Enfold/template-builder.php. Does this mean that each time I replace the theme I will have to make the change to the Enfold/template-builder.php ?
Hi Yigit,
Thanks so much! Everything works great. Just one last question, how do I lessen the space in between each post?
Thanks again, much appreciated.
Hi Yigit,
Thanks a lot. Am trying to achieve something like this http://nichestudio.my/printscreen-news.jpg
So far I have got it to look like the link in the private link, any idea how to get the image on the left and text inline? Also how can I make the space on the top and bottom of the boxes narrower? The css I am using doesn’t work.
If i set height in px it does, but then the mobile view gets messed up. If I use percentage, it doesn’t pick up.
div.entry-content-wrapper.clearfix.link-content{
height:50%;}Appreciate the help, thanks.
Hi Dake,
Thank you, they worked :) However I haven’t solved number 1, I am just using Single author, Big preview now but there is still a space on the left allocated for a non existing image. How do I remove this space?
For no 3, noted, however could you help indicate which css element to include to edit the date? So I can change text size and color? And maybe shift the position too? Also which css element can i use to put a border around each post in this category?
Thank you very much!
November 24, 2015 at 6:04 am in reply to: Made excerpt length on the Masonry blog longer but Perfect grid cuts off content #541329Hi Ismael,
Thanks for your reply, works great. The only thing is the thumbnail images seems to get zoomed in. If you see my earlier screenshot on the flexible grid, am able to see the entire image. Is there any way I can get the images to be shown as is and not zoomed in?
Thanks!
November 20, 2015 at 3:49 pm in reply to: Made excerpt length on the Masonry blog longer but Perfect grid cuts off content #539715Hi Elliot,
Oh thats unfortunate. What do you mean by reducing the size? And how can I select the on hover option? Could you share the css I can test out what you mean?
Am also trying another option that is to use the Blog Grid. Can I increase the length here? Or will I face the same issue?
I found this on codex but it doesn’t cover the Blog grid.
function custom_excerpt_length( $length ) {
return 200;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );One last thing, can I style the blog Grid to resemble the Masonry style? With a coloured box and maybe a shadow?
Thanks for your reply.
November 19, 2015 at 6:56 pm in reply to: Made excerpt length on the Masonry blog longer but Perfect grid cuts off content #539161Hi Elliot pls see these printscreens.
Masonry Flexible Grid – Looks great
Masonry Perfect Grid – gets chopped off.Hey Guenni,
Do ignore the last reply, I managed to sort it out. Just added a ‘important!’ for the bottom border in the ‘a’ portion. Not sure about the transparency, but i could live with that.
Thanks again!
Hi Guenni
Thank you very much, this worked great! Just one thing, the button seems to be a little transparent on hover. Also the bottom border only shows once I scroll down the page and the sticky header is visible. Any idea why?
Hi Rikard,
I was trying to get the overall content to take up a bigger space left and right on mobile. But no worries, this somehow worked. Default was 85%, I changed it to 90%.
.responsive #top #wrap_all .container {
width: 90%;
max-width: 90%;}Thanks
Hey Andy
Thanks for this. It works great. If I wanted to reduce the left and right whitespace all throughout the site on mobile, how do I do this?
Hi Rikard,
You are right! it works after I cleared my cache. Thanks for taking the time to help.
Thanks Josue, tried that, it worked. I also added the Advanced Builder debug and am able to see what exactly am doing.
On styling tabs is it possible to have a few versions of tab styles or accordion styles? How can I differentiate the each tabs style in my child theme?
Thanks
Thanks Josue! It worked great. Thanks so much for this.
But if i wanted to put the Enfold datatable in an accordion or tab, how do I do so?
Thanks so much Ismael, everything works great! Am a happy customer :)
Hi Ismael,
It works!! Thank you soooo much. Your team is fantastic.
Thanks again :) It seems to work only if the values are in the ‘Float category though’. I think I can live with this.
Just one last thing, anyway I can get 0 to no get coloured?
Thanks again, really appreciate this.
- This reply was modified 9 years ago by janicenisha.
Hi Elliot,
Thanks for agreeing to take a look, have been going back and forth with this. My table is here – http://103.51.41.206/~hwangimc/aham/daily-fund-price/, data is pulled from a CSV.The plugin developer suggested this but still have not gotten any results :
jQuery(window).load(function test(){
jQuery(‘.wpDataTables tbody td’).each(function() {
var val = jQuery(this).html();
var value = Number(val.replace(/[^0-9\.-]+/g,”));
if(jQuery.isNumeric(value) && value > 0) {
jQuery(this).css(‘color’,’green’);
} else if(jQuery.isNumeric(value) && value < 0) {
jQuery(this).css(‘color’,’red’);
}})
jQuery(‘.paginate_button’).on(“click”, test);
});Am using a child theme btw. Thanks again for this, appreciate the help.
Thanks Andy, worked perfectly!
Hi support team, am editing my old comment because its the same topic, hope thats ok.
I’ve added another menu on the top bar, I need it to be coloured, so I’ve added this css below. The thing is when its in responsive mode, the button has some extra padding and looks off.
li#menu-item-301 {
border: 2px solid;
background-color: #003b70 !important;
border-radius: 2px;
color: #ffffff !important;
padding: 3px 10px;
margin: -2px 5px;
}Hope to get some advise, thanks!
- This reply was modified 9 years ago by janicenisha. Reason: added another button css needs tweaking
Hi Elliot,
I want to change the I-ACCESS link so it will look like this – http://nichestudio.my/layout-final.jpg
Would really appreciate your help.
Another unrelated question sorry to post here, I want to have a magazine post layout for new items, but I don’t want it to link to posts but to a page or URL. Can this be done?
Thanks
Hi Elliot,
Back to my question about having a bordered button on the Top Header.
I did select the menu style – Bordered, but it does not reflect in the top bar. However this works on the main menu bar. What am I overlooking?
Thanks
Hi Eliott,
Thanks for your reply. Does this mean for every page created I have to select Transparent header? Is there any way I can set Transparent header as default for all pages? This would be so my client does not have to select Header type each time a new page is created.
Appreciate the advise.
Managed to get it done btw: http://nichestudio.my/aham/transparent-header/
Thanks.
-
AuthorPosts