Digital experiences for all disciplines
Forum Replies Created
-
-
Sorry, was looking in the wrong place.
To have it stop on hover, that’s something they custom built, here’s the code from their page. You should add this above carousel.jcarousel({ :
function mycarousel_initCallback(carousel) { // Disable autoscrolling if the user clicks the prev or next button. carousel.buttonNext.bind('click', function() { carousel.startAuto(0); }); carousel.buttonPrev.bind('click', function() { carousel.startAuto(0); }); // Pause autoscrolling if the user moves with the cursor over the clip. carousel.clip.hover(function() { carousel.stopAuto(); }, function() { carousel.startAuto(); }); };
Then, make carousel.jcarousel({ look like this:
carousel.jcarousel({ auto: 1, scroll: 1, wrap: 'circular', buttonNextHTML: '', buttonPrevHTML: '', initCallback: mycarousel_initCallback });
Regards,
————————————————————————————————————
Cosmin
Support AssistantHello,
The simplest way is to add this custom CSS in the theme options:
.love-it-wrapper { display: none !important; }
Regards,
————————————————————————————————————
Cosmin
Support AssistantGlad to hear that 🙂
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
I’ve checked your site and the lightbox works fine.
Note that only single portfolio pages have the lightbox.
That is, something like this, with ? in the URL, has it:
http://www.angelfeliciano.com/abtester/?portfolio=michelleWhile something like this, since it’s a portfolio index that leads to single portfolio pages, doesn’t:
http://www.angelfeliciano.com/abtester/abtalent/Regards,
————————————————————————————————————
Cosmin
Support AssistantThank you!
If anything else, we’re here to help 🙂
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi Emma,
To hide ANY form on the whole site, add this custom CSS in the theme options:
form { display: none !important; }
Regards,
————————————————————————————————————
Cosmin
Support AssistantYou’re welcome Graffig 🙂 If you like the product and support, please do rate the theme in your ThemeForest Download section, we would greatly appreciate it!
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
These are the embeds that are possible with the theme. For hosted videos, I suggest using a plugin.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi Sarah,
Of course the theme is crawlable 🙂
The menus for mobile are shown/hidden via CSS media queries, and any SEO expert should know that doesn’t affect you. They should also, after examining our code, realize that there is no JS used to bring in menus.
JS is needed for all the eye-candy, that’s why we say it needs to be turned on; it’s used only for effects, nothing else.
Regards,
————————————————————————————————————
Cosmin
Support AssistantP.S.: not really my business, but I would try and ask a few more SEO experts, if you know what I mean 😉
Hi Carina,
You would need to edit a theme file. There still needs to be something in there, it can’t be completely removed, but at least let’s try and make it look nicer, as in /portfolio/some-project 🙂
Open includes/custom-post-types/portfolio-type.php and, on line 48, change this:
'rewrite' => false,
to this:
'rewrite' => array( 'slug' => 'portfolio' ),
Of course, you can name it whatever you like and that will be your portfolio base URL, as long as you don’t have another page/post with the same URL slug.
Regards,
————————————————————————————————————
Cosmin
Support AssistantCouldn’t help mentioning that I love it when I see people helping each other out 🙂
Thanks 0nyx!
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
Let’s see, maybe this does the trick 🙂
Add this custom CSS in the theme options and adjust the value as you need:
.blog-item figure img { max-height: 100px !important; }
Regards,
————————————————————————————————————
Cosmin
Support AssistantHey, thanks for the kind words, glad to hear you’ve got it working 🙂
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
I suggest hiring a freelancer if you need to customize the theme code, as support cannot cover customizations.
Regards,
————————————————————————————————————
Cosmin
Support AssistantHi,
This isn’t exactly theme-related, so I would advise checking your robots.txt again. Also, Google doesn’t update meta description too fast, so there is a possibility that it’s yet to pick it up.
Regards,
————————————————————————————————————
Cosmin
Support Assistant -