Forum Replies Created
-
AuthorPosts
-
November 16, 2015 at 6:34 pm in reply to: Logo is not shrinking in header area after latest Enfold update #536777
What you mean by that? To remove everything from Quick CSS?
You can do it, I have backup.
November 16, 2015 at 6:22 pm in reply to: Google font is not applied in Safari/Chrome browser on iPad/iPhone #536761It’s just that one big image used in Fullscreen Slider
Login and check this page – http://bogosavljev.com/homepage/home-v7-one-page-portfolio/
November 12, 2015 at 5:05 pm in reply to: Logo is not shrinking in header area after latest Enfold update #534901How then is working here: http://dev.bogosavljev.com/ ?
it’s same markup used for the logo…
Thanks,
DjukaNovember 12, 2015 at 5:03 pm in reply to: Google font is not applied in Safari/Chrome browser on iPad/iPhone #534898Hello Rikard,
this is totally strange. Really don’t know what is issue, but on both my iPad Air and iPhone 6 font is not applied. I have clear the cash on both devices…
Anyway, can you check also why slider is not showing after header section? Currently is shown under the header.
November 10, 2015 at 6:46 pm in reply to: Google font is not applied in Safari/Chrome browser on iPad/iPhone #533583Hello Rikard,
in screenshot (http://i67.tinypic.com/xlc9if.jpg) you can see how it’s displayed on my iPad Air… http://bogosavljev.com/start/
and how should look at: http://dev.bogosavljev.com/
I have clear my cache in Safari and Chrome as well…
November 9, 2015 at 9:48 pm in reply to: Google font is not applied in Safari/Chrome browser on iPad/iPhone #532913Hello Ismael,
I have apply code from that page, but on iPad/iPhone simple won’t work. It’s display default Open Sans font. I have change heading font and font for body text in General Styling, but same, no changes. On desktop is OK, just on iPad and iPhone is not applied.
And why slider is not starting after header section?
Now it’s overlapping with header… Should be like here: http://dev.bogosavljev.com/This drive me crazy…
November 9, 2015 at 12:52 pm in reply to: Logo is not shrinking in header area after latest Enfold update #532521Hello Ismael,
you can see working animated logo here (shrinking): http://dev.bogosavljev.com/ but there I’m running Enfold 3.2.3 version
I have customize logo markup with CSS:
/******* Animated LOGO ********/ *, *:after, *:before { box-sizing: border-box; } .logo a { font-family: 'Francois One', sans-serif; display: block; position: relative; text-transform: uppercase; width: 565px; } .logo a:before, .logo a:after { background: none repeat scroll 0 0 #fff; content: ""; height: 1px; left: 0; opacity: 0.2; position: absolute; top: 0; transition: opacity 0.3s ease 0s, height 0.3s ease 0s; width: 100%; } .logo a span:first-child { display: block; font-weight: 400; z-index: 2; } .logo a span.front:last-child { opacity: 0; margin-top:-44px; padding: 8px 0 0; display: block; } .logo a:before { background: none repeat scroll 0 0 transparent; color: #71CCE2; content: "ogosavljev"; display: inline-block; font-size: 3.9rem; height: 23px; opacity: 0; top: -11px; transform: translateY(-20px); vertical-align: top; left: 170px; } .logo a span.front:after { background: none repeat scroll 0 0 transparent; content: "front-end designer & developer"; font-size: 1.4em; font-family: 'Arbutus Slab', serif; font-weight: 400; transform: translate(71%,0px); transition: transform 0.3s ease 0s, opacity 0.3s ease 0s; z-index: 1; text-shadow: none; text-transform: none; text-decoration: none; color: #6FCCE1; display: inline-block; } .logo a:hover::before, .logo a:hover::after, .logo a:focus::before, .logo a:focus::after { opacity: 1; -webkit-transform: translate(0px); -moz-transform: translate(0px); transform: translate(0px); } .logo a:hover span:last-child, .logo a:focus span:last-child { opacity: 1; -webkit-transform: translateY(-42%); -moz-transform: translateY(-42%); transform: translateY(-42%); } .logo a span, .logo a:before { transition: all 0.2s ease 0s; } .logo a:hover:before, .logo a:focus:before { opacity: 1; transform: translateY(42%,0px); transition-delay: 0s; } /**************************************************************************************/
And for shrinking logo to desire dimension I have change avia.js around line 1568 and 1580
if(st < el_height/4) // was 2 { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/1.35; // was 2 header.addClass('header-scrolled'); }
November 6, 2015 at 11:20 am in reply to: How to add 'Search' button on Single page custom main menu nav? #531392OK, thanks!
And on mobile search button is excluded right?
November 5, 2015 at 10:32 am in reply to: How to add 'Search' button on Single page custom main menu nav? #530643Hello Josue,
Try this one.
Problem was in Enfold function.php, I have to add in my function.php in child theme this code to keep proportion when image is uploaded:
function ava_image_sizes() { remove_image_size('masonry'); } add_action( 'after_setup_theme', 'ava_image_sizes', 1 );
So, now all images are nice and sharp :)
Close this topic.
Hello,
I’m using child theme and include avia.js from child theme.
Hello,
This remove the error message and plugin can work properly now. You can close this topic.
Thanks!
DjukaNovember 3, 2015 at 10:41 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #529644Hello Josue,
I want to ADD Search button, NOT to remove it. I want to have it like on this page – http://bogosavljev.com/homepage/home-v7-one-page-portfolio/
Here is missing:
http://bogosavljev.com/testimonials/Thanks,
DjukaNovember 2, 2015 at 12:15 am in reply to: How to add 'Search' button on Single page custom main menu nav? #528193Main Menu is replaced with Zen Menu Logic plugin, and I need to add search button, which is missing. Check under Appearance -> Menus options
Compare with this page: http://bogosavljev.com/homepage/home-v7-one-page-portfolio/
Hi,
Restriction is removed now. Please login and check.
Thanks,
DjukaNovember 1, 2015 at 1:09 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #528087Hi Josue,
I see that you didn’t look into this problem in detail, so you write automated answer from your FAQ…
Please check my site in detail. How to add search button in custom navigation menu? (I don’t need it for mobile)
Thanks!
DjukaHello,
I have latest version of avia.js, and I have try to deactivate Ninja Kick plugin, but have same error from avia.js
Here are the screenshot where you can see that Ninja Kick plugin is Deactivated – error_message
- This reply was modified 9 years ago by bogosavljev.
October 29, 2015 at 6:41 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #527073Any chance to get answer or help on this question?
Thanks,
DjukaHa-ha,
that’s weird, he told me the same for your avia.js ;)
I didn’t ask you to support me for third party plugins, I have ask you to check this error in screenshot which is obvious coming from avia.js.
And please can you respond in less then 24 hours? I see that sometimes when I post a question I don’t get any attention for more then half a day, and for some other question posted at the same time there was a dozen replays from the moderator.
BTW, I’m waiting answer on this question as well for more then 12 hours… – https://kriesi.at/support/topic/how-to-add-search-button-on-single-page-custom-main-menu-nav/
Thanks!
Djuka- This reply was modified 9 years ago by bogosavljev.
October 27, 2015 at 7:06 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #525749Hi,
How to include search button in menu?
Issue is when I’m on for example on Events page that menu gets sub page in URL.October 27, 2015 at 11:15 am in reply to: How to add 'Search' button on Single page custom main menu nav? #525410Hello,
please check WordPress admin link in Private section again, it’s working for me, but there is restricted time for access. There is forbidden access between 12am – 6am, so you can login after 6am until midnight.
Go ahead and install that plugin and make example on one page.
Thanks,
DjukaOctober 25, 2015 at 11:39 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #524568Hello,
I have add link and login credentials in Private content.
Thanks,
DjukaJune 3, 2015 at 11:33 pm in reply to: Problem with image animation in About me and Testimonial section #454134This reply has been marked as private.May 19, 2015 at 11:53 am in reply to: Problem with image animation in About me and Testimonial section #446354This reply has been marked as private.May 18, 2015 at 2:00 pm in reply to: Problem with image animation in About me and Testimonial section #445640This reply has been marked as private.May 18, 2015 at 1:56 pm in reply to: Problem with image animation in About me and Testimonial section #445635This reply has been marked as private.May 15, 2015 at 5:02 pm in reply to: Problem with image animation in About me and Testimonial section #445041This reply has been marked as private.May 15, 2015 at 10:31 am in reply to: Problem with image animation in About me and Testimonial section #444869This reply has been marked as private.This reply has been marked as private.December 15, 2014 at 11:12 am in reply to: Reopen: Scroll to top hightlight first menu item as active, and should not #368222Great, thanks!
-
AuthorPosts