Forum Replies Created

Viewing 22 posts - 61 through 82 (of 82 total)
  • Author
    Posts
  • in reply to: Remove link from Ajax portfolio expanded image #547729

    Hi Basilis,

    Thank you for your reply, sorry to ask, but where do I put this code…? Am using a child theme btw.

    in reply to: Breadcrumbs shortcode not clickable on mobile version #547224

    Hi 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 ?

    in reply to: How to customize Link post format #546536

    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.

    in reply to: How to customize Link post format #545834

    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.

    in reply to: How to customize Link post format #544978

    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!

    Hi 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!

    Hi 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.

    Hi Elliot pls see these printscreens.

    Masonry Flexible Grid – Looks great
    Masonry Perfect Grid – gets chopped off.

    in reply to: Top Nav Bar button background #537104

    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!

    in reply to: Top Nav Bar button background #537085

    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?

    in reply to: Reduce margins on mobile #537083

    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

    in reply to: Reduce margins on mobile #535786

    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?

    in reply to: Debug mode no longer displays after theme update #532420

    Hi Rikard,

    You are right! it works after I cleared my cache. Thanks for taking the time to help.

    in reply to: Data tables in Accordion / Tabs #528073

    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

    in reply to: Data tables in Accordion / Tabs #528065

    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?

    in reply to: How to customize wpdatatables using function.php #526493

    Thanks so much Ismael, everything works great! Am a happy customer :)

    in reply to: How to customize wpdatatables using function.php #526002

    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.

    in reply to: How to customize wpdatatables using function.php #525062

    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.

    in reply to: Change Nav Bar to floating style #524704

    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
    in reply to: Change Nav Bar to floating style #523082

    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

    in reply to: Change Nav Bar to floating style #522121

    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

    in reply to: Change Nav Bar to floating style #520419

    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.

Viewing 22 posts - 61 through 82 (of 82 total)