Forum Replies Created
-
AuthorPosts
-
Hi Vinay,
Thanks for the css code. That did it!
Just one more favour though, the ‘Login’ (h2) title – can you help me position it at the center of the page?Thanks.
Hi Josue,
That did it!
You can close this topic now :)
Thanks,
HafeezHi Josue,
Thanks for your reply :)
I’ve put the code in the functions.php and the css in the quick css area.
Unfortunately it’s not working.
Can you take a quick look?
Login credentials in the private area.
Thanks,
HafeezFebruary 25, 2016 at 1:09 pm in reply to: Icons To Be Resized Not Move To Bottom When Responsive #589023HI,
I finally understood what you meant.
I added another 1/5 and changed the css to 16.5% as suggested.
This looks like what I want on mobile but on desktop, the 6 icons is not in 1 row.
How can I make it so that it’s 6 icons/columns in a row?
Thanks.
February 25, 2016 at 5:19 am in reply to: Icons To Be Resized Not Move To Bottom When Responsive #588738Hi,
I’m sorry I don’t quite understand what you are trying to say here.
Can you give a little bit detailed explanation?
Thanks.
February 24, 2016 at 2:15 pm in reply to: Icons To Be Resized Not Move To Bottom When Responsive #588372Hi,
I asked because I can;t see how to get the 6 columns in the first place.
Please refer screenshot.
I only had 1/5 to begin with.
Please advise.
Screenshot: http://i.imgur.com/FWl052m.jpg
February 22, 2016 at 6:11 pm in reply to: Icons To Be Resized Not Move To Bottom When Responsive #587349Hi Ismael!
Thanks for your code.
It works perfectly :)
Just another question:
I can see that the max number of column is 5. Can you tell me how to create 6 columns for 6 icons?
Thanks.
February 18, 2016 at 5:37 pm in reply to: Icons To Be Resized Not Move To Bottom When Responsive #585525Hi Yigit,
Sorry I was away for a few days.
I’ve enabled the custom css function.
Pls provide the code :) (link in private content below)
Hi Andy!
I could’ve sworn that yesterday the images was not responsive. Maybe due to caching.
But it seems fine to me now :)
Thanks!
Hi,
You can always use the WordPress export feature.
First, install Enfold at the destination domain.
Then, go to the originating domain and export from the Dashboard by doing this:
Dashboard > Tools > Export. Choose to export ALL.
After that, go to destination domain’s dashboard and do this:
Dashboard > Tools > Import. Choose WordPress and install the tools if you haven’t.
Good luck!
February 17, 2015 at 6:19 pm in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #397686February 17, 2015 at 9:17 am in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #397295Hi Elliott and Ismael,
Thanks for replying.
I’ve already set it to perfect grid with 3 columns. That’s the look that I want except for the images.
Plus I’ve tried Ismael’s guide and set the masonry images to 495 x 400 px.
This is what it looks now: http://i.imgur.com/wKpB6VX.jpg
I just need the images to be squarish like the blog post. I understand if they need to be cropped and the height of each box will be increased. That’s perfectly fine.
This is what I want it to look like: http://i.imgur.com/GlmQ1al.jpg (but with title and excerpt)
Perhaps I need to change it to blog post grid layout? But i really need the load more/infinity scrolling function because the page will have thousands of posts. It will show 9 at a time.
Can you help?
Thanks,
HafeezHi Yigit,
It works beautifully!
Thanks,
HafeezAny reply is appreciated.
February 15, 2015 at 1:10 pm in reply to: Mash Between Masonry Blog with Blog Post Grid Layout #396362Anyone?
Hi C-LabMX,
I’ve tried using Josue’s method and it works!
Find the functions.php file at this location: /themes/enfold/
Just go to line 465, after
avia_register_avia_widgets(); //call the function immediatly to activate }
and before
/* * add post format options */ add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio' ) );
and paste this code:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry a').each(function(){ jQuery(this).attr('target', '_blank'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Save and ftp back to the directory.
Hope this helps.
Cheers :)
April 18, 2014 at 7:16 pm in reply to: Align text on LayerSlider to the left of the page content #253262Hi,
I don’t know about ALL screen size, but for laptop and wide sized monitor which can display 1140px and above, I use the Layers Container settings under Slider settings > Layout.
This will create an invisible inner container with the given dimension in pixels to hold and center your layers – a direct quote from the help/tips section.
Example steps:
1) Set the Layers Container to 1140 or smaller
2) Set the left position of text/image layer to 55px in slides layer setting
3) SaveNow you can see that the layer will always stay at the designated position because there’s simply a hidden container holding it.
Good luck!
- This reply was modified 10 years, 7 months ago by mhafeezmm.
-
AuthorPosts