vincent

Results 15 issues of vincent

I know very little about Github so I am not sure how to get started with this library and need some very basic helps. **1) How can I directly use...

krumo's output doesn't inlclude a class's private and protected properties, but var_dump does. Is there anyway to enhance this?

It was around 2 years ago I made some modification to /libraries/gantry5/classes/Gantry/Framework/platform.php: ``` public function displayRandomModules($position, $attribs = []){ $document = \JFactory::getDocument(); if (!$document instanceof \JDocumentHTML) { return ''; }...

I am making a very simple product page for my site. It is like https://mystie.com/product?id=13367, where I use javascript get the product info from a JSON api: ``` $.get('https://jsonapi.url/?id=13367',function(product){ displayProductPage(product)...

question
joomla

By default, the center area of the container are always filled first, followed by outer space. How can I randomize this order? For example, if I set the origin to...

I hope I can just use "//" to comment out a line or to add some comment to a line, but it seems to me {% comment %}{% endcomment %}...

Using gantry theme in WP is not so straight-forward as in Joomla. When I create a new page, it doesn't let me choose what outline to use as it does...

question
wordpress

I am trying to use letterFx for my slideshow text. It makes more sense if the text could appear with the animation, but I can't find the setting. It seems...

My 3.10 site has been running well until I upgraded my Gantry from 5.4 to 5.5.17 today. I've also upgraded my template Helium to 5.5.17. The error message is like...

I am a beginner with PHP and Joomla Core development. This great extension helps me a lot during my learning. A very frequent situation when I try to understand some...