Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi Rikard,
Yes i see and remove space, but still problem continues.Hi Rikard,
Mobile column ranges is equal but, 1-4, 2-5, 3-6 range not equal (desktop ).
(Column contents differ from each other.) How to only fix desktop ?Guenni007 and Rikard thanks for helps. That’s why I did not like to code (: spaces or quotes,
Best,
Hi,
Only 1-4 between problem. Total 6 box, three above three bottom.
1-2-3-4. (no css class)
5. and 6. column (css class below)https://preview.ibb.co/i02efd/columns.jpg
.my_column_class { margin-top: -110px !important; } @media only screen and (max-width: 959px) { .my_column_class { margin-top: 0px !important; }}
Vinay thank you, it’s working but mobile view incompatible, how can i fix it ?
Best,
- This reply was modified 6 years, 6 months ago by koraytastan.
- This reply was modified 6 years, 6 months ago by koraytastan.
Now working. There is a space between “.avia_textblock” with “.my_custom_class” (:
Rikard thanks for reply,
When I write side by side, each icon and text group goes down row. I want them to display inline.
ex.
☎ Telephone ☀Sun ☯ Yin yang ☺ Smile ….. etc. on a row.On air (:
Can i do with 1/3 column and css?
Hi,
Yes, I activate the custom CSS class name option. Quick css is :
.avia_textblock .my_custom_class h2 { font-family: "proxima_nova_rgbold"; font-size: 100px; letter-spacing: normal; text-transform: none !important; }
Textblock class id = my_custom_class
Below code is working. But i want custom class h2. as , my_extra_bold h2 { font-family: “proxima_extrabold”; color:red !important;}
.avia_textblock h2 { font-family: "proxima_novasemibold"; font-size: 100px; letter-spacing: normal; text-transform: none !important; }
I tried both.
my_custom_class
h2.my_custom_classHello Victoria,
I solved the problem. There are problem at the font files.
Best,
Thanks for reply
1 _ I founded. Work it, but not working on the main page(There are only layerslider)
https://kriesi.at/support/topic/minimise-size-of-footer/#post-417665
2_ok
- This reply was modified 8 years, 4 months ago by koraytastan.
Ex. functions, helper social media…. ?
Hmmm, i understand.
Yigit, but I made a lot of changes in theme files. Do you think it’s safe?
“Theme Updates No Updates available. You are running the latest version! (3.1.5) Check Manually”
Thanks
İ solved the problem.
in functions.php. “&t” must be “&title”
$args['facebook']['pattern'] = 'http://www.facebook.com/sharer.php?u=[permalink]&title=[title]⌛'.$readtime.'';
Twitter is working on function.php but facebook pattern result is only title.
Thanks Ismael. It’s working. How can i add facebook, twitter links ?
Title: “2016’da Kaçırmamanız Gereken 5 Tasarım Trendi”
Read Time(below title) = “2 dakika”When i was sharing link result is must be = “2016’da Kaçırmamanız Gereken 5 Tasarım Trendi – 2 dakika”
Thanks..
Thanks for reply but result is :
Title – My Web Site Namealso linkedin giving link error.
:(Thanks for reply Ismael,
But i could not tell you exactly.Sorry.
title = Best Theme Enfold
Reading time plugin shortcode = [est_time]helper-social-media.php (maybe 150 line)
'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=[title] - ".do_shortcode('[est_time]').""),
Sharing content title result = Title – “.do_shortcode(‘[est_time]’).” – My Web Site
I want = Title – 2 minutes
(i also don’t want “My Web Site” text in sharing content title.Thanks
Not working.
$page_num = do_shortcode(‘[est_time]’); 'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=".$page_num."⌛&url=[permalink]"),
'linkedin' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=".do_shortcode('[est_time]').")
PS: Plugin is Read Time , shortcode is ‘est_time’
- This reply was modified 8 years, 9 months ago by koraytastan.
-
AuthorPosts